Type: Python module or package
File:lino:src/lino/forms/keyboard.py
Refering articles:
- wxWindows keycodes have changed (03.01.07) — Test 82 alerted me that wxPython changed the keycode value for many key events. It was a design mistake (or bold frivolity) to hope that they wouldn't change. more
- Standard names for common keyboard events (22.06.06) — Hello, I thought that I should ask here for comments on a blog entry that I wrote some weeks ago. I am sure that other people have been thinking about this, but I didn't yet find them. more
- lino.forms.keyboard is evolving (code changes 27.05.06) — I started to make more consistent use of the lino.forms.keyboard module in my own code. more
- About lino.forms.keyboard (Introductions 27.05.06) — The Python standard library unfortunately doesn't provide a module that gives unique names to common keyboard events. more
- accelerator keys (code changes 14.03.06) — The forms1.py example now reacts to pressing ESC. New parameter "hotkey" for Button.__init__(). New module lino.forms.keyboard. New method Form.addAccelerator(). more