Differences From Artifact [15c07e1dd4]:
- File default.heromeshrc — part of check-in [5c766650a2] at 2023-10-17 01:33:53 on branch trunk — Implement SHIFT+DELETE to delete moves up to the mark. (user: user, size: 7586) [annotate] [blame] [check-ins using]
To Artifact [336d543bb0]:
- File default.heromeshrc — part of check-in [382666e88a] at 2023-10-31 23:36:23 on branch trunk — Make control and middle button to draw lines from clicked location for helping with alignment. (user: user, size: 7606) [annotate] [blame] [check-ins using]
︙ | |||
220 221 222 223 224 225 226 227 228 229 230 | 220 221 222 223 224 225 226 227 228 229 230 231 | + | ?.?.ctrl.G: select 'go',-:Go_To_Level where :Go_To_Level=cast(:Go_To_Level as int) and cast(:Go_To_Level as int)>0; ?.?.ctrl.Q: ^Q ?.?.ctrl.S: ^S ?.?.ctrl.T: ^T ?.?.ctrl.Y: ^Y ?.?.shift.ctrl.M: select ':s'; ?.?.f10: select ':x'; ?.?.ctrl.middle: ^l ! Picture editor macros ?.picedit.macro.M: insert into graph(x,y,c) select s-x-1,y,c from graph where x<s/2; |