mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:22:58 +00:00
patch from Simon Hanae mail : ja731j at ja731j dot homeip dot net, part 1 of 2
See issue #1876 for more details. svn path=/trunk/; revision=24853
This commit is contained in:
parent
0460202c9a
commit
fc374e1953
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ ROSDATA USHORT scancode_to_vk[] = {
|
|||
/* Third letters row */
|
||||
'Z', 'X', 'C', 'V',
|
||||
'B', 'N', 'M', VK_OEM_COMMA,
|
||||
VK_OEM_PERIOD,VK_OEM_2,VK_OEM_5, VK_RSHIFT,
|
||||
VK_OEM_PERIOD,VK_OEM_2,/*VK_OEM_5,*/ VK_RSHIFT,
|
||||
/* - 37 - */
|
||||
/* Bottom Row */
|
||||
VK_MULTIPLY, VK_LMENU, VK_SPACE, VK_CAPITAL,
|
||||
|
@ -369,3 +369,4 @@ PKBDTABLES STDCALL KbdLayerDescriptor() {
|
|||
return &keyboard_layout_table;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue