[Bug 10266] Numpad keyboard handling is strange, Del key produces two events

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 3 16:06:06 CDT 2008


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


Petr Mach <gsl at seznam.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gsl at seznam.cz




--- Comment #10 from Petr Mach <gsl at seznam.cz>  2008-07-03 16:06:05 ---
My xev output for Delete key:

NUMLOCK ON

KeyPress event, serial 30, synthetic NO, window 0x4800001,
    root 0x1a6, subw 0x0, time 267914911, (78,-17), root:(83,56),
    state 0x10, keycode 107 (keysym 0xffff, Delete), same_screen YES,
    XLookupString gives 1 bytes: (7f) ""
    XmbLookupString gives 1 bytes: (7f) ""
    XFilterEvent returns: False

NUMLOCK OFF

KeyPress event, serial 30, synthetic NO, window 0x4800001,
    root 0x1a6, subw 0x0, time 267921263, (78,-17), root:(83,56),
    state 0x0, keycode 107 (keysym 0xffff, Delete), same_screen YES,
    XLookupString gives 1 bytes: (7f) ""
    XmbLookupString gives 1 bytes: (7f) ""
    XFilterEvent returns: False

If numlock is on, then deleted char is replaced with comma. Tested in TreePad
windows application.

$ setxkbmap -v 10
Setting verbose level to 10
locale is C
Applied rules from xorg:
model:      pc105
layout:     cz
variant:    qwerty
Trying to build keymap using the following components:
keycodes:   xfree86+aliases(qwertz)
types:      complete
compat:     complete
symbols:    pc+cz(qwerty)
geometry:   pc(pc105)

$ wine --version
wine-1.1.0


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