fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
114 stars 11 forks source link

Need fixes for composition modes #12

Closed utuhiro78 closed 3 years ago

utuhiro78 commented 3 years ago

I tested fcitx5-mozc on the Plasma desktop. Fcitx5-mozc shows composition modes, but some of them are unnecessary/broken.

fcitx5-mozc-2020122701

There are six entries.

  1. Full width alphabet icon + Half width alphabet: It's unnecessary and doesn't work.
  2. Hiragana icon + Hiragana: OK
  3. Full width Katakana icon + Full width Katakana: OK
  4. Full width alphabet icon + Full width alphabet: OK
  5. Half width alphabet icon + Half width alphabet: OK
  6. Full width Katakana icon + Half width Katakana: It should be "Half width Katakana icon + Half width Katakana" (ui-katakana_half.png + ア). It doesn't work. This mode need to convert "aiueo" to "アイウエオ" (In mode 2, type "aiueo" and press F8).
wengxt commented 3 years ago

Ah, the DIRECT mode need to use some special code for handling.

wengxt commented 3 years ago

Also the label is only one character is also kinda because of an old limitation in fcitx 4, which should probably be updated to a more meaningful string.

wengxt commented 3 years ago

Direct and half katakana mode should be fixed by now.