From fcf573c672b0aa862ccc087a74256ee214c277b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6lker?= Date: Thu, 1 Oct 2015 16:44:43 +0200 Subject: 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. --- puzzles.but | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'puzzles.but') 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 -- cgit v1.1