diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-01-12 20:23:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-01-12 20:23:56 +0000 |
| commit | 4a202808ee0be91d3a346076e71f45403bfa41de (patch) | |
| tree | 2e06e7662fc57d41f0f0f63dad5e8b8dac92fa90 /puzzles.but | |
| parent | f20847354cb6335fd349204f16021a72e2956cce (diff) | |
| download | puzzles-4a202808ee0be91d3a346076e71f45403bfa41de.zip puzzles-4a202808ee0be91d3a346076e71f45403bfa41de.tar.gz puzzles-4a202808ee0be91d3a346076e71f45403bfa41de.tar.bz2 puzzles-4a202808ee0be91d3a346076e71f45403bfa41de.tar.xz | |
Patch from James H which adds keyboard cursor support to Unequal,
and also updates the docs for both that and the Mines cursor support
in r8402.
[originally from svn r8408]
[r8402 == f20847354cb6335fd349204f16021a72e2956cce]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index 7f7f9d6..7bcaafe 100644 --- a/puzzles.but +++ b/puzzles.but @@ -1046,6 +1046,12 @@ turn, and so on if any of them also has no surrounding mines. This will be done for you automatically; so sometimes when you uncover a square, a whole new area will open up to be explored. +You can also use the cursor keys to move around the minefield. +Pressing the return key in a covered square uncovers it, and in an +uncovered square will clear around it (so it acts as the left button), +pressing the space bar in a covered square will place a flag +(similarly, it acts as the right button). + All the actions described in \k{common-actions} are also available. Even Undo is available, although you might consider it cheating to @@ -2190,6 +2196,10 @@ All pencil marks in a square are erased when you left-click and type a number, or when you left-click and press space. Right-clicking and pressing space will also erase pencil marks. +As for Solo, the cursor keys can be used in conjunction with the digit +keys to set numbers or pencil marks. You can also use the 'M' key to +auto-fill every numeric hint, ready for removal as required. + (All the actions described in \k{common-actions} are also available.) \H{unequal-parameters} \I{parameters, for Unequal}Unequal parameters |