qt: Add another XKB alias for Japanese Num,

This commit is contained in:
RichardG867
2023-04-08 19:36:48 -03:00
parent 4002b71da6
commit b16b454bf1

View File

@@ -124,7 +124,8 @@ static std::unordered_map<std::string, uint16_t> xkb_keycodes = {
{"FK15", 0x5f}, {"FK15", 0x5f},
/* Japanese keys. */ /* Japanese keys. */
{"JPCM", 0x5c}, /* evdev KPJPCOMMA */ {"JPCM", 0x5c}, /* Num, */
{"KPDC", 0x5c},
{"HKTG", 0x70}, /* hiragana-katakana toggle */ {"HKTG", 0x70}, /* hiragana-katakana toggle */
{"AB11", 0x73}, /* \_ and Brazilian /? */ {"AB11", 0x73}, /* \_ and Brazilian /? */
{"HZTG", 0x76}, /* hankaku-zenkaku toggle */ {"HZTG", 0x76}, /* hankaku-zenkaku toggle */