.register(key, shift, caps, opt, cntl, function, description)
Arguments:
| key | |
| shift | |
| caps | |
| opt | |
| cntl | |
| function | |
| description | |
.value(view, char, modifier, unicode, keycode)
Arguments:
| view | |
| char | |
| modifier | |
| unicode | |
| keycode | |
.registerKeycode(keycode, shift, caps, opt, cntl, function, description)
Arguments:
| keycode | |
| shift | |
| caps | |
| opt | |
| cntl | |
| function | |
| description | |
++(that)