File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/vs/workbench/contrib/terminal Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -188,12 +188,8 @@ export function registerTerminalActions() {
188
188
primary : KeyMod . Alt | KeyCode . F1 ,
189
189
weight : KeybindingWeight . WorkbenchContrib ,
190
190
linux : {
191
- primary : KeyMod . Shift | KeyCode . F1 ,
192
- secondary : [ KeyMod . Shift | KeyCode . F1 ]
193
- } ,
194
- win : {
195
- primary : KeyMod . Shift | KeyCode . F1 ,
196
- secondary : [ KeyMod . Shift | KeyCode . F1 ]
191
+ primary : KeyMod . Alt | KeyMod . Shift | KeyCode . F1 ,
192
+ secondary : [ KeyMod . Alt | KeyCode . F1 ]
197
193
} ,
198
194
when : TerminalContextKeys . focus
199
195
}
Original file line number Diff line number Diff line change @@ -672,6 +672,7 @@ export const DEFAULT_COMMANDS_TO_SKIP_SHELL: string[] = [
672
672
TerminalCommandId . SelectNextPageSuggestion ,
673
673
TerminalCommandId . AcceptSelectedSuggestion ,
674
674
TerminalCommandId . HideSuggestWidget ,
675
+ TerminalCommandId . ShowTerminalAccessibilityHelp ,
675
676
'editor.action.toggleTabFocusMode' ,
676
677
'notifications.hideList' ,
677
678
'notifications.hideToasts' ,
You can’t perform that action at this time.
0 commit comments