You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has the potential to break compatibility when adding new keyboard layout (insert before KB_HANYU_PINYIN), which let adding new keyboard layout difficult. It also affect KB_CARPALX which is not a pinyin keyboard.
Adding a new function to distinguish this may be a way to solve this problem.
The text was updated successfully, but these errors were encountered:
Current keyboard layout enum in
bopomofo-private.h
is the following:libchewing/include/internal/bopomofo-private.h
Lines 30 to 45 in 197b701
And some of the code in
bopomofo.c
use this to distinguish bopomofo and pinyin input method:libchewing/src/bopomofo.c
Line 667 in 197b701
It has the potential to break compatibility when adding new keyboard layout (insert before
KB_HANYU_PINYIN
), which let adding new keyboard layout difficult. It also affectKB_CARPALX
which is not a pinyin keyboard.Adding a new function to distinguish this may be a way to solve this problem.
The text was updated successfully, but these errors were encountered: