[wxpython-users] MORE on Keyboard bug.

Robin Dunn robin at alldunn.com
Thu May 1 17:34:37 PDT 2008


Phillip Watts wrote:
> I thought I had identified a bug a few days ago
> BUT its only in one environment.
> 
> In the following program pressing pagedown and
> pageup gives event.GetKeyCode()  --  312 and 313.
> 
> ./keybtest.py
> 312
> 313
> 
> But ONLY on Kubuntu/KDE.  Everywhere else its 366, 367.
> Ideas?

I'm using KDE on Ubuntu with no problems...

Check the KDE config to see if the PgDn/PgUp keys are remapped to the 
Next/Prior keysyms.  It may also have been done in the .Xmodmap file in 
the user's home dir.  Either way you can use .Xmodmap yourself to change 
the keymap if you want.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the wxpython-users mailing list