Add Hangul and Hangul_Hanja keycodes for korean keyboards.
* map both keys on USB keyboards. Untested.
This commit is contained in:
@@ -63,9 +63,11 @@ enum {
|
||||
|
||||
B_FUNCTION_KEY = 0x10,
|
||||
|
||||
// for Japanese keyboards
|
||||
// for Japanese and Korean keyboards
|
||||
B_KATAKANA_HIRAGANA = 0xf2,
|
||||
B_HANKAKU_ZENKAKU = 0xf3
|
||||
B_HANKAKU_ZENKAKU = 0xf3,
|
||||
B_HANGUL = 0xf0,
|
||||
B_HANGUL_HANJA = 0xf1
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user