Differences From Artifact [c575a8ab2c]:
- File bindings.doc — part of check-in [8524828a0e] at 2021-01-09 03:03:31 on branch trunk — Fix a mistake in the solution replay and document that command. (user: user, size: 3122) [annotate] [blame] [check-ins using]
To Artifact [0668d41b57]:
- File bindings.doc — part of check-in [ec992367da] at 2021-02-06 02:30:58 on branch trunk — Implement MRU selection bindings in editor (user: user, size: 3320) [annotate] [blame] [check-ins using]
︙ | |||
85 86 87 88 89 90 91 92 93 94 95 96 97 98 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | + + + + + + + | === Editor commands === '^c' Display the class selection menu. 'mR' <number> Select a relative MRU. Negative numbers move up the list, and positive numbers move down the list. 'mr' <number> Select a MRU, given the MRU number (0 to 31; the top is zero). === Commands available in game and editor === '^E' Switch to the editor. '^P' |
︙ |