pull/28577/merge
Máté Gyöngyösi 2025-01-08 13:13:50 +00:00 committed by GitHub
commit da7418c9bb
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]: {
default: {
ctrlOrCmdKey: true,
ctrlKey: true,
altKey: !IS_MAC,
shiftKey: IS_MAC,
key: Key.H,