mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:02:59 +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 */
|
/* Third letters row */
|
||||||
'Z', 'X', 'C', 'V',
|
'Z', 'X', 'C', 'V',
|
||||||
'B', 'N', 'M', VK_OEM_COMMA,
|
'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 - */
|
/* - 37 - */
|
||||||
/* Bottom Row */
|
/* Bottom Row */
|
||||||
VK_MULTIPLY, VK_LMENU, VK_SPACE, VK_CAPITAL,
|
VK_MULTIPLY, VK_LMENU, VK_SPACE, VK_CAPITAL,
|
||||||
|
@ -369,3 +369,4 @@ PKBDTABLES STDCALL KbdLayerDescriptor() {
|
||||||
return &keyboard_layout_table;
|
return &keyboard_layout_table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue