93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
'^p'
Start or stop slow replay. Any move input also interrupts slow replay.
'^s'
Toggle solution replay.
'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).
'ml' <blob>
Load a move list from a SQL blob.
|
>
>
>
|
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
'^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).
'ml' <blob>
Load a move list from a SQL blob.
|