Differences From Artifact [cf39f14a84]:
- File default.heromeshrc — part of check-in [c4208ea179] at 2021-12-14 06:54:52 on branch trunk — Start to implement the LEVELS table. (user: user, size: 5348) [annotate] [blame] [check-ins using]
To Artifact [f54d91daf2]:
- File default.heromeshrc — part of check-in [2b9a22d541] at 2021-12-17 03:01:04 on branch trunk — Implement list of levels (currently the tall mode lacks details; this will be added in future). (user: user, size: 5369) [annotate] [blame] [check-ins using]
︙ | |||
104 105 106 107 108 109 110 111 112 113 114 115 116 117 | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | + | ?.gameKey.alt.T: 'TAB ?.gameKey.alt.Z: 'CTRL ! Game key bindings ?.gameKey.ctrl.D: select '^d',$key_xy; ?.gameKey.ctrl.E: ^E ?.gameKey.ctrl.I: select 'mi',:import_move_list; ?.gameKey.ctrl.L: ^L ?.gameKey.ctrl.X: select 'mx',:export_move_list; ?.gameClick.right: ^o ?.gameClick.shift.right: ^n ?.gameClick.middle: ^d ?.gameKey.kp_enter: =0 ?.gameKey.escape: =0 ?.gameKey.f1: +1 |
︙ |