The Table engine for IBus platform
Go to file
Mike FABIAN 9cfde9d772 Update to 1.17.6
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.
2024-07-02 13:47:14 +00:00
.fmf Convert CI tests to tmt 2021-06-29 19:50:55 +02:00
plans Convert CI tests to tmt 2021-06-29 19:50:55 +02:00
tests Resolves: RHEL-36633 Remove dependency on Xvfb from CI tests and Update to 1.17.5 2024-06-19 20:01:43 +02:00
.gitignore Update to 1.17.6 2024-07-02 13:47:14 +00:00
changelog Resolves: RHEL-36633 Remove dependency on Xvfb from CI tests and Update to 1.17.5 2024-06-19 20:01:43 +02:00
gating.yaml adding gating.yaml configuration 2024-04-26 12:51:50 +05:30
ibus-table.spec Update to 1.17.6 2024-07-02 13:47:14 +00:00
sources Update to 1.17.6 2024-07-02 13:47:14 +00:00