diff options
| author | Jonas Kölker <jonaskoelker@yahoo.com> | 2015-10-01 18:26:50 +0200 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-10-03 17:12:20 +0100 |
| commit | 6179e8df56000bc8f558129a8475cf977c06a249 (patch) | |
| tree | a886297d5293b1e5918a127b1fe881a924c0b975 /puzzles.but | |
| parent | a79fc469516bd5bad28cf6ac025e25ffa20794d6 (diff) | |
| download | puzzles-6179e8df56000bc8f558129a8475cf977c06a249.zip puzzles-6179e8df56000bc8f558129a8475cf977c06a249.tar.gz puzzles-6179e8df56000bc8f558129a8475cf977c06a249.tar.bz2 puzzles-6179e8df56000bc8f558129a8475cf977c06a249.tar.xz | |
Allow marking of clues as exhausted in Unequal.
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index 3af6516..2c8f91b 100644 --- a/puzzles.but +++ b/puzzles.but @@ -2330,6 +2330,11 @@ pencil mark), and typing a number in is entered in the square in the appropriate way; typing in a 0 or using the space bar will clear a filled square. +Left-clicking a clue will mark it as done (grey it out), or unmark it +if it is already marked. Holding Control or Shift and pressing an +arrow key likewise marks any clue adjacent to the cursor in the given +direction. + (All the actions described in \k{common-actions} are also available.) \H{unequal-parameters} \I{parameters, for Unequal}Unequal parameters |