Change `GoToHome` keyboard shortcut to `Ctrl`–`Alt`/`Shift`–`H`

pull/28577/head
Máté Gyöngyösi 2024-11-26 18:28:48 +01:00 committed by GitHub
parent 85711be352
commit bf4caf1bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,