- Fix the "divide" key. Thanks to Giannis Adamopoulos for the help.
See issue #6250 for more details.

svn path=/trunk/; revision=51698
This commit is contained in:
Gabriel Ilardi 2011-05-13 15:16:49 +00:00
parent 7db0796ea8
commit 21434a4c28

View 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,