winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.
This commit is contained in:
parent
24fc87286f
commit
9171647204
|
@ -968,7 +968,7 @@ static const WORD nonchar_key_vkey[256] =
|
|||
/* unused */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* FF20 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* FF28 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* FF30 */
|
||||
0, VK_HANGUL, 0, 0, VK_HANJA, 0, 0, 0, /* FF30 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* FF38 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* FF40 */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* FF48 */
|
||||
|
|
Loading…
Reference in New Issue