http://bugs.winehq.org/show_bug.cgi?id=17155 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-01 13:26:23 --- Looks like a bug in xvkbd: [M:6]: trace:event:process_events processed 4 events trace:key:X11DRV_KeyEvent KeyPress : keysym=FFE1 (Shift_L), # of chars=0 / "" trace:key:X11DRV_KeyEvent KeyPress : keysym=FFB1 (KP_1), # of chars=1 / "1" trace:key:X11DRV_KeyEvent KeyRelease : keysym=FFB1 (KP_1), # of chars=1 / "1" trace:key:X11DRV_KeyEvent KeyRelease : keysym=FFE1 (Shift_L), # of chars=0 / "" [M:7]: trace:event:process_events processed 4 events trace:key:X11DRV_KeyEvent KeyPress : keysym=FFE1 (Shift_L), # of chars=0 / "" trace:key:X11DRV_KeyEvent KeyPress : keysym=FFB2 (KP_2), # of chars=1 / "2" trace:key:X11DRV_KeyEvent KeyRelease : keysym=FFB2 (KP_2), # of chars=1 / "2" trace:key:X11DRV_KeyEvent KeyRelease : keysym=FFE1 (Shift_L), # of chars=0 / "" So it sends [shift]+[KP_1], [shift]+[KP_2]. And if you test this in notepad - you will see they working as [End] and [down] accordingly. Invalid - not a Wine bug. Shift + keypad = not numeric keys is intended behavior. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.