[Mono-bugs] [Bug 490618] KeyPress wrong key received (as result remove text instead of select)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 23 11:33:26 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=490618

User dick at acm.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=490618#c5


Dick Porter <dick at acm.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dick at acm.org




--- Comment #5 from Dick Porter <dick at acm.org>  2009-06-23 09:33:25 MDT ---
It seems to be a mac X server issue:

$ xmodmap -pk | grep ff52
     85        0xff52 (Up)    0x002f (slash)    

$ xmodmap -pk | grep ff54
     80        0xff54 (Down)    0x003d (equal)    


The following script reprograms the X modifier map to be sane, and the test
case now works:

xmodmap -e "keycode `xmodmap -pk | grep 0xff52 | cut -f 1 | head -1` = Up
NoSymbol"
xmodmap -e "keycode `xmodmap -pk | grep 0xff54 | cut -f 1 | head -1` = Down
NoSymbol"

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list