Skip to content
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 that use modifiers are not printed #136

Closed
elferherrera opened this issue Aug 29, 2021 · 1 comment
Closed

Some characters that use modifiers are not printed #136

elferherrera opened this issue Aug 29, 2021 · 1 comment

Comments

@elferherrera
Copy link
Contributor

Using a spanish keyboard layout, in order to access to the chars [ ] or { } one needs to use the modifier alt gr. Reedline does not print those characters when using this layout. If I change it to an english layout, the characters can be printed (they dont need the alt gr key).

This is the output from cargo run -- -k
image

It seems that the events are captured, but reedline doesnt print the characters

@sholderbach
Copy link
Member

With your fix in #139 this seems to be resolved. I was able to enter AltGr characters with a German keyboard layout in two terminal emulators (gnome-terminal, vscode)

sholderbach pushed a commit that referenced this issue Nov 6, 2021
Support for Shift-AltGr is required for several European keyboards (e.g. italian) #169 #136 #139 #171

* Curly braces fix

* Curly braces fix for vim events

Co-authored-by: Antonio Natilla <antonio.natilla@studenti.unimi.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants