mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
add VK_OEM_102 to us keyboard layout
svn path=/trunk/; revision=30316
This commit is contained in:
parent
c58299d739
commit
81b0a20436
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@ ROSDATA USHORT scancode_to_vk[] = {
|
|||
VK_SNAPSHOT,
|
||||
/* - 55 - */
|
||||
/* Oddities, and the remaining standard F-Keys */
|
||||
VK_EMPTY, VK_EMPTY, VK_F11, VK_F12,
|
||||
VK_EMPTY, VK_OEM_102, VK_F11, VK_F12,
|
||||
/* - 59 - */
|
||||
VK_CLEAR, VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY, /* EREOF */
|
||||
VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY, /* ZOOM */
|
||||
|
@ -170,6 +170,7 @@ ROSDATA VK_TO_WCHARS3 key_to_chars_3mod[] = {
|
|||
{ VK_OEM_4, 0, {'[', '{', 0x1b /* ESC */} },
|
||||
{ VK_OEM_6, 0, {']', '}', 0x1d /* GS */} },
|
||||
{ VK_OEM_5, 0, {'\\','|', 0x1c /* FS */} },
|
||||
{ VK_OEM_102,0,{'\\','|', 0x1c /* FS */} },
|
||||
{ VK_RETURN,0, {'\r', '\r', '\n'} },
|
||||
{ 0,0 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue