Changes
Add tip about low speed keys
==== <code>SPEED KEY <start,repeat> </code> ====
: SPEED KEY command defines the delay after which a key repeat (for keys that do repeat). The first parameter is the delay before the first repeat and the second parameter is the delay between further repeats. Delay is in 1/50th of seconds.
When using it with low values, it is common to associate a key to reset the default speed of 30,2. For example to associate the key 0:
<code>KEY 0,"SPEED KEY 30,2"+CHR$(13)</code>
==== <code>SPEED WRITE <n> </code> ====