Differences From Artifact [f6f6f8f1b2]:
- File default.heromeshrc — part of check-in [87a8bc6a74] at 2022-07-06 19:36:13 on branch trunk — Implement coordinate input. (user: user, size: 5839) [annotate] [blame] [check-ins using]
To Artifact [8adb826c84]:
- File default.heromeshrc — part of check-in [bb9043ee13] at 2022-08-30 22:12:45 on branch trunk — Add a "S" column to the "GRAPH" SQL table in the picture editor. The example ALT+M macro uses this to automatically apply horizontal mirror symmetry to a picture. (user: user, size: 5949) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
190 191 192 193 194 195 196 | ?.?.ctrl.Q: ^Q ?.?.ctrl.S: ^S ?.?.ctrl.T: ^T ?.?.ctrl.Y: ^Y ?.?.shift.ctrl.M: select ':s'; ?.?.f10: select ':x'; | > > > | 190 191 192 193 194 195 196 197 198 199 | ?.?.ctrl.Q: ^Q ?.?.ctrl.S: ^S ?.?.ctrl.T: ^T ?.?.ctrl.Y: ^Y ?.?.shift.ctrl.M: select ':s'; ?.?.f10: select ':x'; ! Picture editor macros ?.picedit.macro.M: insert into graph(x,y,c) select s-x-1,y,c from graph where x<s/2; |