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
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
It seems that the events are captured, but reedline doesnt print the characters
The text was updated successfully, but these errors were encountered:
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)
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>
Using a spanish keyboard layout, in order to access to the chars
[ ]
or{ }
one needs to use the modifieralt 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 thealt gr
key).This is the output from
cargo run -- -k
It seems that the events are captured, but reedline doesnt print the characters
The text was updated successfully, but these errors were encountered: