diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-01-14 20:44:25 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-01-14 20:44:25 +0000 |
| commit | c826fdc062af7d2e0ee0ca39a78eff9e529a2d56 (patch) | |
| tree | 3eaa6a9e4da78a613456d56785d6b40c5f16a9f8 /puzzles.but | |
| parent | 96315bc2baecb68040600cf93da4b4ce729e1acc (diff) | |
| download | puzzles-c826fdc062af7d2e0ee0ca39a78eff9e529a2d56.zip puzzles-c826fdc062af7d2e0ee0ca39a78eff9e529a2d56.tar.gz puzzles-c826fdc062af7d2e0ee0ca39a78eff9e529a2d56.tar.bz2 puzzles-c826fdc062af7d2e0ee0ca39a78eff9e529a2d56.tar.xz | |
Keyboard interface for Filling, from James H.
[originally from svn r8412]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index 7bcaafe..b35dfc0 100644 --- a/puzzles.but +++ b/puzzles.but @@ -2315,6 +2315,12 @@ If you make a mistake, click the mouse in the incorrect square and press 0, Space, Backspace or Enter to clear it again (or use the Undo feature). +You can also move around the grid with the cursor keys; typing a digit will +fill the square containing the cursor with that number, or typing 0, Space, +or Enter will clear it. You can also select multiple squares for numbering +or clearing by using the return key, before typing a digit to fill in the +highlighted squares (as above). + (All the actions described in \k{common-actions} are also available.) \H{filling-parameters} \I{parameters, for Filling}Filling parameters |