mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Merge pull request #11977 from ploosin/feature/add_korean_in_xkb_keyname_table
[input, virtualkey] Add Korean keys in XKB_KEYNAME_TABLE
This commit is contained in:
@@ -415,6 +415,11 @@ static XKB_KEYNAME XKB_KEYNAME_TABLE[] = {
|
||||
|
||||
// { "AE13", VK_BACKSLASH_JP }, // JP
|
||||
// { "LVL3", 0x54}
|
||||
|
||||
/* Korean */
|
||||
|
||||
{ "HNGL", VK_HANGUL },
|
||||
{ "HNCV", VK_HANJA },
|
||||
};
|
||||
|
||||
const char* GetVirtualKeyName(DWORD vkcode)
|
||||
|
||||
Reference in New Issue
Block a user