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:
Magnus Olsen 2006-11-27 17:04:57 +00:00
parent 0460202c9a
commit fc374e1953

View file

@ -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;
}