This commit is contained in:
Máté Gyöngyösi 2024-12-09 20:09:04 -06:00 committed by GitHub
commit 02e96a9a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,