Change GoToHome keyboard shortcut to Ctrl–Alt/Shift–H (#28577)
Co-authored-by: Florian D <florianduros@element.io>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user