diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-01-19 18:38:29 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-01-19 18:38:29 +0000 |
| commit | f46eceb714ac038e0721f2b16e19e089859bc051 (patch) | |
| tree | 7e1d25f874de8d2b1c79aab3ab28c2d380323c28 /puzzles.but | |
| parent | 4169a54831e4dd1549438386302140430501b0cf (diff) | |
| download | puzzles-f46eceb714ac038e0721f2b16e19e089859bc051.zip puzzles-f46eceb714ac038e0721f2b16e19e089859bc051.tar.gz puzzles-f46eceb714ac038e0721f2b16e19e089859bc051.tar.bz2 puzzles-f46eceb714ac038e0721f2b16e19e089859bc051.tar.xz | |
Keyboard control patch for Solo, from James H.
[originally from svn r8418]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/puzzles.but b/puzzles.but index 5c60570..6b75d11 100644 --- a/puzzles.but +++ b/puzzles.but @@ -942,7 +942,8 @@ Space to clear it again (or use the Undo feature). If you \e{right}-click in a square and then type a number, that number will be entered in the square as a \q{pencil mark}. You can -have pencil marks for multiple numbers in the same square. +have pencil marks for multiple numbers in the same square. Squares +containing filled-in numbers cannot also contain pencil marks. The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a @@ -957,6 +958,12 @@ 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. +Alternatively, use the cursor keys to move the mark around the grid. +Pressing the return key toggles the mark (from a normal mark to a +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. + (All the actions described in \k{common-actions} are also available.) \H{solo-parameters} \I{parameters, for Solo}Solo parameters |