[wxpython-users] MORE on Keyboard bug.

Phillip Watts phillip.watts at anvilcom.com
Thu May 1 07:05:49 PDT 2008


> But ONLY on Kubuntu/KDE.  Everywhere else its 366, 367.
> Ideas?
Yes, one: Which are the values of:
- wx.WXK_PAGEDOWN
- wx.WXK_PAGEUP
On your Kubuntu/KDE?
Andrea.

This is WEIRD, now i'm really confused!!

Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> print wx.WXK_PAGEDOWN
369
>>> print wx.WXK_PAGEUP
368


More information about the wxpython-users mailing list