mister_input
Send keyboard inputs and gamepad commands to MiSTer-FPGA for remote control, including key combinations, named keys, and Linux keycodes.
Instructions
Send input to MiSTer-FPGA via virtual keyboard. Use 'key' for named keyboard keys (osd, menu, confirm, up, down, left, right, coin, start). Use 'raw' for Linux keycodes. Use 'combo' for key combinations (e.g. ['leftalt', 'f12']).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Gamepad button to press (a, b, x, y, start, select, l, r, coin) | |
| combo | No | Key combination to press (e.g. ['leftalt', 'f12']) | |
| dpad | No | Gamepad d-pad direction (up, down, left, right) | |
| key | No | Named keyboard key to press (e.g. 'osd', 'menu', 'confirm', 'core_select') | |
| raw | No | Raw Linux keycode to press (e.g. 28 for Enter) |