Package: fcitx-kkc / 0.1.4-1

Metadata

Package Version Patches format
fcitx-kkc 0.1.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 trans Update Translation.patch | (download)

po/ca.po | 9 5 4 - 0 !
1 file changed, 5 insertions( ), 4 deletions(-)

 [trans] update translation


0002 kkc fix the check for the keymap conflict was invert.patch | (download)

gui/shortcutwidget.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [kkc] fix the check for the keymap conflict was inverted

thanks to AWASHIRO Ikuya for the report.

0003 kkc add support for Direct Input Mode 5.patch | (download)

gui/addshortcutdialog.cpp | 2 1 1 - 0 !
gui/shortcutmodel.cpp | 5 3 2 - 0 !
src/fcitx-kkc.desc | 5 3 2 - 0 !
src/kkc.c | 3 2 1 - 0 !
4 files changed, 9 insertions( ), 6 deletions(-)

 [kkc] add support for direct input mode (#5)

Direct Input Mode is not the same as Latin Mode in libkkc. And Direct Input is
normally used as the Japanese Kana-kanji convertion instead of Latin. For
example, anthy's "Latin" equals libkkc's "Direct Input", the Zenkaku_Hankaku
key is mapped to switch "set-input-mode-{direct,hiragana}" in libkkc.

0004 kkc use underscore for label.patch | (download)

src/kkc.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [kkc] use underscore for label.


0005 If insertion is failed do not change the model.patch | (download)

gui/shortcutmodel.cpp | 14 6 8 - 0 !
1 file changed, 6 insertions( ), 8 deletions(-)

 if insertion is failed, do not change the model.