Home » Archimedes archive » Acorn User » AU 1995-03.adf » !StarInfo_StarInfo » Bagnall/QT+/!QuickType/!Help
Bagnall/QT+/!QuickType/!Help
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 » Acorn User » AU 1995-03.adf » !StarInfo_StarInfo |
Filename: | Bagnall/QT+/!QuickType/!Help |
Read OK: | ✔ |
File size: | 1C26 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
QuickType - Copyright Peter Bagnall =================================== This is a module to provide a firm-key system. Ok, so this is a blast from the past, harking back to the old faithful electron (not that I ever had one). To use a firm-key, it must be defined. Once defined all you do is, hold down Alt, (either one), and press the appropriate key. EVERY SINGLE key other than the two Alt keys may have strings allocated to them. You can use the application, or a saved file, or heaven forbid, use the Command line. The command to define a key is as follows : *EXPAND <keyname> <expansion string> The key name must obey the naming convention below, while the expansion string can be any string, excluding spaces. It will be quicktyped exactly as entered in the command. All in all though it is easier to use the application, which is why I wrote it! Unless you a command line freak you'll use the application so I'd better tell you how. There are a number of ways of doing things, (my philosophy is that every conceivable method should work), so this is going to be rather long. First run QuickType and its icon will appear on the icon bar. If the module was already loaded then the current defintions are preserved otherwise it loads the Preset definitions. Now click select on the icon and a window appears. This has a map of the keyboard on it. Double click on a key, and it is highlighted and the "Edit key" box shows that you are now editing that key. Type in the string you want to bind to that key, press return (or click on the OK), and hey presto its done. If you want to define several keys with the same string, (heaven knows why you would), then click select on the first and adjust on all the others until they are all selected. Then press menu, and choose Edit Selection. Clear Selection is obvious. If there is no selection then it will allow you to edit the key the pointer was over when you pressed menu. (That is rather like the filer, which is what inspired me, thanks Acorn). If there is only one key selected then rather than saying Edit selection it will say, Edit "keyname" in the same way that it does when you double click. The menu from the window has five items, Info is pretty useless, but obligatory. Edit and Clear selection I've told you about, so; Save and Save preset. When you load QuickType, if the module is not already loaded then it loads the preset. The Save Preset option allows you to define what the preset key binding are, which means that all your favorite (!) key bindings are available from one double click. If however you use more that one set of key bindings then you'll need to be able to save other files than just the preset, which is what Save is for. This saves an obey file, which can be run in its own right (as long as the module is loaded), to redefine a set of keys. Note the save you get in the Icon bar menu is the same as the Save option in the window (not the save preset, logical really). The save box works in the usual way. Also when the window has input focus (ie its title is cream not grey), you can press F3 to get the save box, (as I say EVERY conceivable method). For those who love the command line ===== Key Names ===== Main Key cluster The alphabetic keys are named A to Z, eg *expand h Henry Numeric Keys are named 0 - 9, eg *expand 0 zero The shifting keys are as follows Left Ctrl = Ctrl-L Right Ctrl = Ctrl-R Left Shift = Shift-L Right Shift = Shift-R Return = Return Tab = Tab Backspace = Back SpaceBar = space Caps Lock = Caps All other key names are the character you get by pressing the key on it's own. Eg the ;/: key is named ;, the " key is named '. ?/ is named / and so on. Cursors The cursor are named Left,Right,Up, and Down. Numeric Keypad The numbers are named n0 to n9, eg *expand n5 five, defines 5 on the numeric keypad as "five". The /,*,#,-,+ and "." are also prefixed by a "n" eg *expand n+ plus. Enter is named enter and Num lock is named num Function Keys These are all F1 to F12, eg *expand F3 three, defines F3 as "three" Others Esc = Esc Print = Print Scroll lock = Scroll Break = Break Insert = Insert Delete = Delete Home = Home Copy = Copy Page Up = PageUp Page Down = PageDown All names are case independent. The case of the strings is however preserved. Further Versions will be released as soon as I have time to write them, so watch this space for more lazy shortcuts. ********************************************************************** * Legal Bit at the end just in case * ********************************************************************** * * * This Version, namely, 0v03 of the module, and 0v00 of the * * application are FreeWare, it may be freely copied provided * * that application remains as is, and all files are included. * * Public Domain libraries may charge a fee for materials, but * * must not charge for this software. If anyone wants to charge * * money or include this as part of another application, please * * get my permission, first (bribes will help). * * I offer no guarantee that this fulfils any useful function, * * or is reliable. Any damage caused by this software is the * * users responsibility and I accept no liability. However, it * * would help if any problems encountered could be reported to * * me, and I may attempt to cure them. * * * ****************** End of legal bit ********************************** Comments, critisism and so on is always useful, so please send some! Future Versions will be Shareware, If you would like updates, contact me (don't send any cash yet!) and I will send you the latest update if and when it arrives, or you can opt to wait for a particular feature to be implemented before I sent you anything, but that may mean you wait longer. I'll bill you then, �4 and you get a disc too which prevents cheques going out of date. If you do send a cheque then I'll cash it immeadiately, and send you the latest version regardless. Please tell me which version you already have though incase you already have the latest version, in which case I'll either wait to send you a new release or will just acknoledge you. I am planning quite an extensive programmers help system to be tagged in here eventually, so it should be quite good then. This will be aimed mainly at BASIC/ARM code programmers, although C and others would probably also find it useful. If you have better ideas, let me have them. My S-mail address, until the end of July '95 is Peter Bagnall 211 Harbourne Lane Selly Oak Birmingham Sorry no E-mail address as yet! Finally thanks to Dominic Symes for an excellent editor (Zap), without which I would have taken a lot longer to write this software. Also thanks for his programming/interfacing notes, which have some handy hints in, even if your not writing Zap modules! Happy Hacking - Peter Bagnall.
00000000 51 75 69 63 6b 54 79 70 65 20 2d 20 43 6f 70 79 |QuickType - Copy| 00000010 72 69 67 68 74 20 50 65 74 65 72 20 42 61 67 6e |right Peter Bagn| 00000020 61 6c 6c 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |all.============| 00000030 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000040 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 69 73 20 69 73 |=======..This is| 00000050 20 61 20 6d 6f 64 75 6c 65 20 74 6f 20 70 72 6f | a module to pro| 00000060 76 69 64 65 20 61 20 66 69 72 6d 2d 6b 65 79 20 |vide a firm-key | 00000070 73 79 73 74 65 6d 2e 20 4f 6b 2c 20 73 6f 20 74 |system. Ok, so t| 00000080 68 69 73 20 69 73 20 61 20 62 6c 61 73 74 20 66 |his is a blast f| 00000090 72 6f 6d 0a 74 68 65 20 70 61 73 74 2c 20 68 61 |rom.the past, ha| 000000a0 72 6b 69 6e 67 20 62 61 63 6b 20 74 6f 20 74 68 |rking back to th| 000000b0 65 20 6f 6c 64 20 66 61 69 74 68 66 75 6c 20 65 |e old faithful e| 000000c0 6c 65 63 74 72 6f 6e 20 28 6e 6f 74 20 74 68 61 |lectron (not tha| 000000d0 74 20 49 20 65 76 65 72 20 68 61 64 0a 6f 6e 65 |t I ever had.one| 000000e0 29 2e 20 54 6f 20 75 73 65 20 61 20 66 69 72 6d |). To use a firm| 000000f0 2d 6b 65 79 2c 20 69 74 20 6d 75 73 74 20 62 65 |-key, it must be| 00000100 20 64 65 66 69 6e 65 64 2e 20 4f 6e 63 65 20 64 | defined. Once d| 00000110 65 66 69 6e 65 64 20 61 6c 6c 20 79 6f 75 20 64 |efined all you d| 00000120 6f 20 69 73 2c 20 68 6f 6c 64 0a 64 6f 77 6e 20 |o is, hold.down | 00000130 41 6c 74 2c 20 28 65 69 74 68 65 72 20 6f 6e 65 |Alt, (either one| 00000140 29 2c 20 61 6e 64 20 70 72 65 73 73 20 74 68 65 |), and press the| 00000150 20 61 70 70 72 6f 70 72 69 61 74 65 20 6b 65 79 | appropriate key| 00000160 2e 20 45 56 45 52 59 20 53 49 4e 47 4c 45 20 6b |. EVERY SINGLE k| 00000170 65 79 20 6f 74 68 65 72 0a 74 68 61 6e 20 74 68 |ey other.than th| 00000180 65 20 74 77 6f 20 41 6c 74 20 6b 65 79 73 20 6d |e two Alt keys m| 00000190 61 79 20 68 61 76 65 20 73 74 72 69 6e 67 73 20 |ay have strings | 000001a0 61 6c 6c 6f 63 61 74 65 64 20 74 6f 20 74 68 65 |allocated to the| 000001b0 6d 2e 20 59 6f 75 20 63 61 6e 20 75 73 65 20 74 |m. You can use t| 000001c0 68 65 0a 61 70 70 6c 69 63 61 74 69 6f 6e 2c 20 |he.application, | 000001d0 6f 72 20 61 20 73 61 76 65 64 20 66 69 6c 65 2c |or a saved file,| 000001e0 20 6f 72 20 68 65 61 76 65 6e 20 66 6f 72 62 69 | or heaven forbi| 000001f0 64 2c 20 75 73 65 20 74 68 65 20 43 6f 6d 6d 61 |d, use the Comma| 00000200 6e 64 20 6c 69 6e 65 2e 20 54 68 65 0a 63 6f 6d |nd line. The.com| 00000210 6d 61 6e 64 20 74 6f 20 64 65 66 69 6e 65 20 61 |mand to define a| 00000220 20 6b 65 79 20 69 73 20 61 73 20 66 6f 6c 6c 6f | key is as follo| 00000230 77 73 20 3a 0a 0a 2a 45 58 50 41 4e 44 20 3c 6b |ws :..*EXPAND <k| 00000240 65 79 6e 61 6d 65 3e 20 3c 65 78 70 61 6e 73 69 |eyname> <expansi| 00000250 6f 6e 20 73 74 72 69 6e 67 3e 0a 0a 54 68 65 20 |on string>..The | 00000260 6b 65 79 20 6e 61 6d 65 20 6d 75 73 74 20 6f 62 |key name must ob| 00000270 65 79 20 74 68 65 20 6e 61 6d 69 6e 67 20 63 6f |ey the naming co| 00000280 6e 76 65 6e 74 69 6f 6e 20 62 65 6c 6f 77 2c 20 |nvention below, | 00000290 77 68 69 6c 65 20 74 68 65 20 65 78 70 61 6e 73 |while the expans| 000002a0 69 6f 6e 0a 73 74 72 69 6e 67 20 63 61 6e 20 62 |ion.string can b| 000002b0 65 20 61 6e 79 20 73 74 72 69 6e 67 2c 20 65 78 |e any string, ex| 000002c0 63 6c 75 64 69 6e 67 20 73 70 61 63 65 73 2e 20 |cluding spaces. | 000002d0 49 74 20 77 69 6c 6c 20 62 65 20 71 75 69 63 6b |It will be quick| 000002e0 74 79 70 65 64 20 65 78 61 63 74 6c 79 0a 61 73 |typed exactly.as| 000002f0 20 65 6e 74 65 72 65 64 20 69 6e 20 74 68 65 20 | entered in the | 00000300 63 6f 6d 6d 61 6e 64 2e 20 41 6c 6c 20 69 6e 20 |command. All in | 00000310 61 6c 6c 20 74 68 6f 75 67 68 20 69 74 20 69 73 |all though it is| 00000320 20 65 61 73 69 65 72 20 74 6f 20 75 73 65 20 74 | easier to use t| 00000330 68 65 0a 61 70 70 6c 69 63 61 74 69 6f 6e 2c 20 |he.application, | 00000340 77 68 69 63 68 20 69 73 20 77 68 79 20 49 20 77 |which is why I w| 00000350 72 6f 74 65 20 69 74 21 20 55 6e 6c 65 73 73 20 |rote it! Unless | 00000360 79 6f 75 20 61 20 63 6f 6d 6d 61 6e 64 20 6c 69 |you a command li| 00000370 6e 65 20 66 72 65 61 6b 20 79 6f 75 27 6c 6c 0a |ne freak you'll.| 00000380 75 73 65 20 74 68 65 20 61 70 70 6c 69 63 61 74 |use the applicat| 00000390 69 6f 6e 20 73 6f 20 49 27 64 20 62 65 74 74 65 |ion so I'd bette| 000003a0 72 20 74 65 6c 6c 20 79 6f 75 20 68 6f 77 2e 0a |r tell you how..| 000003b0 0a 54 68 65 72 65 20 61 72 65 20 61 20 6e 75 6d |.There are a num| 000003c0 62 65 72 20 6f 66 20 77 61 79 73 20 6f 66 20 64 |ber of ways of d| 000003d0 6f 69 6e 67 20 74 68 69 6e 67 73 2c 20 28 6d 79 |oing things, (my| 000003e0 20 70 68 69 6c 6f 73 6f 70 68 79 20 69 73 20 74 | philosophy is t| 000003f0 68 61 74 20 65 76 65 72 79 0a 63 6f 6e 63 65 69 |hat every.concei| 00000400 76 61 62 6c 65 20 6d 65 74 68 6f 64 20 73 68 6f |vable method sho| 00000410 75 6c 64 20 77 6f 72 6b 29 2c 20 73 6f 20 74 68 |uld work), so th| 00000420 69 73 20 69 73 20 67 6f 69 6e 67 20 74 6f 20 62 |is is going to b| 00000430 65 20 72 61 74 68 65 72 20 6c 6f 6e 67 2e 20 20 |e rather long. | 00000440 46 69 72 73 74 0a 72 75 6e 20 51 75 69 63 6b 54 |First.run QuickT| 00000450 79 70 65 20 61 6e 64 20 69 74 73 20 69 63 6f 6e |ype and its icon| 00000460 20 77 69 6c 6c 20 61 70 70 65 61 72 20 6f 6e 20 | will appear on | 00000470 74 68 65 20 69 63 6f 6e 20 62 61 72 2e 20 49 66 |the icon bar. If| 00000480 20 74 68 65 20 6d 6f 64 75 6c 65 20 77 61 73 0a | the module was.| 00000490 61 6c 72 65 61 64 79 20 6c 6f 61 64 65 64 20 74 |already loaded t| 000004a0 68 65 6e 20 74 68 65 20 63 75 72 72 65 6e 74 20 |hen the current | 000004b0 64 65 66 69 6e 74 69 6f 6e 73 20 61 72 65 20 70 |defintions are p| 000004c0 72 65 73 65 72 76 65 64 20 6f 74 68 65 72 77 69 |reserved otherwi| 000004d0 73 65 20 69 74 20 6c 6f 61 64 73 0a 74 68 65 20 |se it loads.the | 000004e0 50 72 65 73 65 74 20 64 65 66 69 6e 69 74 69 6f |Preset definitio| 000004f0 6e 73 2e 20 4e 6f 77 20 63 6c 69 63 6b 20 73 65 |ns. Now click se| 00000500 6c 65 63 74 20 6f 6e 20 74 68 65 20 69 63 6f 6e |lect on the icon| 00000510 20 61 6e 64 20 61 20 77 69 6e 64 6f 77 20 61 70 | and a window ap| 00000520 70 65 61 72 73 2e 0a 54 68 69 73 20 68 61 73 20 |pears..This has | 00000530 61 20 6d 61 70 20 6f 66 20 74 68 65 20 6b 65 79 |a map of the key| 00000540 62 6f 61 72 64 20 6f 6e 20 69 74 2e 0a 20 20 44 |board on it.. D| 00000550 6f 75 62 6c 65 20 63 6c 69 63 6b 20 6f 6e 20 61 |ouble click on a| 00000560 20 6b 65 79 2c 20 61 6e 64 20 69 74 20 69 73 20 | key, and it is | 00000570 68 69 67 68 6c 69 67 68 74 65 64 20 61 6e 64 20 |highlighted and | 00000580 74 68 65 20 22 45 64 69 74 20 6b 65 79 22 20 62 |the "Edit key" b| 00000590 6f 78 20 73 68 6f 77 73 0a 74 68 61 74 20 79 6f |ox shows.that yo| 000005a0 75 20 61 72 65 20 6e 6f 77 20 65 64 69 74 69 6e |u are now editin| 000005b0 67 20 74 68 61 74 20 6b 65 79 2e 20 54 79 70 65 |g that key. Type| 000005c0 20 69 6e 20 74 68 65 20 73 74 72 69 6e 67 20 79 | in the string y| 000005d0 6f 75 20 77 61 6e 74 20 74 6f 20 62 69 6e 64 20 |ou want to bind | 000005e0 74 6f 0a 74 68 61 74 20 6b 65 79 2c 20 70 72 65 |to.that key, pre| 000005f0 73 73 20 72 65 74 75 72 6e 20 28 6f 72 20 63 6c |ss return (or cl| 00000600 69 63 6b 20 6f 6e 20 74 68 65 20 4f 4b 29 2c 20 |ick on the OK), | 00000610 61 6e 64 20 68 65 79 20 70 72 65 73 74 6f 20 69 |and hey presto i| 00000620 74 73 20 64 6f 6e 65 2e 20 49 66 20 79 6f 75 0a |ts done. If you.| 00000630 77 61 6e 74 20 74 6f 20 64 65 66 69 6e 65 20 73 |want to define s| 00000640 65 76 65 72 61 6c 20 6b 65 79 73 20 77 69 74 68 |everal keys with| 00000650 20 74 68 65 20 73 61 6d 65 20 73 74 72 69 6e 67 | the same string| 00000660 2c 20 28 68 65 61 76 65 6e 20 6b 6e 6f 77 73 20 |, (heaven knows | 00000670 77 68 79 20 79 6f 75 0a 77 6f 75 6c 64 29 2c 20 |why you.would), | 00000680 74 68 65 6e 20 63 6c 69 63 6b 20 73 65 6c 65 63 |then click selec| 00000690 74 20 6f 6e 20 74 68 65 20 66 69 72 73 74 20 61 |t on the first a| 000006a0 6e 64 20 61 64 6a 75 73 74 20 6f 6e 20 61 6c 6c |nd adjust on all| 000006b0 20 74 68 65 20 6f 74 68 65 72 73 20 75 6e 74 69 | the others unti| 000006c0 6c 0a 74 68 65 79 20 61 72 65 20 61 6c 6c 20 73 |l.they are all s| 000006d0 65 6c 65 63 74 65 64 2e 20 54 68 65 6e 20 70 72 |elected. Then pr| 000006e0 65 73 73 20 6d 65 6e 75 2c 20 61 6e 64 20 63 68 |ess menu, and ch| 000006f0 6f 6f 73 65 20 45 64 69 74 20 53 65 6c 65 63 74 |oose Edit Select| 00000700 69 6f 6e 2e 20 43 6c 65 61 72 0a 53 65 6c 65 63 |ion. Clear.Selec| 00000710 74 69 6f 6e 20 69 73 20 6f 62 76 69 6f 75 73 2e |tion is obvious.| 00000720 20 49 66 20 74 68 65 72 65 20 69 73 20 6e 6f 20 | If there is no | 00000730 73 65 6c 65 63 74 69 6f 6e 20 74 68 65 6e 20 69 |selection then i| 00000740 74 20 77 69 6c 6c 20 61 6c 6c 6f 77 20 79 6f 75 |t will allow you| 00000750 20 74 6f 20 65 64 69 74 0a 74 68 65 20 6b 65 79 | to edit.the key| 00000760 20 74 68 65 20 70 6f 69 6e 74 65 72 20 77 61 73 | the pointer was| 00000770 20 6f 76 65 72 20 77 68 65 6e 20 79 6f 75 20 70 | over when you p| 00000780 72 65 73 73 65 64 20 6d 65 6e 75 2e 20 28 54 68 |ressed menu. (Th| 00000790 61 74 20 69 73 20 72 61 74 68 65 72 20 6c 69 6b |at is rather lik| 000007a0 65 20 74 68 65 0a 66 69 6c 65 72 2c 20 77 68 69 |e the.filer, whi| 000007b0 63 68 20 69 73 20 77 68 61 74 20 69 6e 73 70 69 |ch is what inspi| 000007c0 72 65 64 20 6d 65 2c 20 74 68 61 6e 6b 73 20 41 |red me, thanks A| 000007d0 63 6f 72 6e 29 2e 20 49 66 20 74 68 65 72 65 20 |corn). If there | 000007e0 69 73 20 6f 6e 6c 79 20 6f 6e 65 20 6b 65 79 0a |is only one key.| 000007f0 73 65 6c 65 63 74 65 64 20 74 68 65 6e 20 72 61 |selected then ra| 00000800 74 68 65 72 20 74 68 61 6e 20 73 61 79 69 6e 67 |ther than saying| 00000810 20 45 64 69 74 20 73 65 6c 65 63 74 69 6f 6e 20 | Edit selection | 00000820 69 74 20 77 69 6c 6c 20 73 61 79 2c 20 45 64 69 |it will say, Edi| 00000830 74 20 22 6b 65 79 6e 61 6d 65 22 0a 69 6e 20 74 |t "keyname".in t| 00000840 68 65 20 73 61 6d 65 20 77 61 79 20 74 68 61 74 |he same way that| 00000850 20 69 74 20 64 6f 65 73 20 77 68 65 6e 20 79 6f | it does when yo| 00000860 75 20 64 6f 75 62 6c 65 20 63 6c 69 63 6b 2e 0a |u double click..| 00000870 20 20 54 68 65 20 6d 65 6e 75 20 66 72 6f 6d 20 | The menu from | 00000880 74 68 65 20 77 69 6e 64 6f 77 20 68 61 73 20 66 |the window has f| 00000890 69 76 65 20 69 74 65 6d 73 2c 20 49 6e 66 6f 20 |ive items, Info | 000008a0 69 73 20 70 72 65 74 74 79 20 75 73 65 6c 65 73 |is pretty useles| 000008b0 73 2c 20 62 75 74 0a 6f 62 6c 69 67 61 74 6f 72 |s, but.obligator| 000008c0 79 2e 20 45 64 69 74 20 61 6e 64 20 43 6c 65 61 |y. Edit and Clea| 000008d0 72 20 73 65 6c 65 63 74 69 6f 6e 20 49 27 76 65 |r selection I've| 000008e0 20 74 6f 6c 64 20 79 6f 75 20 61 62 6f 75 74 2c | told you about,| 000008f0 20 73 6f 3b 20 53 61 76 65 20 61 6e 64 20 53 61 | so; Save and Sa| 00000900 76 65 0a 70 72 65 73 65 74 2e 20 57 68 65 6e 20 |ve.preset. When | 00000910 79 6f 75 20 6c 6f 61 64 20 51 75 69 63 6b 54 79 |you load QuickTy| 00000920 70 65 2c 20 69 66 20 74 68 65 20 6d 6f 64 75 6c |pe, if the modul| 00000930 65 20 69 73 20 6e 6f 74 20 61 6c 72 65 61 64 79 |e is not already| 00000940 20 6c 6f 61 64 65 64 20 74 68 65 6e 20 69 74 0a | loaded then it.| 00000950 6c 6f 61 64 73 20 74 68 65 20 70 72 65 73 65 74 |loads the preset| 00000960 2e 20 54 68 65 20 53 61 76 65 20 50 72 65 73 65 |. The Save Prese| 00000970 74 20 6f 70 74 69 6f 6e 20 61 6c 6c 6f 77 73 20 |t option allows | 00000980 79 6f 75 20 74 6f 20 64 65 66 69 6e 65 20 77 68 |you to define wh| 00000990 61 74 20 74 68 65 20 70 72 65 73 65 74 0a 6b 65 |at the preset.ke| 000009a0 79 20 62 69 6e 64 69 6e 67 20 61 72 65 2c 20 77 |y binding are, w| 000009b0 68 69 63 68 20 6d 65 61 6e 73 20 74 68 61 74 20 |hich means that | 000009c0 61 6c 6c 20 79 6f 75 72 20 66 61 76 6f 72 69 74 |all your favorit| 000009d0 65 20 28 21 29 20 6b 65 79 20 62 69 6e 64 69 6e |e (!) key bindin| 000009e0 67 73 20 61 72 65 0a 61 76 61 69 6c 61 62 6c 65 |gs are.available| 000009f0 20 66 72 6f 6d 20 6f 6e 65 20 64 6f 75 62 6c 65 | from one double| 00000a00 20 63 6c 69 63 6b 2e 20 49 66 20 68 6f 77 65 76 | click. If howev| 00000a10 65 72 20 79 6f 75 20 75 73 65 20 6d 6f 72 65 20 |er you use more | 00000a20 74 68 61 74 20 6f 6e 65 20 73 65 74 20 6f 66 20 |that one set of | 00000a30 6b 65 79 0a 62 69 6e 64 69 6e 67 73 20 74 68 65 |key.bindings the| 00000a40 6e 20 79 6f 75 27 6c 6c 20 6e 65 65 64 20 74 6f |n you'll need to| 00000a50 20 62 65 20 61 62 6c 65 20 74 6f 20 73 61 76 65 | be able to save| 00000a60 20 6f 74 68 65 72 20 66 69 6c 65 73 20 74 68 61 | other files tha| 00000a70 6e 20 6a 75 73 74 20 74 68 65 0a 70 72 65 73 65 |n just the.prese| 00000a80 74 2c 20 77 68 69 63 68 20 69 73 20 77 68 61 74 |t, which is what| 00000a90 20 53 61 76 65 20 69 73 20 66 6f 72 2e 20 54 68 | Save is for. Th| 00000aa0 69 73 20 73 61 76 65 73 20 61 6e 20 6f 62 65 79 |is saves an obey| 00000ab0 20 66 69 6c 65 2c 20 77 68 69 63 68 20 63 61 6e | file, which can| 00000ac0 20 62 65 20 72 75 6e 0a 69 6e 20 69 74 73 20 6f | be run.in its o| 00000ad0 77 6e 20 72 69 67 68 74 20 28 61 73 20 6c 6f 6e |wn right (as lon| 00000ae0 67 20 61 73 20 74 68 65 20 6d 6f 64 75 6c 65 20 |g as the module | 00000af0 69 73 20 6c 6f 61 64 65 64 29 2c 20 74 6f 20 72 |is loaded), to r| 00000b00 65 64 65 66 69 6e 65 20 61 20 73 65 74 20 6f 66 |edefine a set of| 00000b10 0a 6b 65 79 73 2e 20 4e 6f 74 65 20 74 68 65 20 |.keys. Note the | 00000b20 73 61 76 65 20 79 6f 75 20 67 65 74 20 69 6e 20 |save you get in | 00000b30 74 68 65 20 49 63 6f 6e 20 62 61 72 20 6d 65 6e |the Icon bar men| 00000b40 75 20 69 73 20 74 68 65 20 73 61 6d 65 20 61 73 |u is the same as| 00000b50 20 74 68 65 20 53 61 76 65 0a 6f 70 74 69 6f 6e | the Save.option| 00000b60 20 69 6e 20 74 68 65 20 77 69 6e 64 6f 77 20 28 | in the window (| 00000b70 6e 6f 74 20 74 68 65 20 73 61 76 65 20 70 72 65 |not the save pre| 00000b80 73 65 74 2c 20 6c 6f 67 69 63 61 6c 20 72 65 61 |set, logical rea| 00000b90 6c 6c 79 29 2e 20 54 68 65 20 73 61 76 65 20 62 |lly). The save b| 00000ba0 6f 78 0a 77 6f 72 6b 73 20 69 6e 20 74 68 65 20 |ox.works in the | 00000bb0 75 73 75 61 6c 20 77 61 79 2e 20 41 6c 73 6f 20 |usual way. Also | 00000bc0 77 68 65 6e 20 74 68 65 20 77 69 6e 64 6f 77 20 |when the window | 00000bd0 68 61 73 20 69 6e 70 75 74 20 66 6f 63 75 73 20 |has input focus | 00000be0 28 69 65 20 69 74 73 20 74 69 74 6c 65 20 69 73 |(ie its title is| 00000bf0 0a 63 72 65 61 6d 20 6e 6f 74 20 67 72 65 79 29 |.cream not grey)| 00000c00 2c 20 79 6f 75 20 63 61 6e 20 70 72 65 73 73 20 |, you can press | 00000c10 46 33 20 74 6f 20 67 65 74 20 74 68 65 20 73 61 |F3 to get the sa| 00000c20 76 65 20 62 6f 78 2c 20 28 61 73 20 49 20 73 61 |ve box, (as I sa| 00000c30 79 20 45 56 45 52 59 0a 63 6f 6e 63 65 69 76 61 |y EVERY.conceiva| 00000c40 62 6c 65 20 6d 65 74 68 6f 64 29 2e 0a 0a 0a 46 |ble method)....F| 00000c50 6f 72 20 74 68 6f 73 65 20 77 68 6f 20 6c 6f 76 |or those who lov| 00000c60 65 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 6c 69 |e the command li| 00000c70 6e 65 0a 20 3d 3d 3d 3d 3d 20 4b 65 79 20 4e 61 |ne. ===== Key Na| 00000c80 6d 65 73 20 3d 3d 3d 3d 3d 0a 0a 4d 61 69 6e 20 |mes =====..Main | 00000c90 4b 65 79 20 63 6c 75 73 74 65 72 0a 54 68 65 20 |Key cluster.The | 00000ca0 61 6c 70 68 61 62 65 74 69 63 20 6b 65 79 73 20 |alphabetic keys | 00000cb0 61 72 65 20 6e 61 6d 65 64 20 41 20 74 6f 20 5a |are named A to Z| 00000cc0 2c 20 65 67 20 2a 65 78 70 61 6e 64 20 68 20 48 |, eg *expand h H| 00000cd0 65 6e 72 79 0a 4e 75 6d 65 72 69 63 20 4b 65 79 |enry.Numeric Key| 00000ce0 73 20 61 72 65 20 6e 61 6d 65 64 20 30 20 2d 20 |s are named 0 - | 00000cf0 39 2c 20 65 67 20 2a 65 78 70 61 6e 64 20 30 20 |9, eg *expand 0 | 00000d00 7a 65 72 6f 0a 54 68 65 20 73 68 69 66 74 69 6e |zero.The shiftin| 00000d10 67 20 6b 65 79 73 20 61 72 65 20 61 73 20 66 6f |g keys are as fo| 00000d20 6c 6c 6f 77 73 0a 20 4c 65 66 74 20 43 74 72 6c |llows. Left Ctrl| 00000d30 20 20 20 3d 20 43 74 72 6c 2d 4c 0a 20 52 69 67 | = Ctrl-L. Rig| 00000d40 68 74 20 43 74 72 6c 20 20 3d 20 43 74 72 6c 2d |ht Ctrl = Ctrl-| 00000d50 52 0a 20 4c 65 66 74 20 53 68 69 66 74 20 20 3d |R. Left Shift =| 00000d60 20 53 68 69 66 74 2d 4c 0a 20 52 69 67 68 74 20 | Shift-L. Right | 00000d70 53 68 69 66 74 20 3d 20 53 68 69 66 74 2d 52 0a |Shift = Shift-R.| 00000d80 20 52 65 74 75 72 6e 20 20 20 20 20 20 3d 20 52 | Return = R| 00000d90 65 74 75 72 6e 0a 20 54 61 62 20 20 20 20 20 20 |eturn. Tab | 00000da0 20 20 20 3d 20 54 61 62 0a 20 42 61 63 6b 73 70 | = Tab. Backsp| 00000db0 61 63 65 20 20 20 3d 20 42 61 63 6b 0a 20 53 70 |ace = Back. Sp| 00000dc0 61 63 65 42 61 72 20 20 20 20 3d 20 73 70 61 63 |aceBar = spac| 00000dd0 65 0a 20 43 61 70 73 20 4c 6f 63 6b 20 20 20 3d |e. Caps Lock =| 00000de0 20 43 61 70 73 0a 41 6c 6c 20 6f 74 68 65 72 20 | Caps.All other | 00000df0 6b 65 79 20 6e 61 6d 65 73 20 61 72 65 20 74 68 |key names are th| 00000e00 65 20 63 68 61 72 61 63 74 65 72 20 79 6f 75 20 |e character you | 00000e10 67 65 74 20 62 79 20 70 72 65 73 73 69 6e 67 20 |get by pressing | 00000e20 74 68 65 20 6b 65 79 20 6f 6e 20 69 74 27 73 0a |the key on it's.| 00000e30 6f 77 6e 2e 20 45 67 20 74 68 65 20 3b 2f 3a 20 |own. Eg the ;/: | 00000e40 6b 65 79 20 69 73 20 6e 61 6d 65 64 20 3b 2c 20 |key is named ;, | 00000e50 74 68 65 20 22 20 6b 65 79 20 69 73 20 6e 61 6d |the " key is nam| 00000e60 65 64 20 27 2e 20 3f 2f 20 69 73 20 6e 61 6d 65 |ed '. ?/ is name| 00000e70 64 20 2f 20 61 6e 64 20 73 6f 0a 6f 6e 2e 0a 0a |d / and so.on...| 00000e80 43 75 72 73 6f 72 73 0a 54 68 65 20 63 75 72 73 |Cursors.The curs| 00000e90 6f 72 20 61 72 65 20 6e 61 6d 65 64 20 4c 65 66 |or are named Lef| 00000ea0 74 2c 52 69 67 68 74 2c 55 70 2c 20 61 6e 64 20 |t,Right,Up, and | 00000eb0 44 6f 77 6e 2e 0a 0a 4e 75 6d 65 72 69 63 20 4b |Down...Numeric K| 00000ec0 65 79 70 61 64 0a 54 68 65 20 6e 75 6d 62 65 72 |eypad.The number| 00000ed0 73 20 61 72 65 20 6e 61 6d 65 64 20 6e 30 20 74 |s are named n0 t| 00000ee0 6f 20 6e 39 2c 20 65 67 20 2a 65 78 70 61 6e 64 |o n9, eg *expand| 00000ef0 20 6e 35 20 66 69 76 65 2c 20 64 65 66 69 6e 65 | n5 five, define| 00000f00 73 20 35 20 6f 6e 20 74 68 65 20 6e 75 6d 65 72 |s 5 on the numer| 00000f10 69 63 0a 6b 65 79 70 61 64 20 61 73 20 22 66 69 |ic.keypad as "fi| 00000f20 76 65 22 2e 20 54 68 65 20 2f 2c 2a 2c 23 2c 2d |ve". The /,*,#,-| 00000f30 2c 2b 20 61 6e 64 20 22 2e 22 20 61 72 65 20 61 |,+ and "." are a| 00000f40 6c 73 6f 20 70 72 65 66 69 78 65 64 20 62 79 20 |lso prefixed by | 00000f50 61 20 22 6e 22 20 65 67 20 2a 65 78 70 61 6e 64 |a "n" eg *expand| 00000f60 0a 6e 2b 20 70 6c 75 73 2e 20 45 6e 74 65 72 20 |.n+ plus. Enter | 00000f70 69 73 20 6e 61 6d 65 64 20 65 6e 74 65 72 20 61 |is named enter a| 00000f80 6e 64 20 4e 75 6d 20 6c 6f 63 6b 20 69 73 20 6e |nd Num lock is n| 00000f90 61 6d 65 64 20 6e 75 6d 0a 0a 46 75 6e 63 74 69 |amed num..Functi| 00000fa0 6f 6e 20 4b 65 79 73 0a 54 68 65 73 65 20 61 72 |on Keys.These ar| 00000fb0 65 20 61 6c 6c 20 46 31 20 74 6f 20 46 31 32 2c |e all F1 to F12,| 00000fc0 20 65 67 20 2a 65 78 70 61 6e 64 20 46 33 20 74 | eg *expand F3 t| 00000fd0 68 72 65 65 2c 20 64 65 66 69 6e 65 73 20 46 33 |hree, defines F3| 00000fe0 20 61 73 20 22 74 68 72 65 65 22 0a 0a 4f 74 68 | as "three"..Oth| 00000ff0 65 72 73 0a 45 73 63 20 20 20 20 20 20 20 20 20 |ers.Esc | 00001000 3d 20 45 73 63 0a 50 72 69 6e 74 20 20 20 20 20 |= Esc.Print | 00001010 20 20 3d 20 50 72 69 6e 74 0a 53 63 72 6f 6c 6c | = Print.Scroll| 00001020 20 6c 6f 63 6b 20 3d 20 53 63 72 6f 6c 6c 0a 42 | lock = Scroll.B| 00001030 72 65 61 6b 20 20 20 20 20 20 20 3d 20 42 72 65 |reak = Bre| 00001040 61 6b 0a 49 6e 73 65 72 74 20 20 20 20 20 20 3d |ak.Insert =| 00001050 20 49 6e 73 65 72 74 0a 44 65 6c 65 74 65 20 20 | Insert.Delete | 00001060 20 20 20 20 3d 20 44 65 6c 65 74 65 0a 48 6f 6d | = Delete.Hom| 00001070 65 20 20 20 20 20 20 20 20 3d 20 48 6f 6d 65 0a |e = Home.| 00001080 43 6f 70 79 20 20 20 20 20 20 20 20 3d 20 43 6f |Copy = Co| 00001090 70 79 0a 50 61 67 65 20 55 70 20 20 20 20 20 3d |py.Page Up =| 000010a0 20 50 61 67 65 55 70 0a 50 61 67 65 20 44 6f 77 | PageUp.Page Dow| 000010b0 6e 20 20 20 3d 20 50 61 67 65 44 6f 77 6e 0a 20 |n = PageDown. | 000010c0 20 20 20 20 0a 41 6c 6c 20 6e 61 6d 65 73 20 61 | .All names a| 000010d0 72 65 20 63 61 73 65 20 69 6e 64 65 70 65 6e 64 |re case independ| 000010e0 65 6e 74 2e 20 54 68 65 20 63 61 73 65 20 6f 66 |ent. The case of| 000010f0 20 74 68 65 20 73 74 72 69 6e 67 73 20 69 73 20 | the strings is | 00001100 68 6f 77 65 76 65 72 0a 70 72 65 73 65 72 76 65 |however.preserve| 00001110 64 2e 20 46 75 72 74 68 65 72 20 56 65 72 73 69 |d. Further Versi| 00001120 6f 6e 73 20 77 69 6c 6c 20 62 65 20 72 65 6c 65 |ons will be rele| 00001130 61 73 65 64 20 61 73 20 73 6f 6f 6e 20 61 73 20 |ased as soon as | 00001140 49 20 68 61 76 65 20 74 69 6d 65 20 74 6f 20 77 |I have time to w| 00001150 72 69 74 65 0a 74 68 65 6d 2c 20 73 6f 20 77 61 |rite.them, so wa| 00001160 74 63 68 20 74 68 69 73 20 73 70 61 63 65 20 66 |tch this space f| 00001170 6f 72 20 6d 6f 72 65 20 6c 61 7a 79 20 73 68 6f |or more lazy sho| 00001180 72 74 63 75 74 73 2e 0a 0a 2a 2a 2a 2a 2a 2a 2a |rtcuts...*******| 00001190 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 000011c0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a |***************.| 000011d0 2a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |* | 000011e0 20 20 20 4c 65 67 61 6c 20 42 69 74 20 61 74 20 | Legal Bit at | 000011f0 74 68 65 20 65 6e 64 20 6a 75 73 74 20 69 6e 20 |the end just in | 00001200 63 61 73 65 20 20 20 20 20 20 20 20 20 20 20 20 |case | 00001210 20 20 20 20 20 2a 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a | *.*********| 00001220 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00001250 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 2a 20 |*************.* | 00001260 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000012a0 20 20 20 2a 0a 2a 20 20 20 20 54 68 69 73 20 56 | *.* This V| 000012b0 65 72 73 69 6f 6e 2c 20 6e 61 6d 65 6c 79 2c 20 |ersion, namely, | 000012c0 30 76 30 33 20 6f 66 20 74 68 65 20 6d 6f 64 75 |0v03 of the modu| 000012d0 6c 65 2c 20 61 6e 64 20 30 76 30 30 20 6f 66 20 |le, and 0v00 of | 000012e0 74 68 65 20 20 20 20 20 20 20 2a 0a 2a 20 20 20 |the *.* | 000012f0 61 70 70 6c 69 63 61 74 69 6f 6e 20 61 72 65 20 |application are | 00001300 46 72 65 65 57 61 72 65 2c 20 69 74 20 6d 61 79 |FreeWare, it may| 00001310 20 62 65 20 66 72 65 65 6c 79 20 63 6f 70 69 65 | be freely copie| 00001320 64 20 70 72 6f 76 69 64 65 64 20 20 20 20 20 20 |d provided | 00001330 20 2a 0a 2a 20 20 20 74 68 61 74 20 61 70 70 6c | *.* that appl| 00001340 69 63 61 74 69 6f 6e 20 72 65 6d 61 69 6e 73 20 |ication remains | 00001350 61 73 20 69 73 2c 20 61 6e 64 20 61 6c 6c 20 66 |as is, and all f| 00001360 69 6c 65 73 20 61 72 65 20 69 6e 63 6c 75 64 65 |iles are include| 00001370 64 2e 20 20 20 20 20 20 2a 0a 2a 20 20 20 50 75 |d. *.* Pu| 00001380 62 6c 69 63 20 44 6f 6d 61 69 6e 20 6c 69 62 72 |blic Domain libr| 00001390 61 72 69 65 73 20 6d 61 79 20 63 68 61 72 67 65 |aries may charge| 000013a0 20 61 20 66 65 65 20 66 6f 72 20 6d 61 74 65 72 | a fee for mater| 000013b0 69 61 6c 73 2c 20 62 75 74 20 20 20 20 20 20 2a |ials, but *| 000013c0 0a 2a 20 20 20 6d 75 73 74 20 6e 6f 74 20 63 68 |.* must not ch| 000013d0 61 72 67 65 20 66 6f 72 20 74 68 69 73 20 73 6f |arge for this so| 000013e0 66 74 77 61 72 65 2e 20 49 66 20 61 6e 79 6f 6e |ftware. If anyon| 000013f0 65 20 77 61 6e 74 73 20 74 6f 20 63 68 61 72 67 |e wants to charg| 00001400 65 20 20 20 20 20 2a 0a 2a 20 20 20 6d 6f 6e 65 |e *.* mone| 00001410 79 20 6f 72 20 69 6e 63 6c 75 64 65 20 74 68 69 |y or include thi| 00001420 73 20 61 73 20 70 61 72 74 20 6f 66 20 61 6e 6f |s as part of ano| 00001430 74 68 65 72 20 61 70 70 6c 69 63 61 74 69 6f 6e |ther application| 00001440 2c 20 70 6c 65 61 73 65 20 20 20 20 20 2a 0a 2a |, please *.*| 00001450 20 20 20 67 65 74 20 6d 79 20 70 65 72 6d 69 73 | get my permis| 00001460 73 69 6f 6e 2c 20 66 69 72 73 74 20 28 62 72 69 |sion, first (bri| 00001470 62 65 73 20 77 69 6c 6c 20 68 65 6c 70 29 2e 20 |bes will help). | 00001480 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001490 20 20 20 20 2a 0a 2a 20 20 20 20 49 20 6f 66 66 | *.* I off| 000014a0 65 72 20 6e 6f 20 67 75 61 72 61 6e 74 65 65 20 |er no guarantee | 000014b0 74 68 61 74 20 74 68 69 73 20 66 75 6c 66 69 6c |that this fulfil| 000014c0 73 20 61 6e 79 20 75 73 65 66 75 6c 20 66 75 6e |s any useful fun| 000014d0 63 74 69 6f 6e 2c 20 20 20 20 20 2a 0a 2a 20 20 |ction, *.* | 000014e0 20 6f 72 20 69 73 20 72 65 6c 69 61 62 6c 65 2e | or is reliable.| 000014f0 20 41 6e 79 20 64 61 6d 61 67 65 20 63 61 75 73 | Any damage caus| 00001500 65 64 20 62 79 20 74 68 69 73 20 73 6f 66 74 77 |ed by this softw| 00001510 61 72 65 20 69 73 20 74 68 65 20 20 20 20 20 20 |are is the | 00001520 20 20 2a 0a 2a 20 20 20 75 73 65 72 73 20 72 65 | *.* users re| 00001530 73 70 6f 6e 73 69 62 69 6c 69 74 79 20 61 6e 64 |sponsibility and| 00001540 20 49 20 61 63 63 65 70 74 20 6e 6f 20 6c 69 61 | I accept no lia| 00001550 62 69 6c 69 74 79 2e 20 48 6f 77 65 76 65 72 2c |bility. However,| 00001560 20 69 74 20 20 20 20 20 20 2a 0a 2a 20 20 20 77 | it *.* w| 00001570 6f 75 6c 64 20 68 65 6c 70 20 69 66 20 61 6e 79 |ould help if any| 00001580 20 70 72 6f 62 6c 65 6d 73 20 65 6e 63 6f 75 6e | problems encoun| 00001590 74 65 72 65 64 20 63 6f 75 6c 64 20 62 65 20 72 |tered could be r| 000015a0 65 70 6f 72 74 65 64 20 74 6f 20 20 20 20 20 20 |eported to | 000015b0 2a 0a 2a 20 20 20 6d 65 2c 20 61 6e 64 20 49 20 |*.* me, and I | 000015c0 6d 61 79 20 61 74 74 65 6d 70 74 20 74 6f 20 63 |may attempt to c| 000015d0 75 72 65 20 74 68 65 6d 2e 20 20 20 20 20 20 20 |ure them. | 000015e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000015f0 20 20 20 20 20 20 20 2a 0a 2a 20 20 20 20 20 20 | *.* | 00001600 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001630 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2a 0a | *.| 00001640 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00001650 2a 2a 20 45 6e 64 20 6f 66 20 6c 65 67 61 6c 20 |** End of legal | 00001660 62 69 74 20 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |bit ************| 00001670 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00001680 2a 2a 2a 2a 2a 2a 0a 0a 43 6f 6d 6d 65 6e 74 73 |******..Comments| 00001690 2c 20 63 72 69 74 69 73 69 73 6d 20 61 6e 64 20 |, critisism and | 000016a0 73 6f 20 6f 6e 20 69 73 20 61 6c 77 61 79 73 20 |so on is always | 000016b0 75 73 65 66 75 6c 2c 20 73 6f 20 70 6c 65 61 73 |useful, so pleas| 000016c0 65 20 73 65 6e 64 20 73 6f 6d 65 21 0a 0a 46 75 |e send some!..Fu| 000016d0 74 75 72 65 20 56 65 72 73 69 6f 6e 73 20 77 69 |ture Versions wi| 000016e0 6c 6c 20 62 65 20 53 68 61 72 65 77 61 72 65 2c |ll be Shareware,| 000016f0 20 49 66 20 79 6f 75 20 77 6f 75 6c 64 20 6c 69 | If you would li| 00001700 6b 65 20 75 70 64 61 74 65 73 2c 20 63 6f 6e 74 |ke updates, cont| 00001710 61 63 74 20 6d 65 0a 28 64 6f 6e 27 74 20 73 65 |act me.(don't se| 00001720 6e 64 20 61 6e 79 20 63 61 73 68 20 79 65 74 21 |nd any cash yet!| 00001730 29 20 61 6e 64 20 49 20 77 69 6c 6c 20 73 65 6e |) and I will sen| 00001740 64 20 79 6f 75 20 74 68 65 20 6c 61 74 65 73 74 |d you the latest| 00001750 20 75 70 64 61 74 65 20 69 66 20 61 6e 64 20 77 | update if and w| 00001760 68 65 6e 0a 69 74 20 61 72 72 69 76 65 73 2c 20 |hen.it arrives, | 00001770 6f 72 20 79 6f 75 20 63 61 6e 20 6f 70 74 20 74 |or you can opt t| 00001780 6f 20 77 61 69 74 20 66 6f 72 20 61 20 70 61 72 |o wait for a par| 00001790 74 69 63 75 6c 61 72 20 66 65 61 74 75 72 65 20 |ticular feature | 000017a0 74 6f 20 62 65 20 69 6d 70 6c 65 6d 65 6e 74 65 |to be implemente| 000017b0 64 0a 62 65 66 6f 72 65 20 49 20 73 65 6e 74 20 |d.before I sent | 000017c0 79 6f 75 20 61 6e 79 74 68 69 6e 67 2c 20 62 75 |you anything, bu| 000017d0 74 20 74 68 61 74 20 6d 61 79 20 6d 65 61 6e 20 |t that may mean | 000017e0 79 6f 75 20 77 61 69 74 20 6c 6f 6e 67 65 72 2e |you wait longer.| 000017f0 20 49 27 6c 6c 20 62 69 6c 6c 20 79 6f 75 0a 74 | I'll bill you.t| 00001800 68 65 6e 2c 20 a3 34 20 61 6e 64 20 79 6f 75 20 |hen, .4 and you | 00001810 67 65 74 20 61 20 64 69 73 63 20 74 6f 6f 20 77 |get a disc too w| 00001820 68 69 63 68 20 70 72 65 76 65 6e 74 73 20 63 68 |hich prevents ch| 00001830 65 71 75 65 73 20 67 6f 69 6e 67 20 6f 75 74 20 |eques going out | 00001840 6f 66 20 64 61 74 65 2e 20 49 66 0a 79 6f 75 20 |of date. If.you | 00001850 64 6f 20 73 65 6e 64 20 61 20 63 68 65 71 75 65 |do send a cheque| 00001860 20 74 68 65 6e 20 49 27 6c 6c 20 63 61 73 68 20 | then I'll cash | 00001870 69 74 20 69 6d 6d 65 61 64 69 61 74 65 6c 79 2c |it immeadiately,| 00001880 20 61 6e 64 20 73 65 6e 64 20 79 6f 75 20 74 68 | and send you th| 00001890 65 20 6c 61 74 65 73 74 0a 76 65 72 73 69 6f 6e |e latest.version| 000018a0 20 72 65 67 61 72 64 6c 65 73 73 2e 20 50 6c 65 | regardless. Ple| 000018b0 61 73 65 20 74 65 6c 6c 20 6d 65 20 77 68 69 63 |ase tell me whic| 000018c0 68 20 76 65 72 73 69 6f 6e 20 79 6f 75 20 61 6c |h version you al| 000018d0 72 65 61 64 79 20 68 61 76 65 20 74 68 6f 75 67 |ready have thoug| 000018e0 68 0a 69 6e 63 61 73 65 20 79 6f 75 20 61 6c 72 |h.incase you alr| 000018f0 65 61 64 79 20 68 61 76 65 20 74 68 65 20 6c 61 |eady have the la| 00001900 74 65 73 74 20 76 65 72 73 69 6f 6e 2c 20 69 6e |test version, in| 00001910 20 77 68 69 63 68 20 63 61 73 65 20 49 27 6c 6c | which case I'll| 00001920 20 65 69 74 68 65 72 20 77 61 69 74 20 74 6f 0a | either wait to.| 00001930 73 65 6e 64 20 79 6f 75 20 61 20 6e 65 77 20 72 |send you a new r| 00001940 65 6c 65 61 73 65 20 6f 72 20 77 69 6c 6c 20 6a |elease or will j| 00001950 75 73 74 20 61 63 6b 6e 6f 6c 65 64 67 65 20 79 |ust acknoledge y| 00001960 6f 75 2e 20 20 49 20 61 6d 20 70 6c 61 6e 6e 69 |ou. I am planni| 00001970 6e 67 20 71 75 69 74 65 20 61 6e 0a 65 78 74 65 |ng quite an.exte| 00001980 6e 73 69 76 65 20 70 72 6f 67 72 61 6d 6d 65 72 |nsive programmer| 00001990 73 20 68 65 6c 70 20 73 79 73 74 65 6d 20 74 6f |s help system to| 000019a0 20 62 65 20 74 61 67 67 65 64 20 69 6e 20 68 65 | be tagged in he| 000019b0 72 65 20 65 76 65 6e 74 75 61 6c 6c 79 2c 20 73 |re eventually, s| 000019c0 6f 20 69 74 0a 73 68 6f 75 6c 64 20 62 65 20 71 |o it.should be q| 000019d0 75 69 74 65 20 67 6f 6f 64 20 74 68 65 6e 2e 20 |uite good then. | 000019e0 54 68 69 73 20 77 69 6c 6c 20 62 65 20 61 69 6d |This will be aim| 000019f0 65 64 20 6d 61 69 6e 6c 79 20 61 74 20 42 41 53 |ed mainly at BAS| 00001a00 49 43 2f 41 52 4d 20 63 6f 64 65 0a 70 72 6f 67 |IC/ARM code.prog| 00001a10 72 61 6d 6d 65 72 73 2c 20 61 6c 74 68 6f 75 67 |rammers, althoug| 00001a20 68 20 43 20 61 6e 64 20 6f 74 68 65 72 73 20 77 |h C and others w| 00001a30 6f 75 6c 64 20 70 72 6f 62 61 62 6c 79 20 61 6c |ould probably al| 00001a40 73 6f 20 66 69 6e 64 20 69 74 20 75 73 65 66 75 |so find it usefu| 00001a50 6c 2e 20 49 66 20 79 6f 75 0a 68 61 76 65 20 62 |l. If you.have b| 00001a60 65 74 74 65 72 20 69 64 65 61 73 2c 20 6c 65 74 |etter ideas, let| 00001a70 20 6d 65 20 68 61 76 65 20 74 68 65 6d 2e 0a 0a | me have them...| 00001a80 4d 79 20 53 2d 6d 61 69 6c 20 61 64 64 72 65 73 |My S-mail addres| 00001a90 73 2c 20 75 6e 74 69 6c 20 74 68 65 20 65 6e 64 |s, until the end| 00001aa0 20 6f 66 20 4a 75 6c 79 20 27 39 35 20 69 73 0a | of July '95 is.| 00001ab0 0a 50 65 74 65 72 20 42 61 67 6e 61 6c 6c 0a 32 |.Peter Bagnall.2| 00001ac0 31 31 20 48 61 72 62 6f 75 72 6e 65 20 4c 61 6e |11 Harbourne Lan| 00001ad0 65 0a 53 65 6c 6c 79 20 4f 61 6b 0a 42 69 72 6d |e.Selly Oak.Birm| 00001ae0 69 6e 67 68 61 6d 0a 0a 53 6f 72 72 79 20 6e 6f |ingham..Sorry no| 00001af0 20 45 2d 6d 61 69 6c 20 61 64 64 72 65 73 73 20 | E-mail address | 00001b00 61 73 20 79 65 74 21 0a 0a 46 69 6e 61 6c 6c 79 |as yet!..Finally| 00001b10 20 74 68 61 6e 6b 73 20 74 6f 20 44 6f 6d 69 6e | thanks to Domin| 00001b20 69 63 20 53 79 6d 65 73 20 66 6f 72 20 61 6e 20 |ic Symes for an | 00001b30 65 78 63 65 6c 6c 65 6e 74 20 65 64 69 74 6f 72 |excellent editor| 00001b40 20 28 5a 61 70 29 2c 20 77 69 74 68 6f 75 74 20 | (Zap), without | 00001b50 77 68 69 63 68 0a 49 20 77 6f 75 6c 64 20 68 61 |which.I would ha| 00001b60 76 65 20 74 61 6b 65 6e 20 61 20 6c 6f 74 20 6c |ve taken a lot l| 00001b70 6f 6e 67 65 72 20 74 6f 20 77 72 69 74 65 20 74 |onger to write t| 00001b80 68 69 73 20 73 6f 66 74 77 61 72 65 2e 20 41 6c |his software. Al| 00001b90 73 6f 20 74 68 61 6e 6b 73 20 66 6f 72 20 68 69 |so thanks for hi| 00001ba0 73 0a 70 72 6f 67 72 61 6d 6d 69 6e 67 2f 69 6e |s.programming/in| 00001bb0 74 65 72 66 61 63 69 6e 67 20 6e 6f 74 65 73 2c |terfacing notes,| 00001bc0 20 77 68 69 63 68 20 68 61 76 65 20 73 6f 6d 65 | which have some| 00001bd0 20 68 61 6e 64 79 20 68 69 6e 74 73 20 69 6e 2c | handy hints in,| 00001be0 20 65 76 65 6e 20 69 66 20 79 6f 75 72 0a 6e 6f | even if your.no| 00001bf0 74 20 77 72 69 74 69 6e 67 20 5a 61 70 20 6d 6f |t writing Zap mo| 00001c00 64 75 6c 65 73 21 0a 0a 48 61 70 70 79 20 48 61 |dules!..Happy Ha| 00001c10 63 6b 69 6e 67 20 2d 20 50 65 74 65 72 20 42 61 |cking - Peter Ba| 00001c20 67 6e 61 6c 6c 2e |gnall.| 00001c26