File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
raw-default-keybindings-macos-latest Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 160
160
## Release v0.2.33
161
161
162
162
- Update keybindings for vscode 1.101.0
163
+
164
+ ## Release v0.2.34
165
+
166
+ - Update keybindings for vscode 1.101.0
Original file line number Diff line number Diff line change 16
16
"icon": "icon.png",
17
17
"publisher": "jbro",
18
18
"license": "Unlicense",
19
- "version": "0.2.33 ",
19
+ "version": "0.2.34 ",
20
20
"engines": {
21
21
"vscode": "^1.101.0"
22
22
},
10050
10050
"command": "-workbench.actions.view.problems",
10051
10051
"when": "config.vscode-default-keybindings.removeOSKeybindings && isMac && (workbench.panel.markers.view.active)"
10052
10052
},
10053
- {
10054
- "key": "escape",
10055
- "command": "-workbench.actions.workbench.panel.output.clearFilterText",
10056
- "when": "config.vscode-default-keybindings.removeOSKeybindings && isMac && (outputFilterFocus)"
10057
- },
10058
10053
{
10059
10054
"key": "escape",
10060
10055
"command": "-workbench.banner.focusBanner",
26065
26060
"command": "workbench.actions.view.problems",
26066
26061
"when": "config.vscode-default-keybindings.macOSKeybindings && (workbench.panel.markers.view.active)"
26067
26062
},
26068
- {
26069
- "key": "escape",
26070
- "command": "workbench.actions.workbench.panel.output.clearFilterText",
26071
- "when": "config.vscode-default-keybindings.macOSKeybindings && (outputFilterFocus)"
26072
- },
26073
26063
{
26074
26064
"key": "escape",
26075
26065
"command": "workbench.banner.focusBanner",
Original file line number Diff line number Diff line change 1803
1803
{ "key" : " cmd+numpad0" , "command" : " workbench.action.zoomReset" },
1804
1804
{ "key" : " shift+cmd+m" , "command" : " workbench.actions.view.problems" ,
1805
1805
"when" : " workbench.panel.markers.view.active" },
1806
- { "key" : " escape" , "command" : " workbench.actions.workbench.panel.output.clearFilterText" ,
1807
- "when" : " outputFilterFocus" },
1808
1806
{ "key" : " escape" , "command" : " workbench.banner.focusBanner" ,
1809
1807
"when" : " bannerFocused" },
1810
1808
{ "key" : " down" , "command" : " workbench.banner.focusNextAction" ,
3534
3532
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
3535
3533
// - workbench.actions.workbench.panel.markers.view.toggleInfos
3536
3534
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
3535
+ // - workbench.actions.workbench.panel.output.clearFilterText
3537
3536
// - workbench.actions.workbench.panel.output.toggle.debug
3538
3537
// - workbench.actions.workbench.panel.output.toggle.error
3539
3538
// - workbench.actions.workbench.panel.output.toggle.info
You can’t perform that action at this time.
0 commit comments