alt-commands and buttons

Nigel W. Moriarty wrote:

Folks

Until recently, I was able to use the Alt-commands to navigate using the button I'd set up like this
  wx.Button(btn_box.win, wx.NewId(), 'Co&ntinue')

Alt-n would continue. New alt-n highlights the button (and moves the focus to it I guess) and I have to hit return to activate the button. Have I changed or has wxPython?

I'm not aware of any changes.

···

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