-
Heho, im trying to enable a compose key like configuration to enable key inputs like https://en.wikipedia.org/wiki/Compose_key and i NEED help :D But i am struggling to get the right output. The following config triggers after hitting 'sldr' s s, but the output is completely weird. (defseq "ß" (s s)) Leads to 13:51:30 [DEBUG] (2) kanata::oskbd::linux: input ev: InputEvent { time: SystemTime { tv_sec: 1684237890, tv_nsec: 996738000 }, kind: Key(KEY_S), value: 0 } Just writing (deffakekeys "ß" (macro ß)) leaves a corrupt configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's neither fake keys or sequences issue. It's how |
Beta Was this translation helpful? Give feedback.
Ok, i found that the mapping is working correctly in browser and co. The unicode input (regardless of kanata or manual input) is not working in wezterm. It seems not related to kanata.