File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
raw-default-keybindings-ubuntu-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
},
4468
4468
"command": "-workbench.actions.view.problems",
4469
4469
"when": "config.vscode-default-keybindings.removeOSKeybindings && isLinux && (workbench.panel.markers.view.active)"
4470
4470
},
4471
- {
4472
- "key": "escape",
4473
- "command": "-workbench.actions.workbench.panel.output.clearFilterText",
4474
- "when": "config.vscode-default-keybindings.removeOSKeybindings && isLinux && (outputFilterFocus)"
4475
- },
4476
4471
{
4477
4472
"key": "escape",
4478
4473
"command": "-workbench.banner.focusBanner",
20483
20478
"command": "workbench.actions.view.problems",
20484
20479
"when": "config.vscode-default-keybindings.linuxKeybindings && (workbench.panel.markers.view.active)"
20485
20480
},
20486
- {
20487
- "key": "escape",
20488
- "command": "workbench.actions.workbench.panel.output.clearFilterText",
20489
- "when": "config.vscode-default-keybindings.linuxKeybindings && (outputFilterFocus)"
20490
- },
20491
20481
{
20492
20482
"key": "escape",
20493
20483
"command": "workbench.banner.focusBanner",
Original file line number Diff line number Diff line change 1642
1642
{ "key" : " ctrl+numpad0" , "command" : " workbench.action.zoomReset" },
1643
1643
{ "key" : " ctrl+shift+m" , "command" : " workbench.actions.view.problems" ,
1644
1644
"when" : " workbench.panel.markers.view.active" },
1645
- { "key" : " escape" , "command" : " workbench.actions.workbench.panel.output.clearFilterText" ,
1646
- "when" : " outputFilterFocus" },
1647
1645
{ "key" : " escape" , "command" : " workbench.banner.focusBanner" ,
1648
1646
"when" : " bannerFocused" },
1649
1647
{ "key" : " down" , "command" : " workbench.banner.focusNextAction" ,
3368
3366
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
3369
3367
// - workbench.actions.workbench.panel.markers.view.toggleInfos
3370
3368
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
3369
+ // - workbench.actions.workbench.panel.output.clearFilterText
3371
3370
// - workbench.actions.workbench.panel.output.toggle.debug
3372
3371
// - workbench.actions.workbench.panel.output.toggle.error
3373
3372
// - workbench.actions.workbench.panel.output.toggle.info
You can’t perform that action at this time.
0 commit comments