-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Description
Rofi version (rofi -v)
1.7.3
Configuration
https://gist.github.com/mvaaltola/dbda2ead10ad52f8625a57af883d43db
Launch command
rofi -show drun
Step to reproduce
- run
localectl set-x11-keymap us,fi pc105 qwerty grp:ctrls_toggle,caps:escape
- open rofi, type
asd
, everything works fine - hit left+right ctrl keys at the same time to change keyboard layout to fi
- type
asd
again, the output isəßð
i.e. as if the AltGr modifier key was held down when typing
Expected behavior
Display correct characters (asd
instead of əßð
) when using the Finnish keyboard layout.
Actual behavior
When using the Finnish keyboard layout, characters are displayed in rofi as if the AltGr key is held down. For example, e
becomes €
, a
becomes ə
etc.
Additional information
Other software, e.g. Visual Studio Code, displays characters correctly when using the same font and keyboard layout.
mendes-davi, liolin, Tahvok, mkazlauskas, dflaxx and 3 more