Replies: 3 comments 2 replies
-
When you hold down shift all keys thereafter are normaly shifted (even if forked). To avoid that, I use
If your linux has issues with unicode read or you could try defoverrides (not tested)
if you didn't set ü , ö , ä with deflocalkeys you have to call them by there US names [ ; ' as evtest told you. |
Beta Was this translation helpful? Give feedback.
-
without a
|
Beta Was this translation helpful? Give feedback.
-
instead of
|
Beta Was this translation helpful? Give feedback.
-
I found the documentation very confusing, so I couldn't figure out how to remap a key to a "shifted" variant. Basically what I want to do is map
"ü" to "[" (so AltGr-8
"Ü" (S-ü) t0 "]"
"ö" to "(" (S-8)
"Ö" (S-ö) to ")" (S-9)
"ä" to "{" (AltGr-7)
"Ä" (S-ä) to "}" (AltGr-0)
but I just can't figure out how. Especially because evtest is showing "ü" as "KEY_LEFTBRACE", "ö" as "KEY_SEMICOLON" and "ä" as "KEY_APOSTROPHE".
I hope someone can help me. In my mind this shouldn't be a very complicated setup, but I still can't figure out how to do it.
I obviously want everything else to keep working as normal.
Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions