diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-16 09:27:40 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-16 09:27:40 +0000 |
| commit | 7e19d6f4b10b9c3849bb46d974264289ccf946f8 (patch) | |
| tree | 4e8753ff6c63e5ac19ea119305888b3bfd1a1631 | |
| parent | 5157a18550706de319ddb4d723490f5055531368 (diff) | |
| download | puzzles-7e19d6f4b10b9c3849bb46d974264289ccf946f8.zip puzzles-7e19d6f4b10b9c3849bb46d974264289ccf946f8.tar.gz puzzles-7e19d6f4b10b9c3849bb46d974264289ccf946f8.tar.bz2 puzzles-7e19d6f4b10b9c3849bb46d974264289ccf946f8.tar.xz | |
Document new new undo/redo keys
| -rw-r--r-- | puzzles.but | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puzzles.but b/puzzles.but index ca525ac..fc0af02 100644 --- a/puzzles.but +++ b/puzzles.but @@ -130,12 +130,12 @@ current puzzle. (Only for puzzles which make sense to print, of course \dash it's hard to think of a sensible printable representation of Fifteen!) -\dt \ii\e{Undo} (\q{U}, Ctrl+\q{Z}, Ctrl+\q{_}) +\dt \ii\e{Undo} (\q{U}, Ctrl+\q{Z}, Ctrl+\q{_}, \q{*}) \dd Undoes a single move. (You can undo moves back to the start of the session.) -\dt \ii\e{Redo} (\q{R}, Ctrl+\q{R}) +\dt \ii\e{Redo} (\q{R}, Ctrl+\q{R}, \q{#}) \dd Redoes a previously undone move. |