Differences From Artifact [aede3478d9]:
- File bindings.doc — part of check-in [d950a4244a] at 2021-10-23 05:43:55 on branch trunk — Implement move list deletion/insertion mode. (user: user, size: 6891) [annotate] [blame] [check-ins using]
To Artifact [ab94da47f8]:
- File bindings.doc — part of check-in [0d3bc1253d] at 2021-10-28 02:37:01 on branch trunk — Implement ^x and also some , and = variants of a few instructions. (user: user, size: 6922) [annotate] [blame] [check-ins using]
︙ | |||
100 101 102 103 104 105 106 107 108 109 110 111 112 113 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | + + + | '^p' Start or stop slow replay. Any move input also interrupts slow replay. '^s' Toggle solution replay. '^x' Cancel dead animation. 'lo' <location> Flash the specified location briefly. 'mi' <command> Import a move list. The argument is a operating system command, that when executed will write the move list to stdout, with one byte per move (the Hero Mesh key codes). |
︙ |