Add Hangul and Hangul_Hanja keycodes for korean keyboards.

* map both keys on USB keyboards. Untested.
This commit is contained in:
Jérôme Duval
2015-11-23 20:04:22 +01:00
parent 3dd0c8198e
commit 95c8163a16
2 changed files with 10 additions and 2 deletions
+4 -2
View File
@@ -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 {