Commit 91716472 authored by ByeongSik Jeon's avatar ByeongSik Jeon Committed by Alexandre Julliard

winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.

parent 24fc8728
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment