[wxPython] AcceleratorTable and wxACCEL_ALT

G'day all,

I have been trying to use an accelerator table, everything works fine for
wxACCEL_NORMAL but if I use any of the other flags
(wxACCEL_ALT,wxACCEL_CTRL etc ) nothing happens.

I checked the demo and the same problem exists.
(ie CTRL-H and ALT-X and CTRL-H do not do anything)

I am using
Python 2.1.1 on Windows 2000 with wxPython 2.3.1 and
Linux RH6.2 with Python 2.0 with wxPython 2.3.0

Any suggestions, anyone?

TIA

---Gareth