Skip to content

Commit 22fd861

Browse files
authored
Merge pull request #8730 from microsoft/radical-gayal
Change preferred keybinding
2 parents 22d5b01 + 08620ad commit 22fd861

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/keybindings/doc.keybindings.linux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,10 +1691,10 @@
16911691
"when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible && config.terminal.integrated.suggest.runOnEnter != 'never' || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible && config.terminal.integrated.suggest.runOnEnter != 'never'" },
16921692
{ "key": "escape", "command": "workbench.action.terminal.hideSuggestWidget",
16931693
"when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" },
1694-
{ "key": "ctrl+shift+o", "command": "workbench.action.terminal.openDetectedLink",
1695-
"when": "terminalFocus && terminalHasBeenCreated" },
16961694
{ "key": "ctrl+shift+g", "command": "workbench.action.terminal.openDetectedLink",
16971695
"when": "accessibleViewIsShown && terminalHasBeenCreated && accessibleViewCurrentProviderId == 'terminal'" },
1696+
{ "key": "ctrl+shift+o", "command": "workbench.action.terminal.openDetectedLink",
1697+
"when": "terminalFocus && terminalHasBeenCreated" },
16981698
{ "key": "ctrl+space", "command": "workbench.action.terminal.requestCompletions",
16991699
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible" },
17001700
{ "key": "pagedown", "command": "workbench.action.terminal.selectNextPageSuggestion",

build/keybindings/doc.keybindings.osx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,10 +1851,10 @@
18511851
"when": "terminalFocus && terminalHasBeenCreated && !accessibilityModeEnabled || terminalFocus && terminalProcessSupported && !accessibilityModeEnabled || accessibilityModeEnabled && accessibleViewIsShown && terminalHasBeenCreated && accessibleViewCurrentProviderId == 'terminal' || accessibilityModeEnabled && accessibleViewIsShown && terminalProcessSupported && accessibleViewCurrentProviderId == 'terminal'" },
18521852
{ "key": "escape", "command": "workbench.action.terminal.hideSuggestWidget",
18531853
"when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" },
1854-
{ "key": "shift+cmd+o", "command": "workbench.action.terminal.openDetectedLink",
1855-
"when": "terminalFocus && terminalHasBeenCreated" },
18561854
{ "key": "shift+cmd+g", "command": "workbench.action.terminal.openDetectedLink",
18571855
"when": "accessibleViewIsShown && terminalHasBeenCreated && accessibleViewCurrentProviderId == 'terminal'" },
1856+
{ "key": "shift+cmd+o", "command": "workbench.action.terminal.openDetectedLink",
1857+
"when": "terminalFocus && terminalHasBeenCreated" },
18581858
{ "key": "ctrl+space", "command": "workbench.action.terminal.requestCompletions",
18591859
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible" },
18601860
{ "key": "pagedown", "command": "workbench.action.terminal.selectNextPageSuggestion",

build/keybindings/doc.keybindings.win.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,10 +1709,10 @@
17091709
"when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible && config.terminal.integrated.suggest.runOnEnter != 'never' || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible && config.terminal.integrated.suggest.runOnEnter != 'never'" },
17101710
{ "key": "escape", "command": "workbench.action.terminal.hideSuggestWidget",
17111711
"when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" },
1712-
{ "key": "ctrl+shift+o", "command": "workbench.action.terminal.openDetectedLink",
1713-
"when": "terminalFocus && terminalHasBeenCreated" },
17141712
{ "key": "ctrl+shift+g", "command": "workbench.action.terminal.openDetectedLink",
17151713
"when": "accessibleViewIsShown && terminalHasBeenCreated && accessibleViewCurrentProviderId == 'terminal'" },
1714+
{ "key": "ctrl+shift+o", "command": "workbench.action.terminal.openDetectedLink",
1715+
"when": "terminalFocus && terminalHasBeenCreated" },
17161716
{ "key": "ctrl+space", "command": "workbench.action.terminal.requestCompletions",
17171717
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible" },
17181718
{ "key": "pagedown", "command": "workbench.action.terminal.selectNextPageSuggestion",

0 commit comments

Comments
 (0)