stef-levesque / vscode-multiclip

Multiple clipboards for VSCode
MIT License
46 stars 12 forks source link

Changed default shortcuts to SHIFT + INSERT / CTRL + INSERT #8

Closed johnnyPescarul closed 7 years ago

johnnyPescarul commented 7 years ago

Not sure what keys I pressed, but for some reason the extension shortcuts changed from the default Ctrl + C/ Ctrl + V to to SHIFT + INSERT / CTRL + INSERT. Restarting VS Code, disabling/re-enabling the extension does not fix the issue.

stef-levesque commented 7 years ago

Shift+Insert / Ctrl+Insert are other ways to copy/paste in Windows.

The extension only override Ctrl+X, Ctrl+C and Ctrl+V (see package.json)

You can override yourself by going to Preferences: Open Keyboard Shortcuts (Ctrl+K, Ctrl+S)

johnnyPescarul commented 7 years ago

The problem is that Ctr+C/Ctr+V no longer works. These shortcuts are disabled by the extension. I understand that there are other shortcuts for copy/paste, but the extension should not prevent you from using the default Ctr+C/Ctr+V. It should not disable them.