In VSCode: I would like to press a combination of keys and see what command it is bound too, like "C-h k" in Emacs.
Asked
Active
Viewed 250 times
0
-
2Open the keyboard shortcuts (from the gear icon) and you can search for "CTRL X X" or whatever to see what is bound to those keys/ As well as ALT/Shift/etc. – Mark Nov 15 '17 at 15:07
-
Quite reasonable, thanks! – tgerdin Nov 16 '17 at 16:28
-
Although it would of course be more intuitive to just be able to press the combination instead of having to type it out. Will post a feature request for this. – tgerdin Nov 17 '17 at 09:23
-
For the record: Tobias filed [Issue 38602](https://github.com/Microsoft/vscode/issues/38602). – Scott McPeak Sep 05 '19 at 23:39