-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Some characters inserted with AltgGr don't work #768
Comments
+1 I have the same problem |
This is the same issue I opened on VScode: microsoft/vscode#68262 |
Same issue with the ` character with AltGr + 7 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment. |
Still happens to me on the Spanish keyboard |
I see that the microsoft terminal has the same problem and has a potential fix: microsoft/terminal#521 Maybe it is interesting to check their solution. Meanwhile, I use the combination of ctrl+alt instead and it works for me. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment. |
Always reproduced |
Still happens to me on the Spanish keyboard |
Still relevant on 1.38.1 with French keyboard 😿 |
same problem on 1.0.91 |
Me too on 1.0.103.3882. |
Same problem on a french keyboard. |
A workround is to use Microsoft Keyboard Layout Creator to create a custom layout with tilde ~ configured without option "dead key". Under MSKLC, select ALTGR and make right click on ~ to unselect "Set as dead key" |
@Renji-FR Dude you are the best, I have been struggling with this since the problem started on VsCode |
Reproduced on VS Code 1.50.1 Win10 20H2. Regional settings are Windows display US, keyboard Azerty France. |
I've just pushed a potential fix for these dead key related issues - would love to hear your feedback as soon as the nightly is built EDIT: builds are up at https://github.com/Eugeny/tabby/actions/runs/1156041791 |
Just downloaded the windows portable version and unfortunately the fix does not work for me. The xterm.js pull request you made to fix the issue has not yet been merged, has it? |
@enodr dang. The fix isn't in xterm yet, but it's in tabby's fork. |
@enodr I've just double-checked this with the current nightly on macOS and Windows and it works - are you sure you've grabbed the right version? |
In fact on a AZERTY layout, with the current nightly build, only two keys don't behave correctly: the tilde The key "2" on a FR layout is: When typing a ALT-GR + 2, Tabby outputs Unfortunately these two chars are keys used very often on linux terminal. Could that be yet another bug in xterm.js? |
Just tested with this tabby-1.0.156-nightly.0-portable and my Spanish keyboard. AltGr+4 and then SPACE should display |
New potential fix available in the nightly: https://github.com/Eugeny/tabby/actions/runs/1167927546 |
Well done it works! |
Thanks for testing! |
I just tested it on the Spanish keyboard. It definitely improved a lot but there is still an odd behaviuor. This part is great:
It seems that for these characters that do not support a ~ above instead of displaying ~ and the character it duplicated the character. |
Works perfectly now, thanks. |
Hi, |
Version: 1.0.73
Platform: win32 10.0.17134
Plugins: none
On azerty keyboard, some additional characters can be inserted using a AltGr+Key (in fact the Alt key on the right). See this image for details for the french azerty layout for example.
In my case two keys are not correctly inserted, the characters ~ and `. For example when pressing the AltGr+é keys, the ~ should be displayed, but the é char is inserted instead. If I press space bar, the ~ is finally inserted.
When testing with the basic git bash window, the behavior is when pressing first the AltGr+é key, nothing is displayed, pressing bar space displays the "~" char. This the same behavior in Linux terminals:
The text was updated successfully, but these errors were encountered: