Skip to content

Commit

Permalink
Change GoToHome keyboard shortcut to CtrlAlt/ShiftH
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate authored Nov 26, 2024
1 parent 85711be commit bf4caf1
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 bf4caf1

Please sign in to comment.