Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Navigation shortcut fix for Mac (#13527)
Browse files Browse the repository at this point in the history
  • Loading branch information
swmitra authored and saurabh95 committed Jul 8, 2017
1 parent 357c4b8 commit 9afd597
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/extensions/default/NavigationAndHistory/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,19 @@
"navigation.jump.back": [
{
"key": "Alt-I"
},
{
"key": "Cmd-Alt-Left",
"platform": "mac"
}
],
"navigation.jump.fwd": [
{
"key": "Alt-Shift-I"
},
{
"key": "Cmd-Alt-Right",
"platform": "mac"
}
]
}

0 comments on commit 9afd597

Please sign in to comment.