(wxPython 2.4.2.4 Python 2.3c.1 Windows 2000 SP4)
Regards,
David Hughes
Forestfield Software Ltd
www.forestfield.co.uk
Accelerators are checked before the key event is given to the focused
window, if a matching accelerator is found then the EVT_MENU event is
sent and the key event is discarded. Things like the above are an
unfortunate side-effect of that fact, but making it behave differently
when the focused window is a textctrl and the key is one that it should
process woudl be complex and woudl probably lead to confusing
inconsistencies.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!