Changed MacOS hotkey for GoToHome view. (#7631)

This commit is contained in:
Ajeya Bhat
2022-01-26 08:52:55 +00:00
committed by GitHub
parent 2143845a3a
commit e53427fce3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ const navigationBindings = (): KeyBinding<NavigationAction>[] => {
action: NavigationAction.GoToHome,
keyCombo: {
key: Key.H,
ctrlKey: true,
ctrlOrCmd: true,
altKey: !isMac,
shiftKey: isMac,
},