ccgreen13 / gui2py

Automatically exported from code.google.com/p/gui2py
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Support wxPython hotkeys with the in HTML accesskey attribute #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by spame...@gmail.com on 28 Jan 2012 at 1:49

GoogleCodeExporter commented 9 years ago
The widely supported title attribute could used instead of accesskey, since the 
last stores single character commands

Original comment by spame...@gmail.com on 31 Jan 2012 at 12:49