Home » Archimedes archive » Archimedes World » AW-1994-08-Disc1.adf » Disk1Aug94 » !AWAug94/Goodies/Locate/OverWrite/?egMacros
!AWAug94/Goodies/Locate/OverWrite/?egMacros
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1994-08-Disc1.adf » Disk1Aug94 |
Filename: | !AWAug94/Goodies/Locate/OverWrite/?egMacros |
Read OK: | ✔ |
File size: | 03F4 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
'egMacros' is a demonstration macros file for OverWrite. It is suggested that you view the macro definitions, as well as processing the macros, to gain an insight into how OverWrite works. Macro 1: Indicates how blocks of text, with carriage returns, can be entered. Macro 2: Indicates how basic words or phrases can be entered. Macro 3: Indicates how key press simulation can be used to perform certain functions. Process this in the window of an application which uses F3 as its 'save' hotkey, eg. Edit or Draw. Also, ensure that a RAM disc is present. This macro will save the file in the RAM disc. (|387 is the code for F3. |021 is the code for Ctrl-U, which clears the text in the box which "owns" the caret. |013 is the code for Return.) Macros 4 and 5: Indicates how "loops" in the links can occur. Click on macro number 4. Macros 6,7 and 8: Indicates how macro links can be inserted. Click on macro number 6.
00000000 20 20 27 65 67 4d 61 63 72 6f 73 27 20 69 73 20 | 'egMacros' is | 00000010 61 20 64 65 6d 6f 6e 73 74 72 61 74 69 6f 6e 20 |a demonstration | 00000020 6d 61 63 72 6f 73 20 66 69 6c 65 20 66 6f 72 20 |macros file for | 00000030 4f 76 65 72 57 72 69 74 65 2e 20 49 74 20 69 73 |OverWrite. It is| 00000040 20 73 75 67 67 65 73 74 65 64 0a 74 68 61 74 20 | suggested.that | 00000050 79 6f 75 20 76 69 65 77 20 74 68 65 20 6d 61 63 |you view the mac| 00000060 72 6f 20 64 65 66 69 6e 69 74 69 6f 6e 73 2c 20 |ro definitions, | 00000070 61 73 20 77 65 6c 6c 20 61 73 20 70 72 6f 63 65 |as well as proce| 00000080 73 73 69 6e 67 20 74 68 65 20 6d 61 63 72 6f 73 |ssing the macros| 00000090 2c 20 74 6f 0a 67 61 69 6e 20 61 6e 20 69 6e 73 |, to.gain an ins| 000000a0 69 67 68 74 20 69 6e 74 6f 20 68 6f 77 20 4f 76 |ight into how Ov| 000000b0 65 72 57 72 69 74 65 20 77 6f 72 6b 73 2e 0a 0a |erWrite works...| 000000c0 4d 61 63 72 6f 20 31 3a 20 49 6e 64 69 63 61 74 |Macro 1: Indicat| 000000d0 65 73 20 68 6f 77 20 62 6c 6f 63 6b 73 20 6f 66 |es how blocks of| 000000e0 20 74 65 78 74 2c 20 77 69 74 68 20 63 61 72 72 | text, with carr| 000000f0 69 61 67 65 20 72 65 74 75 72 6e 73 2c 20 63 61 |iage returns, ca| 00000100 6e 20 62 65 20 65 6e 74 65 72 65 64 2e 0a 0a 4d |n be entered...M| 00000110 61 63 72 6f 20 32 3a 20 49 6e 64 69 63 61 74 65 |acro 2: Indicate| 00000120 73 20 68 6f 77 20 62 61 73 69 63 20 77 6f 72 64 |s how basic word| 00000130 73 20 6f 72 20 70 68 72 61 73 65 73 20 63 61 6e |s or phrases can| 00000140 20 62 65 20 65 6e 74 65 72 65 64 2e 0a 0a 4d 61 | be entered...Ma| 00000150 63 72 6f 20 33 3a 20 49 6e 64 69 63 61 74 65 73 |cro 3: Indicates| 00000160 20 68 6f 77 20 6b 65 79 20 70 72 65 73 73 20 73 | how key press s| 00000170 69 6d 75 6c 61 74 69 6f 6e 20 63 61 6e 20 62 65 |imulation can be| 00000180 20 75 73 65 64 20 74 6f 20 70 65 72 66 6f 72 6d | used to perform| 00000190 20 63 65 72 74 61 69 6e 0a 20 20 20 20 20 20 20 | certain. | 000001a0 20 20 66 75 6e 63 74 69 6f 6e 73 2e 20 50 72 6f | functions. Pro| 000001b0 63 65 73 73 20 74 68 69 73 20 69 6e 20 74 68 65 |cess this in the| 000001c0 20 77 69 6e 64 6f 77 20 6f 66 20 61 6e 20 61 70 | window of an ap| 000001d0 70 6c 69 63 61 74 69 6f 6e 20 77 68 69 63 68 20 |plication which | 000001e0 75 73 65 73 0a 20 20 20 20 20 20 20 20 20 46 33 |uses. F3| 000001f0 20 61 73 20 69 74 73 20 27 73 61 76 65 27 20 68 | as its 'save' h| 00000200 6f 74 6b 65 79 2c 20 65 67 2e 20 45 64 69 74 20 |otkey, eg. Edit | 00000210 6f 72 20 44 72 61 77 2e 20 41 6c 73 6f 2c 20 65 |or Draw. Also, e| 00000220 6e 73 75 72 65 20 74 68 61 74 20 61 0a 20 20 20 |nsure that a. | 00000230 20 20 20 20 20 20 52 41 4d 20 64 69 73 63 20 69 | RAM disc i| 00000240 73 20 70 72 65 73 65 6e 74 2e 20 54 68 69 73 20 |s present. This | 00000250 6d 61 63 72 6f 20 77 69 6c 6c 20 73 61 76 65 20 |macro will save | 00000260 74 68 65 20 66 69 6c 65 20 69 6e 20 74 68 65 20 |the file in the | 00000270 52 41 4d 20 64 69 73 63 2e 0a 20 20 20 20 20 20 |RAM disc.. | 00000280 20 20 20 28 7c 33 38 37 20 69 73 20 74 68 65 20 | (|387 is the | 00000290 63 6f 64 65 20 66 6f 72 20 46 33 2e 20 7c 30 32 |code for F3. |02| 000002a0 31 20 69 73 20 74 68 65 20 63 6f 64 65 20 66 6f |1 is the code fo| 000002b0 72 20 43 74 72 6c 2d 55 2c 20 77 68 69 63 68 20 |r Ctrl-U, which | 000002c0 63 6c 65 61 72 73 0a 20 20 20 20 20 20 20 20 20 |clears. | 000002d0 74 68 65 20 74 65 78 74 20 69 6e 20 74 68 65 20 |the text in the | 000002e0 62 6f 78 20 77 68 69 63 68 20 22 6f 77 6e 73 22 |box which "owns"| 000002f0 20 74 68 65 20 63 61 72 65 74 2e 20 7c 30 31 33 | the caret. |013| 00000300 20 69 73 20 74 68 65 20 63 6f 64 65 20 66 6f 72 | is the code for| 00000310 0a 20 20 20 20 20 20 20 20 20 52 65 74 75 72 6e |. Return| 00000320 2e 29 0a 0a 4d 61 63 72 6f 73 20 34 20 61 6e 64 |.)..Macros 4 and| 00000330 20 35 3a 20 49 6e 64 69 63 61 74 65 73 20 68 6f | 5: Indicates ho| 00000340 77 20 22 6c 6f 6f 70 73 22 20 69 6e 20 74 68 65 |w "loops" in the| 00000350 20 6c 69 6e 6b 73 20 63 61 6e 20 6f 63 63 75 72 | links can occur| 00000360 2e 20 43 6c 69 63 6b 20 6f 6e 20 6d 61 63 72 6f |. Click on macro| 00000370 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000380 20 6e 75 6d 62 65 72 20 34 2e 0a 0a 4d 61 63 72 | number 4...Macr| 00000390 6f 73 20 36 2c 37 20 61 6e 64 20 38 3a 20 49 6e |os 6,7 and 8: In| 000003a0 64 69 63 61 74 65 73 20 68 6f 77 20 6d 61 63 72 |dicates how macr| 000003b0 6f 20 6c 69 6e 6b 73 20 63 61 6e 20 62 65 20 69 |o links can be i| 000003c0 6e 73 65 72 74 65 64 2e 20 43 6c 69 63 6b 20 6f |nserted. Click o| 000003d0 6e 20 6d 61 63 72 6f 0a 20 20 20 20 20 20 20 20 |n macro. | 000003e0 20 20 20 20 20 20 20 20 20 20 6e 75 6d 62 65 72 | number| 000003f0 20 36 2e 0a | 6..| 000003f4