keyboard bug??

Phillip Watts wrote:

On X11 and win xp, two different keyboards,
I must do the following override for my code to work.

  wx.WXK_PAGEDOWN = 313 # wierd that I should have to
  wx.WXK_PAGEUP = 312 # do this, wx constants broken?

What happens if you press pageup/pagedown in the KeyEvents sample in the demo? For me it does display WXK_PAGEUP and WXK_PAGEDOWN with their default values (366 and 367.) Is there anything special about your keyboards or the system config for input languages or keyboard layouts?

···

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