100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
'^p'
Start or stop slow replay. Any move input also interrupts slow replay.
'^s'
Toggle solution replay.
'lo' <location>
Flash the specified location briefly.
'mi' <command>
Import a move list. The argument is a operating system command, that
when executed will write the move list to stdout, with one byte per
move (the Hero Mesh key codes).
|
>
>
>
|
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
'^p'
Start or stop slow replay. Any move input also interrupts slow replay.
'^s'
Toggle solution replay.
'^x'
Cancel dead animation.
'lo' <location>
Flash the specified location briefly.
'mi' <command>
Import a move list. The argument is a operating system command, that
when executed will write the move list to stdout, with one byte per
move (the Hero Mesh key codes).
|