engine: the Korean keyboard's 한/영 and 한자 keys

A Korean keyboard sends Hangul and Hangul_Hanja for its two extra keys;
they did nothing but end the composition.  Now 한/영 toggles Korean and
English and 한자 opens the Hanja search, by standing in for Ctrl+S,
Ctrl+T, and Ctrl+H, as fcitx5-hangul binds them.
This commit is contained in:
2026-08-17 00:54:36 +09:00
parent 63fc60dc06
commit b77400fa86
4 changed files with 29 additions and 0 deletions

2
ipc.h
View File

@@ -39,6 +39,8 @@ enum
Kdown = Kspec|0x54,
Kpgup = Kspec|0x55,
Kpgdown = Kspec|0x56,
Khangul = Kspec|0x31,
Khanja = Kspec|0x34,
Kmodfirst = Kspec|0xe1,
Kmodlast = Kspec|0xee,