microsoft / vscode-npm-scripts

VSCode extension for running npm-scripts and validating the package.json files.
MIT License
215 stars 55 forks source link

Problem of the default key binding #168

Closed LianSheng197 closed 2 years ago

LianSheng197 commented 2 years ago

The default shortcut keys made me waste half an hour, looking for why Ctrl+R cannot call Open Recent File.

(Ctrl+R) was pressed. Waiting for second key of chord. Selection_165

It turns out that the murderer is these shortcut keys: Selection_167

LianSheng197 commented 2 years ago

Alright, I notice the "Keyboard Shortcuts" section in npm extension introduction.

Keyboard Shortcuts

The extension defines a chording keyboard shortcut for the R key. As a consequence an existing keybinding for R is not executed immediately. If this is not desired, then please bind another key for these commands, see the customization documentation.

Although I certainly wouldn't have noticed this message if I didn't find the problem (put it at the beginning if you can)

All in all, I'm sorry for opening this issue without much thought.

LianSheng197 commented 2 years ago

But I still want the developers to notice this:

Put the "Keyboard Shortcuts" at the beginning if you can

please.

If no one responds, I'll close this issue in a day.