mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Change GoToHome keyboard shortcut to Ctrl–Alt/Shift–H (#28577)
Co-authored-by: Florian D <florianduros@element.io>
This commit is contained in:
parent
52b42c0b1c
commit
4de9fe60ae
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user