-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Add configuration to disable KeyCode conversion #161671
Comments
@Piroro-hs What keyboard layout are you using? Have you configured |
I'm using jp106 keyboard on wayland. Configuring |
@Piroro-hs We currently support dispatching either on the
We receive a keydown event with
I think the problem might be that our native node module that we use for reading the What is the output of opening an editor and running |
Here are key mappings.
|
Hey @alexdima, this issue might need further attention. @Piroro-hs, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Below is a keyboard debug log (taken from #160604). VSCode correctly detect
Control + ]
, but then it convert keys toctrl + \
. It would be appreciate if some workaround to this conversion were available.The text was updated successfully, but these errors were encountered: