Hi!
Does someone knows the keycodes for the shortcuts ctrl+c and ctrl+v? If I print event.GetKeyCode() I get only the keycodes of the single keys.
Thanks
Stefanie
Hi!
Does someone knows the keycodes for the shortcuts ctrl+c and ctrl+v? If I print event.GetKeyCode() I get only the keycodes of the single keys.
Thanks
Stefanie
Among the attributes of wx.KeyEvent there are KeyCode AND ControlDown. If you print event.KeyCode (the Set and Get methods are redundant) you shall get the single keys, but if you try printing also event.ControlDown you’ll get True.
2008/6/25 Stefanie Lück lueck@ipk-gatersleben.de:
Hi!
Does someone knows the keycodes for the shortcuts ctrl+c and ctrl+v? If I print event.GetKeyCode() I get only the keycodes of the single keys.
Thanks
Stefanie
wxpython-users mailing list