Change `GoToHome` keyboard shortcut to `Ctrl`–`Alt`/`Shift`–`H`
parent
85711be352
commit
bf4caf1bd2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue