diff options
| author | Jonas Kölker <jonaskoelker@yahoo.com> | 2015-10-01 16:44:43 +0200 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-10-18 10:59:50 +0100 |
| commit | fcf573c672b0aa862ccc087a74256ee214c277b5 (patch) | |
| tree | a79a049bc73ae2d391263f0c16fb65a2e94b948b /puzzles.but | |
| parent | d0500732f7bdab97ecaece2c5c74dd18f8122ea4 (diff) | |
| download | puzzles-fcf573c672b0aa862ccc087a74256ee214c277b5.zip puzzles-fcf573c672b0aa862ccc087a74256ee214c277b5.tar.gz puzzles-fcf573c672b0aa862ccc087a74256ee214c277b5.tar.bz2 puzzles-fcf573c672b0aa862ccc087a74256ee214c277b5.tar.xz | |
Update Sixteen keyboard system for faster entry.
Pressing Ctrl-arrow or Shift-arrow on a tile now moves the row or
column under the tile. With Ctrl, the cursor moves as well so you can
keep making moves that affect the same tile; with Shift, the cursor
stays put so you can keep making moves that affect the same location.
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index def571e..ff7ea58 100644 --- a/puzzles.but +++ b/puzzles.but @@ -662,6 +662,13 @@ Alternatively, use the cursor keys to move the position indicator around the edge of the grid, and use the return key to move the row/column in the direction indicated. +You can also move the tiles directly. Move the cursor onto a tile, +hold Control and press an arrow key to move the tile under the +cursor and move the cursor along with the tile. Or, hold Shift to +move only the tile. Pressing Enter simulates holding down Control +(press Enter again to release), while pressing Space simulates +holding down shift. + (All the actions described in \k{common-actions} are also available.) \H{sixteen-params} \I{parameters, for Sixteen}Sixteen parameters |