Attachments (2)
Change History (13)
by , 16 years ago
Attachment: | Japanese.keymap.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Ok, I applied the keycodes diff in hrev25413. I suppose that's not all to make it work though, is it? Thanks so far!
comment:3 by , 16 years ago
I think about other two key codes later because I don't face problems yet.
Thank you.
comment:4 by , 16 years ago
I'm wondering in which code 0xf3 and 0xf2 are supposed to be used ? We might want to reserve these codes in InterfaceDefs.h
comment:5 by , 16 years ago
I used 0xf2/0xf3 which is same as Windows' value. I think that Microsoft selected these value because these value seem to be rarely conflict other key codes.
It maybe better to add B_ZENKAKU_HANKAKU and B_KATAKANA_HIRAGANA to InterfaceDefs.h.
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
by , 16 years ago
Attachment: | zenhan.diff added |
---|
comment:7 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry, I mistook the key name. Not B_ZENKAKU_HANKAKU, but B_HANKAKU_ZENKAKU.
comment:9 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in hrev30599. Thanks a lot!
comment:10 by , 16 years ago
Cc: | added |
---|
Attached patch changes two key codes: Zenkaku/Hankaky key and Katakana/Hiragana key.
Japanese specific key codes are below:
(cf. http://lldev.jp/hsp/script/h_virtual_key.html)
I didn't change the key codes of Henkan and Muhenkan because their key codes are already used by arrow keys.
I tested this patch at my Japanese keyboard "Owltech OWL-KB108PA".