type_input
Type ASCII text into a BBC Micro emulator keyboard. Supports line submission via \n and returns a count of characters sent.
Instructions
Type an ASCII string into the BBC keyboard.
Uses the default keypress timings (HOLD=5M, GAP=5M BBC
cycles). Use \n to submit a line. Lowercase letters arrive
as uppercase under the cold-boot CAPS LOCK ON default; use
type_input_raw (after set_caps_lock(session_id, False))
when case must be preserved. Raises via the underlying
UnsupportedCharError if the string contains a character with
no BBC matrix mapping. Returns {"ok": True, "chars": N}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||