Export to GitHub

gui2py - issue #3

Support wxPython hotkeys with the in HTML accesskey attribute


Posted on Jan 28, 2012 by Helpful Ox

gui2py should accept this code in html input and convert it to wx hotkeys:

<a href="some/action" accesskey="CTRL-A">

When parsing the html for HTMLwidget input, gui2py could bind a key combination event to trigger form submission, open link commands and text input focus.

Comment #1

Posted on Jan 31, 2012 by Helpful Ox

The widely supported title attribute could used instead of accesskey, since the last stores single character commands

Status: New

Labels:
Type-Enhancement Priority-Medium