Change GoToHome keyboard shortcut to CtrlAlt/ShiftH (#28577)

Co-authored-by: Florian D <florianduros@element.io>
This commit is contained in:
Máté Gyöngyösi
2025-02-10 17:16:34 +01:00
committed by GitHub
parent 52b42c0b1c
commit 4de9fe60ae

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,