Controls¶
Default Keys¶
| Key | Action |
|---|---|
| F5 | Reload motioncab.ini |
| F8 | Toggle mod on/off |
Modifier Keys¶
Both the reload and toggle keys are configurable in the INI (see Configuration).
To use a key, specify its decimal value. A modifier key can be added by writing
the two virtual keys codes separated by a + sign:
| INI value | Key(s) |
|---|---|
KEY_RELOAD=116+160 |
F5+Left Shift |
KEY_TOGGLE=119 |
F8 (no modifier) |