-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode reads AltGr key as cursor-left move through X11 connections #24783
Comments
Experienced the same (same config as OP except Win 7). You can see the cursor move left when clicking just AltGr. |
I had the same issue. Adding |
After updating to 1.15.1 I had this problem. I didn't have it with prior versions since 1.12 I think. Setting the parameter as suggested by @brotulix fixed the problem. |
I had the same issue with version 1.16.1. The solution proposed works as expected! |
This solved this issue for me, Thanks :-) |
Adding "keyboard.dispatch":"keyCode" fixed the issue but creates an other one. |
I had the same problem for a week, struggling with setkbdmap and others. Thanks for the info. As for the ctrl + / shortcut, i had to remap it to ctrl + shift + / (azerty kbd) even if it worked before when mapped to ctrl + / |
I had the same problem and changing it to keyCode fixed it for me. |
This also fixed the "/" key of the numpad acting like "page up" for me |
same problem and solution here. I believe this only started after upgrading to 1.30.2. Prior version 1.28 or so. |
This was driving me crazy, I thought it was the auto-completion of the braces, until I finally realized the cursor was moving as soon as I pressed AltGr. Thanks a bunch! |
Thanks! Really useful. |
"keyboard.dispatch":"keyCode" fixed both "/" on NumPad and "Alt Gr" issues. (v 1.45.0) |
Had the same issue with vscode and Remote Desktop from Windows 10 to an Ubuntu Desktop VM running vscode. |
Had this problem on Remote Desktop to my Linux Mint machine in vscode 1.55.2. keyCode fixed it. |
Unfortunately, it does not work with vscode in WSLg. Neither |
Thanks for this solution, I had this exact problem with vscode in a Kubuntu 20.04 virtual machine. The setting has to be applied for "User", and then it solves the AltGr = "left move" problem that was driving me crazy. |
Thanks from my side, too. I had never found this by myself. Just for the records: here's the link to MS's documentation: https://code.visualstudio.com/updates/v1_11#_improved-keyboard-layout-support |
Same issue when using Remmina to RDP from Ubuntu 20 to Ubuntu 22, Qwertz keyboard layout (and yes, also with all other extensions disabled). Confirm that Further, I use settings sync but would like not to synchronize this particular setting. There seems not to be a way to define certain settings locally on a single device - or even better, only when a remote connection to the DE is detected? Would be really great if support for this could be improved! |
I don't beleave it, this issue is 7 years old and yet no solution? It is absolute productivity stopper: after a while of blind typing you find a completely messed up source file and have to correct it keystroke by keystroke. |
thanks a lot, because i didn't found the wiki link by myself yet. |
Setting keyboard.dispatch to keyCode in the settings solved the problem for me. |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: