Merge pull request #668 from jonathanKingston/mac-keybord-shortcut

Adding a keyboard shortcut that will work on MacOS. Ctrl+.
This commit is contained in:
luke crouch 2017-07-13 16:12:56 -05:00 committed by GitHub
commit 1c8530ef02

View file

@ -35,7 +35,8 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Period"
"default": "Ctrl+Period",
"mac": "MacCtrl+Period"
},
"description": "Open containers panel"
}