You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh installation vscode using this command: snap install code --classic, or by downloading the .deb file and using sudo dpkg -i. Don't install extensions. Don't change any settings (except maybe keyboard.dispatch). Don't sign in.
Remapped keys work until you start vscode, whereupon the remapped keys are reset back to their default keycodes for the whole system
I don't think this is the same as #23991 or other xmodmap/keymap issues because:
I have setxkbmap -option 'caps:ctrl_modifier' in ~/.profile and this remapping is not cleared, it's just the ones defined in ~/.Xmodmap
I can reinstate my keymap by running xmodmap ~/.Xmodmap and it works fine until I start vscode again (either restart existing instance or start another one)
I have two questions:
What does vscode think it's doing, messing with the users global keymap in the first place?
How do I stop it from doing this?
The text was updated successfully, but these errors were encountered:
Please share a sample Xmodmap file that helps demonstrate the issue and also commands for how you are validating the keycodes are reset at the system level. Additionally, a recording would help us better to understand the issue.
Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, .gif files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool.
If the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (Developer: Toggle Screencast Mode in the command palette). Lastly, please attach this file via the GitHub web interface as emailed responses will strip files out from the issue.
Steps to Reproduce:
snap install code --classic
, or by downloading the.deb
file and usingsudo dpkg -i
. Don't install extensions. Don't change any settings (except maybekeyboard.dispatch
). Don't sign in.I don't think this is the same as #23991 or other
xmodmap
/keymap issues because:setxkbmap -option 'caps:ctrl_modifier'
in~/.profile
and this remapping is not cleared, it's just the ones defined in~/.Xmodmap
"keyboard.dispatch": "keyCode"
does not change anything (i.e. the keymap/troubleshooting wiki page doesn't have an answer)xmodmap ~/.Xmodmap
and it works fine until I start vscode again (either restart existing instance or start another one)I have two questions:
The text was updated successfully, but these errors were encountered: