rbreaves / kinto

Mac-style shortcut keys for Linux & Windows.
http://kinto.sh
GNU General Public License v2.0
4.37k stars 212 forks source link

[BUG] Win 10/11: Capslock triggered when pasting in VSCode #650

Open RedBearAK opened 2 years ago

RedBearAK commented 2 years ago

I'm experiencing a persistent bug where the CapsLock state is toggled every time I do Alt+V (physical), Ctrl+V (logical) to paste while I'm in Visual Studio Code, on Windows 11. Did a quick search through the config file for "capslock" and "paste" but didn't see anything that could cause this odd phenomenon. Didn't see anything that seemed to be related in the "vscode" group either. But it only seems to happen in VSCode.

It pastes fine, it just flips the CapsLock state every time in addition to pasting.

rbreaves commented 2 years ago

I will have to look into this a bit more later.. I am not sure what is going on there. I use VSCode daily - but I end up changing kinto.ahk after an install so that VSCode will using the same Sublime Text 3 logic (and I import the Sublime Text 3 remap extension for VSCode as well).

Aka I am not actually using the VSCode code block in kinto.ahk itself, but due to the high level of configuration it requires I have not automated it either.. I'd have to automatically install a VSCode extension and import the ST3 key remap as well (if the user even wants that - I assume most users don't and are happy using VSCode as is).

There are still wordwise type remaps though that need happen I am sure inside the VSCode keyboard config either way - ST3 or VSCode matching.