File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments