File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1805
1805
{ "key" : " cmd+numpad0" , "command" : " workbench.action.zoomReset" },
1806
1806
{ "key" : " shift+cmd+m" , "command" : " workbench.actions.view.problems" ,
1807
1807
"when" : " workbench.panel.markers.view.active" },
1808
+ { "key" : " escape" , "command" : " workbench.actions.workbench.panel.output.clearFilterText" ,
1809
+ "when" : " outputFilterFocus" },
1808
1810
{ "key" : " escape" , "command" : " workbench.banner.focusBanner" ,
1809
1811
"when" : " bannerFocused" },
1810
1812
{ "key" : " down" , "command" : " workbench.banner.focusNextAction" ,
3525
3527
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
3526
3528
// - workbench.actions.workbench.panel.markers.view.toggleInfos
3527
3529
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
3528
- // - workbench.actions.workbench.panel.output.clearFilterText
3529
3530
// - workbench.actions.workbench.panel.output.toggle.debug
3530
3531
// - workbench.actions.workbench.panel.output.toggle.error
3531
3532
// - workbench.actions.workbench.panel.output.toggle.info
Original file line number Diff line number Diff line change 740
740
},
741
741
"when" : " kb-macro.active && isLinux && outputFilterFocus"
742
742
},
743
+ {
744
+ "key" : " escape" ,
745
+ "command" : " kb-macro.wrap" ,
746
+ "args" : {
747
+ "command" : " workbench.actions.workbench.panel.output.clearFilterText"
748
+ },
749
+ "when" : " kb-macro.active && isMac && outputFilterFocus"
750
+ },
743
751
{
744
752
"key" : " escape" ,
745
753
"command" : " kb-macro.wrap" ,
You can’t perform that action at this time.
0 commit comments