The Table engine for IBus platform
9cfde9d772
Yet another fix to make it possible again to use keys with Unicode keysyms in keybindings and make it work with all known versions of ibus Resolves: https://github.com/kaio/ibus-table/issues/85 See also: https://github.com/mike-fabian/ibus-typing-booster/issues/497 This makes the code work both with older ibus (<= 1.5.29) which does >>> IBus.keyval_name(0x0100263a) 'U+263A' >>> and newer ibus (>= 1.5.31 or 1.5.30 with some patches) which does: >>> IBus.keyval_name(0x0100263a) '0x100263a' >>> So this should work with all currently known versions of ibus. |
||
---|---|---|
.fmf | ||
plans | ||
tests | ||
.gitignore | ||
changelog | ||
gating.yaml | ||
ibus-table.spec | ||
sources |