Skip to content

Commit

Permalink
Change GoToHome keyboard shortcut to CtrlAlt/ShiftH (#28577)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian D <florianduros@element.io>
  • Loading branch information
gy-mate and florianduros authored Feb 10, 2025
1 parent 52b42c0 commit 4de9fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accessibility/KeyboardShortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
},
[KeyBindingAction.GoToHome]: {
default: {
ctrlOrCmdKey: true,
ctrlKey: true,
altKey: !IS_MAC,
shiftKey: IS_MAC,
key: Key.H,
Expand Down

0 comments on commit 4de9fe6

Please sign in to comment.