Differences From Artifact [b105198fc2]:
- File default.heromeshrc — part of check-in [9959860889] at 2021-04-22 03:00:57 on branch trunk — Add possibility of additional code pages. (user: user, size: 4185) [annotate] [blame] [check-ins using]
To Artifact [804c1e8ecd]:
- File default.heromeshrc — part of check-in [8c73b0a17e] at 2021-04-26 03:20:55 on branch trunk — Implement the $KEY_XY SQL host variable, to allow coordinate selection by keyboard, as suggested on IRC. (user: user, size: 4223) [annotate] [blame] [check-ins using]
︙ | |||
123 124 125 126 127 128 129 130 131 132 133 134 135 136 | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | + | ?.gameKey.shift.f3: -100 ?.gameKey.shift.f4: -1000 ?.gameKey.f5: ^M ?.gameKey.f6: ^< ?.gameKey.f7: ^> ?.gameKey.f8: ^s ?.gameKey.tab: ^I ?.gameKey.alt.D: select '^d',$key_xy; ?.gameKey.alt.G: ^g ! Editor key bindings ?.editKey.1: select 'mr',0; ?.editKey.2: select 'mr',1; ?.editKey.3: select 'mr',2; ?.editKey.4: select 'mr',3; |
︙ |