Change `GoToHome` keyboard shortcut to `Ctrl`–`Alt`/`Shift`–`H`
parent
85711be352
commit
bf4caf1bd2
|
@ -520,7 +520,7 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
||||||
},
|
},
|
||||||
[KeyBindingAction.GoToHome]: {
|
[KeyBindingAction.GoToHome]: {
|
||||||
default: {
|
default: {
|
||||||
ctrlOrCmdKey: true,
|
ctrlKey: true,
|
||||||
altKey: !IS_MAC,
|
altKey: !IS_MAC,
|
||||||
shiftKey: IS_MAC,
|
shiftKey: IS_MAC,
|
||||||
key: Key.H,
|
key: Key.H,
|
||||||
|
|
Loading…
Reference in New Issue