Determining required dead keys #361
Labels
compose
Indicates a need for improvements or additions to Compose handling
enhancement
Indicates new feature requests
tools: interactive
Hello, I'm not sure how to programatically determine the required dead keys for a keysym. For example, I don't know how you'd get that you need to type dead_circumflex and e to type ecircumflex in the fr layout.
how-to-type doesn't seem to implement it, with this outputting no entries:
I think ecircumflex could be found under a level with
xkb_keymap_key_get_syms_by_level
, but (if that's even right) I'm not sure how to map the levels to the required dead keys.My end goal is to have my uinput tool support typing symbols that require dead keys.
The text was updated successfully, but these errors were encountered: