Changed MacOS hotkey for GoToHome view. (#7631)
This commit is contained in:
@@ -373,7 +373,7 @@ const navigationBindings = (): KeyBinding<NavigationAction>[] => {
|
||||
action: NavigationAction.GoToHome,
|
||||
keyCombo: {
|
||||
key: Key.H,
|
||||
ctrlKey: true,
|
||||
ctrlOrCmd: true,
|
||||
altKey: !isMac,
|
||||
shiftKey: isMac,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user