mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
Changed MacOS hotkey for GoToHome view. (#7631)
This commit is contained in:
parent
2143845a3a
commit
e53427fce3
@ -373,7 +373,7 @@ const navigationBindings = (): KeyBinding<NavigationAction>[] => {
|
||||
action: NavigationAction.GoToHome,
|
||||
keyCombo: {
|
||||
key: Key.H,
|
||||
ctrlKey: true,
|
||||
ctrlOrCmd: true,
|
||||
altKey: !isMac,
|
||||
shiftKey: isMac,
|
||||
},
|
||||
|
@ -341,7 +341,8 @@ export const KEYBOARD_SHORTCUTS: { [setting: string]: ISetting } = {
|
||||
"KeyBinding.goToHomeView": {
|
||||
default: {
|
||||
ctrlOrCmdKey: true,
|
||||
altKey: true,
|
||||
altKey: !isMac,
|
||||
shiftKey: isMac,
|
||||
key: Key.H,
|
||||
},
|
||||
displayName: _td("Go to Home View"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user