80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
.pasteCommand
The command to use for pasting text from the clipboard. When it asks for
a single line of text, you can push SHIFT+INSERT to paste.
.progress
If positive, how many steps between dots in the progress report for the
auto testing most. If negative, number of milliseconds to sleep before
each level is executed.
.replaySpeed
When the slow replay is used, sets the playback speed; this is a number
of centiseconds between turns from 0 to 255.
.saveSolutions
If true, then solutions are saved if you solve a level in less moves
than the currently recorded solution (or if no solution is already
recorded). This has no effect in read-only mode.
.screenFlags
|
|
|
|
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
.pasteCommand
The command to use for pasting text from the clipboard. When it asks for
a single line of text, you can push SHIFT+INSERT to paste.
.progress
If positive, how many steps between dots in the progress report for the
auto testing mode. If negative, number of milliseconds to sleep before
each level is executed.
.replaySpeed
When the slow replay is used, sets the playback speed; this is a number
of centiseconds between turns from 1 to 255.
.saveSolutions
If true, then solutions are saved if you solve a level in less moves
than the currently recorded solution (or if no solution is already
recorded). This has no effect in read-only mode.
.screenFlags
|