stef-levesque / vscode-multiclip

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

Keyboard Shift+Alt+v clashes with AltGr key. #17

Closed mickeypearce closed 6 years ago

mickeypearce commented 6 years ago

I have a problem typing @ character (AltGr + @) as it now fires "Select clipboard to paste" (Shift+Alt+v). "@" is on the same key as "v" on my keybord.

I think this is the case: https://developercommunity.visualstudio.com/content/problem/38472/visual-studio-keyboard-shortcuts-clashes-with-the.html.

stef-levesque commented 6 years ago

@alexandrudima This seems related to https://github.com/Microsoft/vscode/issues/50341 Could you confirm if this is a VSCode, Monaco, or Chromium issue? Is there anything I can do to fix it on the Extension side?

alexdima commented 6 years ago

@stef-levesque The recommendation is to never use Ctrl+Alt+ keybindings on Windows, as they might prevent character input in certain keyboard layouts.

The resolution is to use a different default keybinding or perhaps none at all and simply let the end-users configure keybindings.

stef-levesque commented 6 years ago

Please update to version 0.1.4, I removed alt from the default shortcuts

mickeypearce commented 6 years ago

I made my own keyboard shortcut and it works. Thanks.