Skip to content

Commit 4ed9487

Browse files
committed
Add other shortcuts for OSX to fix conflicts with the default behavior
Related to #24.
1 parent 2cf24d4 commit 4ed9487

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/browser/extension/manifest.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,29 @@
1212
"commands": {
1313
"devtools-left": {
1414
"suggested_key": {
15-
"default": "Alt+Shift+Left"
15+
"default": "Alt+Shift+Left",
16+
"mac": "Command+MacCtrl+Left"
1617
},
1718
"description": "DevTools window to left"
1819
},
1920
"devtools-right": {
2021
"suggested_key": {
21-
"default": "Alt+Shift+Right"
22+
"default": "Alt+Shift+Right",
23+
"mac": "Command+MacCtrl+Right"
2224
},
2325
"description": "DevTools window to right"
2426
},
2527
"devtools-bottom": {
2628
"suggested_key": {
27-
"default": "Alt+Shift+Down"
29+
"default": "Alt+Shift+Down",
30+
"mac": "Command+MacCtrl+Down"
2831
},
2932
"description": "DevTools window to bottom"
3033
},
3134
"devtools-panel": {
3235
"suggested_key": {
33-
"default": "Alt+Shift+Up"
36+
"default": "Alt+Shift+Up",
37+
"mac": "Command+MacCtrl+Up"
3438
},
3539
"description": "DevTools in panel"
3640
}

0 commit comments

Comments
 (0)