Author: ilardig
Date: Fri May 13 15:16:49 2011
New Revision: 51698
URL:
http://svn.reactos.org/svn/reactos?rev=51698&view=rev
Log:
[kbdit]
- Fix the "divide" key. Thanks to Giannis Adamopoulos for the help.
See issue #6250 for more details.
Modified:
trunk/reactos/dll/keyboard/kbdit/kbdit.c
Modified: trunk/reactos/dll/keyboard/kbdit/kbdit.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/keyboard/kbdit/kbdit.c…
==============================================================================
--- trunk/reactos/dll/keyboard/kbdit/kbdit.c [iso-8859-1] (original)
+++ trunk/reactos/dll/keyboard/kbdit/kbdit.c [iso-8859-1] Fri May 13 15:16:49 2011
@@ -86,7 +86,7 @@
/* 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,