A wxPython-based GUI to write key configuration to serial devices using the ManyKey protocol.
Any basic character ascii character you can type with an english language keyboard (without modifiers) should work as a keycode. For other keys, see the list below.
- LEFT_MOUSE
- RIGHT_MOUSE
- MIDDLE_MOUSE
- LEFT_CTRL
- LEFT_SHIFT
- LEFT_ALT
- LEFT_GUI
- RIGHT_CTRL
- RIGHT_SHIFT
- RIGHT_ALT
- RIGHT_GUI
- UP_ARROW
- DOWN_ARROW
- LEFT_ARROW
- RIGHT_ARROW
- BACKSPACE
- TAB
- RETURN
- ESC
- INSERT
- DELETE
- PAGE_UP
- PAGE_DOWN
- HOME
- END
- CAPS_LOCK
- F1
- F2
- F3
- F4
- F5
- F6
- F7
- F8
- F9
- F10
- F11
- F12
- SPACE