Differences From Artifact [057f589131]:
- File bindings.doc — part of check-in [2119a02b07] at 2021-09-30 03:21:12 on branch trunk — Implement selection rectangles, and PLAYFIELD virtual table. (user: user, size: 6677) [annotate] [blame] [check-ins using]
To Artifact [8c762c044c]:
- File bindings.doc — part of check-in [28b482dea1] at 2021-09-30 21:08:35 on branch trunk — Add SOLUTION_MOVE_LIST function, F9 to flash player location, shift and middle mouse button, and a documentation correction. (user: user, size: 6734) [annotate] [blame] [check-ins using]
︙ | |||
93 94 95 96 97 98 99 100 101 102 103 104 105 106 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | + + + | '^p' Start or stop slow replay. Any move input also interrupts slow replay. '^s' Toggle solution replay. '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). 'ml' <blob> Load a move list from a SQL blob. |
︙ |