http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6df8f5
)
Send a scancode through for the 5 key when numlock isn't on.
author
Oliver Stieber
<oliver_stieber@yahoo.co.uk>
Fri, 28 Jan 2005 11:27:00 +0000
(11:27 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 28 Jan 2005 11:27:00 +0000
(11:27 +0000)
dlls/x11drv/keyboard.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/x11drv/keyboard.c
b/dlls/x11drv/keyboard.c
index e622c930ebcc69a3d5123e92732c61808ffc30b6..42a75cda25c38a922b928bcd9ab41569312c328f 100644
(file)
--- a/
dlls/x11drv/keyboard.c
+++ b/
dlls/x11drv/keyboard.c
@@
-901,7
+901,7
@@
static const WORD nonchar_key_vkey[256] =
0, 0, 0, 0, 0, VK_RETURN, 0, 0, /* FF88 */
0, 0, 0, 0, 0, VK_HOME, VK_LEFT, VK_UP, /* FF90 */
VK_RIGHT, VK_DOWN, VK_PRIOR, VK_NEXT, /* FF98 */
- VK_END,
0
, VK_INSERT, VK_DELETE,
+ VK_END,
VK_CLEAR
, VK_INSERT, VK_DELETE,
0, 0, 0, 0, 0, 0, 0, 0, /* FFA0 */
0, 0, VK_MULTIPLY, VK_ADD, /* FFA8 */
VK_SEPARATOR, VK_SUBTRACT, VK_DECIMAL, VK_DIVIDE,