send_keys
Send keystrokes to the ZX Spectrum emulator as ASCII characters, ideal for typing BASIC commands or loading programs.
Instructions
Type a string into the emulator via send-keys-ascii (one ASCII code per character; useful for BASIC commands like LOAD "").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | The literal string to type (e.g. 'LOAD ""') | |
| delay | No | ms between keystrokes (100 = normal BASIC typing speed) |