[Bug 17155] Bound keys do not work.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 1 13:26:23 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17155


Vitaliy Margolen <vitaliy at kievinfo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Vitaliy Margolen <vitaliy at 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.



More information about the wine-bugs mailing list