Skip to content

Commit a838cf5

Browse files
dsolodowTylerLeonhardt
authored andcommitted
Add key binding for Show Additional Commands (#1233)
* Add key binding for Show Additional Commands Adds default keyboard shortcut Ctrl-Alt-A for "Show Additional Commands from Modules". * Change hotkey Avoid using Ctrl-Alt combo as these can be problematic
1 parent 63d8204 commit a838cf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"key": "shift+alt+e",
7070
"when": "editorTextFocus && editorLangId == 'powershell'"
7171
},
72+
{
73+
"command": "PowerShell.ShowAdditionalCommands",
74+
"key": "shift+alt+s",
75+
"when": "editorTextFocus && editorLangId == 'powershell'"
76+
},
7277
{
7378
"command": "PowerShell.RunSelection",
7479
"key": "f8",

0 commit comments

Comments
 (0)