-
Notifications
You must be signed in to change notification settings - Fork 855
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
Keybinding in french layout #11041
Comments
Have seen another issue with indian layout that was adresses to windows terminal but that occurs with all terminal windows native I tested (microsoft/terminal#11194). |
Any news/comment on that ? |
This issue is related to emacs configuration. WSL doesn't have control over emacs' behavior |
No it's not. shokeys -a show the same issue with no link to emacs configuration and same emacs working correctly within native linux terminal or in graphic mode. All windows native terminal I tested are affected. @OneBlue could you reopen this issue has I really think it is a WSL issue with french keyboard layout (try showkeys -a using french layout and hit C - _. Other people working with me can reproduce it also). |
Sorry for that it seems to be a Terminal issue which was solved in 1.20 (microsoft/terminal#8458). |
Windows Version
Microsoft Windows [version 10.0.22631.3007]
WSL Version
2.0.9.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-microsoft-standard-WSL2
Distro Version
Ubuntu 22.04
Other Software
When trying to undo things (Ctrl + underscore) inside emacs -nw I get the delete behaviour (previous char is deleted).
shokey show also that the ket send is not C-_ but ^?:
Repro Steps
Run wsl with french keyboard layout
Start emacs -nw
go to scratch buffer (C-x b return)
write some text
move cursor in the middle of the text
hit C-_
the char before prompt is deleted instead of last written one
Expected Behavior
C-_ should correspond to undo
Actual Behavior
C-_ correspond to delete
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: