[kbdit]
authorGabriel Ilardi <gabrielilardi@hotmail.it>
Fri, 13 May 2011 15:16:49 +0000 (15:16 +0000)
committerGabriel Ilardi <gabrielilardi@hotmail.it>
Fri, 13 May 2011 15:16:49 +0000 (15:16 +0000)
- Fix the "divide" key. Thanks to Giannis Adamopoulos for the help.
See issue #6250 for more details.

svn path=/trunk/; revision=51698

reactos/dll/keyboard/kbdit/kbdit.c

index 99ebdaf..4746f93 100644 (file)
@@ -86,7 +86,7 @@ ROSDATA USHORT scancode_to_vk[] = {
 /* 32 */  'M',
 /* 33 */  VK_OEM_COMMA,
 /* 34 */  VK_OEM_PERIOD,
-/* 35 */  VK_OEM_MINUS,
+/* 35 */  VK_DIVIDE,
 /* 36 */  VK_RSHIFT,
 /* 37 */  VK_MULTIPLY,
 /* 38 */  VK_LMENU,