key_up
Releases a key press in a BBC Micro emulator session, accepting key codes or names. Can also release all held keys at once with RELEASE_ALL.
Instructions
Inject a raw BBC keyup event into the matrix.
Inverse of key_down. Accepts the same key formats.
Sending "RELEASE_ALL" (code 255) clears every held key
in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||