Dmitry Timoshkov : winex11.drv: Fix the scan codes keypad keys section to match the vkeys one.
Module: wine Branch: master Commit: 73569a95c19cdb5d6231730ac0df703c72d6111f URL: http://source.winehq.org/git/wine.git/?a=commit;h=73569a95c19cdb5d6231730ac0... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Thu Sep 11 11:59:32 2008 +0900 winex11.drv: Fix the scan codes keypad keys section to match the vkeys one. --- dlls/winex11.drv/keyboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c index bf399c9..fe0e840 100644 --- a/dlls/winex11.drv/keyboard.c +++ b/dlls/winex11.drv/keyboard.c @@ -1063,7 +1063,7 @@ static const WORD nonchar_key_scan[256] = /*?*/ 0, /*?*/ 0, 0x38, 0x146, 0x00, 0x00, 0x00, 0x00, /* FF68 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FF70 */ /* keypad keys */ - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x138, 0x145, /* FF78 */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x145, /* FF78 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* FF80 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x11C, 0x00, 0x00, /* FF88 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x4B, 0x48, /* FF90 */
participants (1)
-
Alexandre Julliard