[wxPython] bug in wxAcceleratorTable with ALT key

        aTable = wxAcceleratorTable([(wxACCEL_ALT, ord('X'), exitID),
                                     (wxACCEL_CTRL, ord('H'), helpID)])

the wxACCEL_ALT is without effect and it's enough to type a X to quit the
application.
It's only a minor bug, because the wxACCEL_CTRL is working properly.

Platform and version? The demo doesn't behave this way for me but exits
only with a ALT-X. Do you have a small sample that shows the problem?

···

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