Adding a keyboard shortcut that will work on MacOS. Ctrl+.

This commit is contained in:
Jonathan Kingston 2017-07-13 21:42:07 +01:00
parent 63343f18eb
commit 366f9ec047

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"
}