Home » Archimedes archive » Micro User » MU 1990-11.adf » PD-Stuff » Utilities/!Keys/!ReadMe
Utilities/!Keys/!ReadMe
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 » Micro User » MU 1990-11.adf » PD-Stuff |
Filename: | Utilities/!Keys/!ReadMe |
Read OK: | ✔ |
File size: | 17DE bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
->!ReadMe Function Key Handler ==================== This disk contains a function key handler which allows the function keys to be defined and activated within the RISC OS environment. The contents of this disc, are as follows; !ReadMe This file. !Boot Keys !Boot file. !Run Keys !Run file. !RunImage Keys code. !RunMe Display !ReadMe file. !Help Help text file !Sprites Directory of sprite files for the Keys application. Templates Window templates. StdKeyDef Default Key definitions called up by !Run file. Modules Module directory containing : Clib The Shared C Library module from the RISC OS !System folder. Memory Requirements =================== Module Area Sufficient for Clib Program Area 96K Getting Started =============== To copy this application onto another disc or install it on the hard disc open a directory viewer on the destination disc within the RISC OS Desktop and drag the !Keys icon to the destination directory. The function key handler may be installed on the iconbar by double clicking on the !Keys application icon. The function keys are then active. The function keys may then be displayed just above the icon bar by selection of the Keys icon on the iconbar. The keys application is controlled by the keys menu accessed by pressing the menu button while the mouse pointer is over the Keys iconbar icon. The function of the menu options is as follows: Info provides current information about the application. Define opens a dialogue window allowing the operation of any of the function keys F1 to F12 to be defined. Show controls the display of the function keys just above the iconbar. This allows the function key to be operated by selecting the displayed key as well as pressing the keyboard key. A tick indicates the state of the function keys display. Save allows the current key definitions to be saved to a file using the standard 'Save as:' convention used by RISC OS applications. *Command opens a dialogue window allowing the entry of a * command. Quit removes the !Keys application from the Task memory. Detailed Operation ================== If a function key has been defined then it will always be operated on selection of the displayed key. If a window has the input focus then keyboard functions keys may be handled directly by the corresponding application, e.g. Edit. Function keys not recognised by the application should be passed on and subsequently processed by the function key handler. If a function key is not defined the key code will be passed on to the wimp. In this case the function key may have a name, e.g. selecting F12, which has the name *, will allow the input of *commands below the iconbar. Key Definition Files ==================== The definition of the function keys may be specified by creating a KeyDefs file, this has the following format. Each key definition appears on a separate line. The definition is introduced by the command 'key' The function key number appears in columns 5 and 6. The name assigned to the function key appears in columns 8 to 12 and may be no more than 5 characters long. This name appears on the function key displayed above the iconbar. The operation assigned to the function key is a string on no more than 75 characters starting in column 14. An example of this format can be seen in StdKeyDefs. The definition of the function keys may also be specified by using the Define menu option and the saved to a KeyDefs file by using the Save menu option. This automatically produces the correct format for the KeyDefs file. File Types ========== As distibuted the !Boot file defines the file type for KeyDefs as 701 and sets up a run type alias for this file type. The file type for KeyDefs may be set to any legal type the user requires. However a file type for KeyDefs must be set for correct operation of the !Keys application. Limitations =========== Only the Function Keys F1 to F12 can be defined. Function Keys modified by the Control or Shift keys are not handled. Operation with a multisync monitor has not been checked. *Command Entry ============== *Commands may be entered using the *command dialogue box. If no window has the input focus, i.e. contains the caret, then the *command dialogue box will be displayed on entry of the first character of the required command. Otherwise the dialogue box can be opened using the *command entry in the Keys icon menu. The dialogue box will accept a command string of up to 255 characters. The dialogue box provides full editing features for the entered string, as follows: Delete delete character to the left of caret. Copy delete character to the left of caret. <- move caret left one character. -> move caret right one character. Shift Copy delete word (forwards). Shift <- move left one word. Shift -> move right one word. Ctrl Copy delete to end of line (forwards). Ctrl <- move to left end of line. Ctrl -> move to right end of line. The entered command can be aborted by selecting the CANCEL icon. The *command is actioned by selecting the OK icon or pressing the <CR> key. Any output text is displayed within a mode 4 window. ====== Release 1.01 February 1990 (c) Copyright Peter Tuson 1990 ====== If you find this program useful or interesting a donation of �2 sterling, sent to the address below, would be much appreciated. This will give me some incentive to distribute future programs that I may write. This program will be upgraded in the future, improvements may include; command output to scrollable transcript window, support for shift and control for function keys, and a history mechanism for *command entry. If you have any comments, suggestions, bug reports or complaints, please write to the following address. This does not constitute a commitment to correct reported bugs. Dr. P.R.Tuson 70, Connaught Road Fleet Hants. GU13 9QY United Kingdom.
00000000 2d 3e 21 52 65 61 64 4d 65 0a 0a 20 20 20 20 20 |->!ReadMe.. | 00000010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000020 20 20 20 20 20 20 20 46 75 6e 63 74 69 6f 6e 20 | Function | 00000030 4b 65 79 20 48 61 6e 64 6c 65 72 0a 20 20 20 20 |Key Handler. | 00000040 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000050 20 20 20 20 20 20 20 20 3d 3d 3d 3d 3d 3d 3d 3d | ========| 00000060 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 |============..Th| 00000070 69 73 20 64 69 73 6b 20 63 6f 6e 74 61 69 6e 73 |is disk contains| 00000080 20 61 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 20 | a function key | 00000090 68 61 6e 64 6c 65 72 20 77 68 69 63 68 20 61 6c |handler which al| 000000a0 6c 6f 77 73 20 74 68 65 20 66 75 6e 63 74 69 6f |lows the functio| 000000b0 6e 20 6b 65 79 73 20 74 6f 0a 62 65 20 64 65 66 |n keys to.be def| 000000c0 69 6e 65 64 20 61 6e 64 20 61 63 74 69 76 61 74 |ined and activat| 000000d0 65 64 20 77 69 74 68 69 6e 20 74 68 65 20 52 49 |ed within the RI| 000000e0 53 43 20 4f 53 20 65 6e 76 69 72 6f 6e 6d 65 6e |SC OS environmen| 000000f0 74 2e 0a 0a 54 68 65 20 63 6f 6e 74 65 6e 74 73 |t...The contents| 00000100 20 6f 66 20 74 68 69 73 20 64 69 73 63 2c 20 61 | of this disc, a| 00000110 72 65 20 61 73 20 66 6f 6c 6c 6f 77 73 3b 0a 0a |re as follows;..| 00000120 21 52 65 61 64 4d 65 20 20 20 20 20 20 20 54 68 |!ReadMe Th| 00000130 69 73 20 66 69 6c 65 2e 0a 21 42 6f 6f 74 20 20 |is file..!Boot | 00000140 20 20 20 20 20 20 20 4b 65 79 73 20 21 42 6f 6f | Keys !Boo| 00000150 74 20 66 69 6c 65 2e 0a 21 52 75 6e 20 20 20 20 |t file..!Run | 00000160 20 20 20 20 20 20 4b 65 79 73 20 21 52 75 6e 20 | Keys !Run | 00000170 66 69 6c 65 2e 0a 21 52 75 6e 49 6d 61 67 65 20 |file..!RunImage | 00000180 20 20 20 20 4b 65 79 73 20 63 6f 64 65 2e 0a 21 | Keys code..!| 00000190 52 75 6e 4d 65 20 20 20 20 20 20 20 20 44 69 73 |RunMe Dis| 000001a0 70 6c 61 79 20 21 52 65 61 64 4d 65 20 66 69 6c |play !ReadMe fil| 000001b0 65 2e 0a 21 48 65 6c 70 20 20 20 20 20 20 20 20 |e..!Help | 000001c0 20 48 65 6c 70 20 74 65 78 74 20 66 69 6c 65 0a | Help text file.| 000001d0 21 53 70 72 69 74 65 73 20 20 20 20 20 20 44 69 |!Sprites Di| 000001e0 72 65 63 74 6f 72 79 20 6f 66 20 73 70 72 69 74 |rectory of sprit| 000001f0 65 20 66 69 6c 65 73 20 66 6f 72 20 74 68 65 20 |e files for the | 00000200 4b 65 79 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |Keys application| 00000210 2e 0a 54 65 6d 70 6c 61 74 65 73 20 20 20 20 20 |..Templates | 00000220 57 69 6e 64 6f 77 20 74 65 6d 70 6c 61 74 65 73 |Window templates| 00000230 2e 0a 53 74 64 4b 65 79 44 65 66 20 20 20 20 20 |..StdKeyDef | 00000240 44 65 66 61 75 6c 74 20 4b 65 79 20 64 65 66 69 |Default Key defi| 00000250 6e 69 74 69 6f 6e 73 20 63 61 6c 6c 65 64 20 75 |nitions called u| 00000260 70 20 62 79 20 21 52 75 6e 20 66 69 6c 65 2e 0a |p by !Run file..| 00000270 4d 6f 64 75 6c 65 73 20 20 20 20 20 20 20 4d 6f |Modules Mo| 00000280 64 75 6c 65 20 64 69 72 65 63 74 6f 72 79 20 63 |dule directory c| 00000290 6f 6e 74 61 69 6e 69 6e 67 20 3a 0a 20 20 43 6c |ontaining :. Cl| 000002a0 69 62 20 20 20 20 20 20 20 20 54 68 65 20 53 68 |ib The Sh| 000002b0 61 72 65 64 20 43 20 4c 69 62 72 61 72 79 20 6d |ared C Library m| 000002c0 6f 64 75 6c 65 20 66 72 6f 6d 20 74 68 65 20 52 |odule from the R| 000002d0 49 53 43 20 4f 53 20 21 53 79 73 74 65 6d 20 66 |ISC OS !System f| 000002e0 6f 6c 64 65 72 2e 0a 0a 4d 65 6d 6f 72 79 20 52 |older...Memory R| 000002f0 65 71 75 69 72 65 6d 65 6e 74 73 0a 3d 3d 3d 3d |equirements.====| 00000300 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a |===============.| 00000310 0a 4d 6f 64 75 6c 65 20 41 72 65 61 20 20 20 53 |.Module Area S| 00000320 75 66 66 69 63 69 65 6e 74 20 66 6f 72 20 43 6c |ufficient for Cl| 00000330 69 62 0a 50 72 6f 67 72 61 6d 20 41 72 65 61 20 |ib.Program Area | 00000340 20 39 36 4b 0a 0a 47 65 74 74 69 6e 67 20 53 74 | 96K..Getting St| 00000350 61 72 74 65 64 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |arted.==========| 00000360 3d 3d 3d 3d 3d 0a 0a 54 6f 20 63 6f 70 79 20 74 |=====..To copy t| 00000370 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |his application | 00000380 6f 6e 74 6f 20 61 6e 6f 74 68 65 72 20 64 69 73 |onto another dis| 00000390 63 20 6f 72 20 69 6e 73 74 61 6c 6c 20 69 74 20 |c or install it | 000003a0 6f 6e 20 74 68 65 20 68 61 72 64 20 64 69 73 63 |on the hard disc| 000003b0 0a 6f 70 65 6e 20 61 20 64 69 72 65 63 74 6f 72 |.open a director| 000003c0 79 20 76 69 65 77 65 72 20 6f 6e 20 74 68 65 20 |y viewer on the | 000003d0 64 65 73 74 69 6e 61 74 69 6f 6e 20 64 69 73 63 |destination disc| 000003e0 20 77 69 74 68 69 6e 20 74 68 65 20 52 49 53 43 | within the RISC| 000003f0 20 4f 53 20 44 65 73 6b 74 6f 70 0a 61 6e 64 20 | OS Desktop.and | 00000400 64 72 61 67 20 74 68 65 20 21 4b 65 79 73 20 69 |drag the !Keys i| 00000410 63 6f 6e 20 74 6f 20 74 68 65 20 64 65 73 74 69 |con to the desti| 00000420 6e 61 74 69 6f 6e 20 64 69 72 65 63 74 6f 72 79 |nation directory| 00000430 2e 0a 0a 54 68 65 20 66 75 6e 63 74 69 6f 6e 20 |...The function | 00000440 6b 65 79 20 68 61 6e 64 6c 65 72 20 6d 61 79 20 |key handler may | 00000450 62 65 20 69 6e 73 74 61 6c 6c 65 64 20 6f 6e 20 |be installed on | 00000460 74 68 65 20 69 63 6f 6e 62 61 72 20 62 79 20 64 |the iconbar by d| 00000470 6f 75 62 6c 65 20 63 6c 69 63 6b 69 6e 67 0a 6f |ouble clicking.o| 00000480 6e 20 74 68 65 20 21 4b 65 79 73 20 61 70 70 6c |n the !Keys appl| 00000490 69 63 61 74 69 6f 6e 20 69 63 6f 6e 2e 0a 0a 54 |ication icon...T| 000004a0 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 73 |he function keys| 000004b0 20 61 72 65 20 74 68 65 6e 20 61 63 74 69 76 65 | are then active| 000004c0 2e 0a 0a 54 68 65 20 66 75 6e 63 74 69 6f 6e 20 |...The function | 000004d0 6b 65 79 73 20 6d 61 79 20 74 68 65 6e 20 62 65 |keys may then be| 000004e0 20 64 69 73 70 6c 61 79 65 64 20 6a 75 73 74 20 | displayed just | 000004f0 61 62 6f 76 65 20 74 68 65 20 69 63 6f 6e 20 62 |above the icon b| 00000500 61 72 20 62 79 20 73 65 6c 65 63 74 69 6f 6e 0a |ar by selection.| 00000510 6f 66 20 74 68 65 20 4b 65 79 73 20 69 63 6f 6e |of the Keys icon| 00000520 20 6f 6e 20 74 68 65 20 69 63 6f 6e 62 61 72 2e | on the iconbar.| 00000530 0a 0a 54 68 65 20 6b 65 79 73 20 61 70 70 6c 69 |..The keys appli| 00000540 63 61 74 69 6f 6e 20 69 73 20 63 6f 6e 74 72 6f |cation is contro| 00000550 6c 6c 65 64 20 62 79 20 74 68 65 20 6b 65 79 73 |lled by the keys| 00000560 20 6d 65 6e 75 20 61 63 63 65 73 73 65 64 20 62 | menu accessed b| 00000570 79 20 70 72 65 73 73 69 6e 67 20 74 68 65 0a 6d |y pressing the.m| 00000580 65 6e 75 20 62 75 74 74 6f 6e 20 77 68 69 6c 65 |enu button while| 00000590 20 74 68 65 20 6d 6f 75 73 65 20 70 6f 69 6e 74 | the mouse point| 000005a0 65 72 20 69 73 20 6f 76 65 72 20 74 68 65 20 4b |er is over the K| 000005b0 65 79 73 20 69 63 6f 6e 62 61 72 20 69 63 6f 6e |eys iconbar icon| 000005c0 2e 0a 0a 54 68 65 20 66 75 6e 63 74 69 6f 6e 20 |...The function | 000005d0 6f 66 20 74 68 65 20 6d 65 6e 75 20 6f 70 74 69 |of the menu opti| 000005e0 6f 6e 73 20 69 73 20 61 73 20 66 6f 6c 6c 6f 77 |ons is as follow| 000005f0 73 3a 0a 0a 20 20 49 6e 66 6f 20 70 72 6f 76 69 |s:.. Info provi| 00000600 64 65 73 20 63 75 72 72 65 6e 74 20 69 6e 66 6f |des current info| 00000610 72 6d 61 74 69 6f 6e 20 61 62 6f 75 74 20 74 68 |rmation about th| 00000620 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e 0a 0a |e application...| 00000630 20 20 44 65 66 69 6e 65 20 6f 70 65 6e 73 20 61 | Define opens a| 00000640 20 64 69 61 6c 6f 67 75 65 20 77 69 6e 64 6f 77 | dialogue window| 00000650 20 61 6c 6c 6f 77 69 6e 67 20 74 68 65 20 6f 70 | allowing the op| 00000660 65 72 61 74 69 6f 6e 20 6f 66 20 61 6e 79 20 6f |eration of any o| 00000670 66 20 74 68 65 20 0a 20 20 66 75 6e 63 74 69 6f |f the . functio| 00000680 6e 20 6b 65 79 73 20 46 31 20 74 6f 20 46 31 32 |n keys F1 to F12| 00000690 20 74 6f 20 62 65 20 64 65 66 69 6e 65 64 2e 0a | to be defined..| 000006a0 0a 20 20 53 68 6f 77 20 63 6f 6e 74 72 6f 6c 73 |. Show controls| 000006b0 20 74 68 65 20 64 69 73 70 6c 61 79 20 6f 66 20 | the display of | 000006c0 74 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 |the function key| 000006d0 73 20 6a 75 73 74 20 61 62 6f 76 65 20 74 68 65 |s just above the| 000006e0 20 69 63 6f 6e 62 61 72 2e 0a 20 20 54 68 69 73 | iconbar.. This| 000006f0 20 61 6c 6c 6f 77 73 20 74 68 65 20 66 75 6e 63 | allows the func| 00000700 74 69 6f 6e 20 6b 65 79 20 74 6f 20 62 65 20 6f |tion key to be o| 00000710 70 65 72 61 74 65 64 20 62 79 20 73 65 6c 65 63 |perated by selec| 00000720 74 69 6e 67 20 74 68 65 20 64 69 73 70 6c 61 79 |ting the display| 00000730 65 64 0a 20 20 6b 65 79 20 61 73 20 77 65 6c 6c |ed. key as well| 00000740 20 61 73 20 70 72 65 73 73 69 6e 67 20 74 68 65 | as pressing the| 00000750 20 6b 65 79 62 6f 61 72 64 20 6b 65 79 2e 20 41 | keyboard key. A| 00000760 20 74 69 63 6b 20 69 6e 64 69 63 61 74 65 73 20 | tick indicates | 00000770 74 68 65 20 73 74 61 74 65 20 6f 66 0a 20 20 74 |the state of. t| 00000780 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 73 |he function keys| 00000790 20 64 69 73 70 6c 61 79 2e 0a 0a 20 20 53 61 76 | display... Sav| 000007a0 65 20 61 6c 6c 6f 77 73 20 74 68 65 20 63 75 72 |e allows the cur| 000007b0 72 65 6e 74 20 6b 65 79 20 64 65 66 69 6e 69 74 |rent key definit| 000007c0 69 6f 6e 73 20 74 6f 20 62 65 20 73 61 76 65 64 |ions to be saved| 000007d0 20 74 6f 20 61 20 66 69 6c 65 20 75 73 69 6e 67 | to a file using| 000007e0 20 74 68 65 0a 20 20 73 74 61 6e 64 61 72 64 20 | the. standard | 000007f0 27 53 61 76 65 20 61 73 3a 27 20 63 6f 6e 76 65 |'Save as:' conve| 00000800 6e 74 69 6f 6e 20 75 73 65 64 20 62 79 20 52 49 |ntion used by RI| 00000810 53 43 20 4f 53 20 61 70 70 6c 69 63 61 74 69 6f |SC OS applicatio| 00000820 6e 73 2e 0a 0a 20 20 2a 43 6f 6d 6d 61 6e 64 20 |ns... *Command | 00000830 6f 70 65 6e 73 20 61 20 64 69 61 6c 6f 67 75 65 |opens a dialogue| 00000840 20 77 69 6e 64 6f 77 20 61 6c 6c 6f 77 69 6e 67 | window allowing| 00000850 20 74 68 65 20 65 6e 74 72 79 20 6f 66 20 61 20 | the entry of a | 00000860 2a 20 63 6f 6d 6d 61 6e 64 2e 0a 0a 20 20 51 75 |* command... Qu| 00000870 69 74 20 72 65 6d 6f 76 65 73 20 74 68 65 20 21 |it removes the !| 00000880 4b 65 79 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |Keys application| 00000890 20 66 72 6f 6d 20 74 68 65 20 54 61 73 6b 20 6d | from the Task m| 000008a0 65 6d 6f 72 79 2e 0a 0a 44 65 74 61 69 6c 65 64 |emory...Detailed| 000008b0 20 4f 70 65 72 61 74 69 6f 6e 0a 3d 3d 3d 3d 3d | Operation.=====| 000008c0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 |=============..I| 000008d0 66 20 61 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 |f a function key| 000008e0 20 68 61 73 20 62 65 65 6e 20 64 65 66 69 6e 65 | has been define| 000008f0 64 20 74 68 65 6e 20 69 74 20 77 69 6c 6c 20 61 |d then it will a| 00000900 6c 77 61 79 73 20 62 65 20 6f 70 65 72 61 74 65 |lways be operate| 00000910 64 20 6f 6e 0a 73 65 6c 65 63 74 69 6f 6e 20 6f |d on.selection o| 00000920 66 20 74 68 65 20 64 69 73 70 6c 61 79 65 64 20 |f the displayed | 00000930 6b 65 79 2e 0a 0a 49 66 20 61 20 77 69 6e 64 6f |key...If a windo| 00000940 77 20 68 61 73 20 74 68 65 20 69 6e 70 75 74 20 |w has the input | 00000950 66 6f 63 75 73 20 74 68 65 6e 20 6b 65 79 62 6f |focus then keybo| 00000960 61 72 64 20 66 75 6e 63 74 69 6f 6e 73 20 6b 65 |ard functions ke| 00000970 79 73 20 6d 61 79 20 62 65 20 68 61 6e 64 6c 65 |ys may be handle| 00000980 64 0a 64 69 72 65 63 74 6c 79 20 62 79 20 74 68 |d.directly by th| 00000990 65 20 63 6f 72 72 65 73 70 6f 6e 64 69 6e 67 20 |e corresponding | 000009a0 61 70 70 6c 69 63 61 74 69 6f 6e 2c 20 65 2e 67 |application, e.g| 000009b0 2e 20 45 64 69 74 2e 20 20 46 75 6e 63 74 69 6f |. Edit. Functio| 000009c0 6e 20 6b 65 79 73 20 6e 6f 74 0a 72 65 63 6f 67 |n keys not.recog| 000009d0 6e 69 73 65 64 20 62 79 20 74 68 65 20 61 70 70 |nised by the app| 000009e0 6c 69 63 61 74 69 6f 6e 20 73 68 6f 75 6c 64 20 |lication should | 000009f0 62 65 20 70 61 73 73 65 64 20 6f 6e 20 61 6e 64 |be passed on and| 00000a00 20 73 75 62 73 65 71 75 65 6e 74 6c 79 20 70 72 | subsequently pr| 00000a10 6f 63 65 73 73 65 64 0a 62 79 20 74 68 65 20 66 |ocessed.by the f| 00000a20 75 6e 63 74 69 6f 6e 20 6b 65 79 20 68 61 6e 64 |unction key hand| 00000a30 6c 65 72 2e 0a 0a 49 66 20 61 20 66 75 6e 63 74 |ler...If a funct| 00000a40 69 6f 6e 20 6b 65 79 20 69 73 20 6e 6f 74 20 64 |ion key is not d| 00000a50 65 66 69 6e 65 64 20 74 68 65 20 6b 65 79 20 63 |efined the key c| 00000a60 6f 64 65 20 77 69 6c 6c 20 62 65 20 70 61 73 73 |ode will be pass| 00000a70 65 64 20 6f 6e 20 74 6f 20 74 68 65 20 77 69 6d |ed on to the wim| 00000a80 70 2e 0a 49 6e 20 74 68 69 73 20 63 61 73 65 20 |p..In this case | 00000a90 74 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 |the function key| 00000aa0 20 6d 61 79 20 68 61 76 65 20 61 20 6e 61 6d 65 | may have a name| 00000ab0 2c 20 65 2e 67 2e 20 73 65 6c 65 63 74 69 6e 67 |, e.g. selecting| 00000ac0 20 46 31 32 2c 20 77 68 69 63 68 20 68 61 73 0a | F12, which has.| 00000ad0 74 68 65 20 6e 61 6d 65 20 2a 2c 20 77 69 6c 6c |the name *, will| 00000ae0 20 61 6c 6c 6f 77 20 74 68 65 20 69 6e 70 75 74 | allow the input| 00000af0 20 6f 66 20 2a 63 6f 6d 6d 61 6e 64 73 20 62 65 | of *commands be| 00000b00 6c 6f 77 20 74 68 65 20 69 63 6f 6e 62 61 72 2e |low the iconbar.| 00000b10 0a 0a 4b 65 79 20 44 65 66 69 6e 69 74 69 6f 6e |..Key Definition| 00000b20 20 46 69 6c 65 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d | Files.=========| 00000b30 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 65 |===========..The| 00000b40 20 64 65 66 69 6e 69 74 69 6f 6e 20 6f 66 20 74 | definition of t| 00000b50 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 73 |he function keys| 00000b60 20 6d 61 79 20 62 65 20 73 70 65 63 69 66 69 65 | may be specifie| 00000b70 64 20 62 79 20 63 72 65 61 74 69 6e 67 20 61 20 |d by creating a | 00000b80 4b 65 79 44 65 66 73 0a 66 69 6c 65 2c 20 74 68 |KeyDefs.file, th| 00000b90 69 73 20 68 61 73 20 74 68 65 20 66 6f 6c 6c 6f |is has the follo| 00000ba0 77 69 6e 67 20 66 6f 72 6d 61 74 2e 0a 0a 20 20 |wing format... | 00000bb0 45 61 63 68 20 6b 65 79 20 64 65 66 69 6e 69 74 |Each key definit| 00000bc0 69 6f 6e 20 61 70 70 65 61 72 73 20 6f 6e 20 61 |ion appears on a| 00000bd0 20 73 65 70 61 72 61 74 65 20 6c 69 6e 65 2e 0a | separate line..| 00000be0 0a 20 20 54 68 65 20 64 65 66 69 6e 69 74 69 6f |. The definitio| 00000bf0 6e 20 69 73 20 69 6e 74 72 6f 64 75 63 65 64 20 |n is introduced | 00000c00 62 79 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 27 |by the command '| 00000c10 6b 65 79 27 0a 0a 20 20 54 68 65 20 66 75 6e 63 |key'.. The func| 00000c20 74 69 6f 6e 20 6b 65 79 20 6e 75 6d 62 65 72 20 |tion key number | 00000c30 61 70 70 65 61 72 73 20 69 6e 20 63 6f 6c 75 6d |appears in colum| 00000c40 6e 73 20 35 20 61 6e 64 20 36 2e 0a 0a 20 20 54 |ns 5 and 6... T| 00000c50 68 65 20 6e 61 6d 65 20 61 73 73 69 67 6e 65 64 |he name assigned| 00000c60 20 74 6f 20 74 68 65 20 66 75 6e 63 74 69 6f 6e | to the function| 00000c70 20 6b 65 79 20 61 70 70 65 61 72 73 20 69 6e 20 | key appears in | 00000c80 63 6f 6c 75 6d 6e 73 20 38 20 74 6f 20 31 32 20 |columns 8 to 12 | 00000c90 61 6e 64 20 6d 61 79 0a 20 20 62 65 20 6e 6f 20 |and may. be no | 00000ca0 6d 6f 72 65 20 74 68 61 6e 20 35 20 63 68 61 72 |more than 5 char| 00000cb0 61 63 74 65 72 73 20 6c 6f 6e 67 2e 20 54 68 69 |acters long. Thi| 00000cc0 73 20 6e 61 6d 65 20 61 70 70 65 61 72 73 20 6f |s name appears o| 00000cd0 6e 20 74 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b |n the function k| 00000ce0 65 79 0a 20 20 64 69 73 70 6c 61 79 65 64 20 61 |ey. displayed a| 00000cf0 62 6f 76 65 20 74 68 65 20 69 63 6f 6e 62 61 72 |bove the iconbar| 00000d00 2e 0a 0a 20 20 54 68 65 20 6f 70 65 72 61 74 69 |... The operati| 00000d10 6f 6e 20 61 73 73 69 67 6e 65 64 20 74 6f 20 74 |on assigned to t| 00000d20 68 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 20 |he function key | 00000d30 69 73 20 61 20 73 74 72 69 6e 67 20 6f 6e 20 6e |is a string on n| 00000d40 6f 20 6d 6f 72 65 20 74 68 61 6e 20 37 35 0a 20 |o more than 75. | 00000d50 20 63 68 61 72 61 63 74 65 72 73 20 73 74 61 72 | characters star| 00000d60 74 69 6e 67 20 69 6e 20 63 6f 6c 75 6d 6e 20 31 |ting in column 1| 00000d70 34 2e 20 20 0a 0a 41 6e 20 65 78 61 6d 70 6c 65 |4. ..An example| 00000d80 20 6f 66 20 74 68 69 73 20 66 6f 72 6d 61 74 20 | of this format | 00000d90 63 61 6e 20 62 65 20 73 65 65 6e 20 69 6e 20 53 |can be seen in S| 00000da0 74 64 4b 65 79 44 65 66 73 2e 0a 0a 54 68 65 20 |tdKeyDefs...The | 00000db0 64 65 66 69 6e 69 74 69 6f 6e 20 6f 66 20 74 68 |definition of th| 00000dc0 65 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 73 20 |e function keys | 00000dd0 6d 61 79 20 61 6c 73 6f 20 62 65 20 73 70 65 63 |may also be spec| 00000de0 69 66 69 65 64 20 62 79 20 75 73 69 6e 67 20 74 |ified by using t| 00000df0 68 65 0a 44 65 66 69 6e 65 20 6d 65 6e 75 20 6f |he.Define menu o| 00000e00 70 74 69 6f 6e 20 61 6e 64 20 74 68 65 20 73 61 |ption and the sa| 00000e10 76 65 64 20 74 6f 20 61 20 4b 65 79 44 65 66 73 |ved to a KeyDefs| 00000e20 20 66 69 6c 65 20 62 79 20 75 73 69 6e 67 20 74 | file by using t| 00000e30 68 65 20 53 61 76 65 20 6d 65 6e 75 0a 6f 70 74 |he Save menu.opt| 00000e40 69 6f 6e 2e 20 54 68 69 73 20 61 75 74 6f 6d 61 |ion. This automa| 00000e50 74 69 63 61 6c 6c 79 20 70 72 6f 64 75 63 65 73 |tically produces| 00000e60 20 74 68 65 20 63 6f 72 72 65 63 74 20 66 6f 72 | the correct for| 00000e70 6d 61 74 20 66 6f 72 20 74 68 65 20 4b 65 79 44 |mat for the KeyD| 00000e80 65 66 73 20 66 69 6c 65 2e 0a 0a 46 69 6c 65 20 |efs file...File | 00000e90 54 79 70 65 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |Types.==========| 00000ea0 0a 0a 41 73 20 64 69 73 74 69 62 75 74 65 64 20 |..As distibuted | 00000eb0 74 68 65 20 21 42 6f 6f 74 20 66 69 6c 65 20 64 |the !Boot file d| 00000ec0 65 66 69 6e 65 73 20 74 68 65 20 66 69 6c 65 20 |efines the file | 00000ed0 74 79 70 65 20 66 6f 72 20 4b 65 79 44 65 66 73 |type for KeyDefs| 00000ee0 20 61 73 20 37 30 31 20 61 6e 64 0a 73 65 74 73 | as 701 and.sets| 00000ef0 20 75 70 20 61 20 72 75 6e 20 74 79 70 65 20 61 | up a run type a| 00000f00 6c 69 61 73 20 66 6f 72 20 74 68 69 73 20 66 69 |lias for this fi| 00000f10 6c 65 20 74 79 70 65 2e 0a 0a 54 68 65 20 66 69 |le type...The fi| 00000f20 6c 65 20 74 79 70 65 20 66 6f 72 20 4b 65 79 44 |le type for KeyD| 00000f30 65 66 73 20 6d 61 79 20 62 65 20 73 65 74 20 74 |efs may be set t| 00000f40 6f 20 61 6e 79 20 6c 65 67 61 6c 20 74 79 70 65 |o any legal type| 00000f50 20 74 68 65 20 75 73 65 72 20 72 65 71 75 69 72 | the user requir| 00000f60 65 73 2e 0a 48 6f 77 65 76 65 72 20 61 20 66 69 |es..However a fi| 00000f70 6c 65 20 74 79 70 65 20 66 6f 72 20 4b 65 79 44 |le type for KeyD| 00000f80 65 66 73 20 6d 75 73 74 20 62 65 20 73 65 74 20 |efs must be set | 00000f90 66 6f 72 20 63 6f 72 72 65 63 74 20 6f 70 65 72 |for correct oper| 00000fa0 61 74 69 6f 6e 20 6f 66 20 74 68 65 0a 21 4b 65 |ation of the.!Ke| 00000fb0 79 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e 0a |ys application..| 00000fc0 0a 4c 69 6d 69 74 61 74 69 6f 6e 73 0a 3d 3d 3d |.Limitations.===| 00000fd0 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 4f 6e 6c 79 20 74 |========..Only t| 00000fe0 68 65 20 46 75 6e 63 74 69 6f 6e 20 4b 65 79 73 |he Function Keys| 00000ff0 20 46 31 20 74 6f 20 46 31 32 20 63 61 6e 20 62 | F1 to F12 can b| 00001000 65 20 64 65 66 69 6e 65 64 2e 0a 0a 46 75 6e 63 |e defined...Func| 00001010 74 69 6f 6e 20 4b 65 79 73 20 6d 6f 64 69 66 69 |tion Keys modifi| 00001020 65 64 20 62 79 20 74 68 65 20 43 6f 6e 74 72 6f |ed by the Contro| 00001030 6c 20 6f 72 20 53 68 69 66 74 20 6b 65 79 73 20 |l or Shift keys | 00001040 61 72 65 20 6e 6f 74 20 68 61 6e 64 6c 65 64 2e |are not handled.| 00001050 0a 0a 4f 70 65 72 61 74 69 6f 6e 20 77 69 74 68 |..Operation with| 00001060 20 61 20 6d 75 6c 74 69 73 79 6e 63 20 6d 6f 6e | a multisync mon| 00001070 69 74 6f 72 20 68 61 73 20 6e 6f 74 20 62 65 65 |itor has not bee| 00001080 6e 20 63 68 65 63 6b 65 64 2e 0a 0a 0a 2a 43 6f |n checked....*Co| 00001090 6d 6d 61 6e 64 20 45 6e 74 72 79 0a 3d 3d 3d 3d |mmand Entry.====| 000010a0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 2a 43 6f 6d |==========..*Com| 000010b0 6d 61 6e 64 73 20 6d 61 79 20 62 65 20 65 6e 74 |mands may be ent| 000010c0 65 72 65 64 20 75 73 69 6e 67 20 74 68 65 20 2a |ered using the *| 000010d0 63 6f 6d 6d 61 6e 64 20 64 69 61 6c 6f 67 75 65 |command dialogue| 000010e0 20 62 6f 78 2e 20 49 66 20 6e 6f 20 77 69 6e 64 | box. If no wind| 000010f0 6f 77 20 68 61 73 0a 74 68 65 20 69 6e 70 75 74 |ow has.the input| 00001100 20 66 6f 63 75 73 2c 20 69 2e 65 2e 20 63 6f 6e | focus, i.e. con| 00001110 74 61 69 6e 73 20 74 68 65 20 63 61 72 65 74 2c |tains the caret,| 00001120 20 74 68 65 6e 20 74 68 65 20 2a 63 6f 6d 6d 61 | then the *comma| 00001130 6e 64 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 0a |nd dialogue box.| 00001140 77 69 6c 6c 20 62 65 20 64 69 73 70 6c 61 79 65 |will be displaye| 00001150 64 20 6f 6e 20 65 6e 74 72 79 20 6f 66 20 74 68 |d on entry of th| 00001160 65 20 66 69 72 73 74 20 63 68 61 72 61 63 74 65 |e first characte| 00001170 72 20 6f 66 20 74 68 65 20 72 65 71 75 69 72 65 |r of the require| 00001180 64 20 63 6f 6d 6d 61 6e 64 2e 0a 4f 74 68 65 72 |d command..Other| 00001190 77 69 73 65 20 74 68 65 20 64 69 61 6c 6f 67 75 |wise the dialogu| 000011a0 65 20 62 6f 78 20 63 61 6e 20 62 65 20 6f 70 65 |e box can be ope| 000011b0 6e 65 64 20 75 73 69 6e 67 20 74 68 65 20 2a 63 |ned using the *c| 000011c0 6f 6d 6d 61 6e 64 20 65 6e 74 72 79 20 69 6e 0a |ommand entry in.| 000011d0 74 68 65 20 4b 65 79 73 20 69 63 6f 6e 20 6d 65 |the Keys icon me| 000011e0 6e 75 2e 0a 0a 54 68 65 20 64 69 61 6c 6f 67 75 |nu...The dialogu| 000011f0 65 20 62 6f 78 20 77 69 6c 6c 20 61 63 63 65 70 |e box will accep| 00001200 74 20 61 20 63 6f 6d 6d 61 6e 64 20 73 74 72 69 |t a command stri| 00001210 6e 67 20 6f 66 20 75 70 20 74 6f 20 32 35 35 20 |ng of up to 255 | 00001220 63 68 61 72 61 63 74 65 72 73 2e 0a 0a 54 68 65 |characters...The| 00001230 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 20 70 72 | dialogue box pr| 00001240 6f 76 69 64 65 73 20 66 75 6c 6c 20 65 64 69 74 |ovides full edit| 00001250 69 6e 67 20 66 65 61 74 75 72 65 73 20 66 6f 72 |ing features for| 00001260 20 74 68 65 20 65 6e 74 65 72 65 64 20 73 74 72 | the entered str| 00001270 69 6e 67 2c 20 61 73 0a 66 6f 6c 6c 6f 77 73 3a |ing, as.follows:| 00001280 0a 0a 20 20 44 65 6c 65 74 65 20 20 20 20 20 20 |.. Delete | 00001290 64 65 6c 65 74 65 20 63 68 61 72 61 63 74 65 72 |delete character| 000012a0 20 74 6f 20 74 68 65 20 6c 65 66 74 20 6f 66 20 | to the left of | 000012b0 63 61 72 65 74 2e 0a 20 20 43 6f 70 79 20 20 20 |caret.. Copy | 000012c0 20 20 20 20 20 64 65 6c 65 74 65 20 63 68 61 72 | delete char| 000012d0 61 63 74 65 72 20 74 6f 20 74 68 65 20 6c 65 66 |acter to the lef| 000012e0 74 20 6f 66 20 63 61 72 65 74 2e 0a 20 20 3c 2d |t of caret.. <-| 000012f0 20 20 20 20 20 20 20 20 20 20 6d 6f 76 65 20 63 | move c| 00001300 61 72 65 74 20 6c 65 66 74 20 6f 6e 65 20 63 68 |aret left one ch| 00001310 61 72 61 63 74 65 72 2e 0a 20 20 2d 3e 20 20 20 |aracter.. -> | 00001320 20 20 20 20 20 20 20 6d 6f 76 65 20 63 61 72 65 | move care| 00001330 74 20 72 69 67 68 74 20 6f 6e 65 20 63 68 61 72 |t right one char| 00001340 61 63 74 65 72 2e 0a 20 20 53 68 69 66 74 20 43 |acter.. Shift C| 00001350 6f 70 79 20 20 64 65 6c 65 74 65 20 77 6f 72 64 |opy delete word| 00001360 20 28 66 6f 72 77 61 72 64 73 29 2e 0a 20 20 53 | (forwards).. S| 00001370 68 69 66 74 20 3c 2d 20 20 20 20 6d 6f 76 65 20 |hift <- move | 00001380 6c 65 66 74 20 6f 6e 65 20 77 6f 72 64 2e 0a 20 |left one word.. | 00001390 20 53 68 69 66 74 20 2d 3e 20 20 20 20 6d 6f 76 | Shift -> mov| 000013a0 65 20 72 69 67 68 74 20 6f 6e 65 20 77 6f 72 64 |e right one word| 000013b0 2e 0a 20 20 43 74 72 6c 20 43 6f 70 79 20 20 20 |.. Ctrl Copy | 000013c0 64 65 6c 65 74 65 20 74 6f 20 65 6e 64 20 6f 66 |delete to end of| 000013d0 20 6c 69 6e 65 20 28 66 6f 72 77 61 72 64 73 29 | line (forwards)| 000013e0 2e 0a 20 20 43 74 72 6c 20 3c 2d 20 20 20 20 20 |.. Ctrl <- | 000013f0 6d 6f 76 65 20 74 6f 20 6c 65 66 74 20 65 6e 64 |move to left end| 00001400 20 6f 66 20 6c 69 6e 65 2e 0a 20 20 43 74 72 6c | of line.. Ctrl| 00001410 20 2d 3e 20 20 20 20 20 6d 6f 76 65 20 74 6f 20 | -> move to | 00001420 72 69 67 68 74 20 65 6e 64 20 6f 66 20 6c 69 6e |right end of lin| 00001430 65 2e 0a 0a 54 68 65 20 65 6e 74 65 72 65 64 20 |e...The entered | 00001440 63 6f 6d 6d 61 6e 64 20 63 61 6e 20 62 65 20 61 |command can be a| 00001450 62 6f 72 74 65 64 20 62 79 20 73 65 6c 65 63 74 |borted by select| 00001460 69 6e 67 20 74 68 65 20 43 41 4e 43 45 4c 20 69 |ing the CANCEL i| 00001470 63 6f 6e 2e 0a 0a 54 68 65 20 2a 63 6f 6d 6d 61 |con...The *comma| 00001480 6e 64 20 69 73 20 61 63 74 69 6f 6e 65 64 20 62 |nd is actioned b| 00001490 79 20 73 65 6c 65 63 74 69 6e 67 20 74 68 65 20 |y selecting the | 000014a0 4f 4b 20 69 63 6f 6e 20 6f 72 20 70 72 65 73 73 |OK icon or press| 000014b0 69 6e 67 20 74 68 65 20 3c 43 52 3e 20 6b 65 79 |ing the <CR> key| 000014c0 2e 0a 41 6e 79 20 6f 75 74 70 75 74 20 74 65 78 |..Any output tex| 000014d0 74 20 69 73 20 64 69 73 70 6c 61 79 65 64 20 77 |t is displayed w| 000014e0 69 74 68 69 6e 20 61 20 6d 6f 64 65 20 34 20 77 |ithin a mode 4 w| 000014f0 69 6e 64 6f 77 2e 0a 20 0a 3d 3d 3d 3d 3d 3d 0a |indow.. .======.| 00001500 0a 52 65 6c 65 61 73 65 20 31 2e 30 31 20 46 65 |.Release 1.01 Fe| 00001510 62 72 75 61 72 79 20 31 39 39 30 0a 0a 28 63 29 |bruary 1990..(c)| 00001520 20 43 6f 70 79 72 69 67 68 74 20 50 65 74 65 72 | Copyright Peter| 00001530 20 54 75 73 6f 6e 20 31 39 39 30 0a 0a 3d 3d 3d | Tuson 1990..===| 00001540 3d 3d 3d 0a 0a 49 66 20 79 6f 75 20 66 69 6e 64 |===..If you find| 00001550 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 75 73 | this program us| 00001560 65 66 75 6c 20 6f 72 20 69 6e 74 65 72 65 73 74 |eful or interest| 00001570 69 6e 67 20 61 20 64 6f 6e 61 74 69 6f 6e 20 6f |ing a donation o| 00001580 66 20 a3 32 20 73 74 65 72 6c 69 6e 67 2c 0a 73 |f .2 sterling,.s| 00001590 65 6e 74 20 74 6f 20 74 68 65 20 61 64 64 72 65 |ent to the addre| 000015a0 73 73 20 62 65 6c 6f 77 2c 20 77 6f 75 6c 64 20 |ss below, would | 000015b0 62 65 20 6d 75 63 68 20 61 70 70 72 65 63 69 61 |be much apprecia| 000015c0 74 65 64 2e 20 54 68 69 73 20 77 69 6c 6c 20 67 |ted. This will g| 000015d0 69 76 65 20 6d 65 20 73 6f 6d 65 0a 69 6e 63 65 |ive me some.ince| 000015e0 6e 74 69 76 65 20 74 6f 20 64 69 73 74 72 69 62 |ntive to distrib| 000015f0 75 74 65 20 66 75 74 75 72 65 20 70 72 6f 67 72 |ute future progr| 00001600 61 6d 73 20 74 68 61 74 20 49 20 6d 61 79 20 77 |ams that I may w| 00001610 72 69 74 65 2e 0a 0a 54 68 69 73 20 70 72 6f 67 |rite...This prog| 00001620 72 61 6d 20 77 69 6c 6c 20 62 65 20 75 70 67 72 |ram will be upgr| 00001630 61 64 65 64 20 69 6e 20 74 68 65 20 66 75 74 75 |aded in the futu| 00001640 72 65 2c 20 69 6d 70 72 6f 76 65 6d 65 6e 74 73 |re, improvements| 00001650 20 6d 61 79 20 69 6e 63 6c 75 64 65 3b 0a 63 6f | may include;.co| 00001660 6d 6d 61 6e 64 20 6f 75 74 70 75 74 20 74 6f 20 |mmand output to | 00001670 73 63 72 6f 6c 6c 61 62 6c 65 20 74 72 61 6e 73 |scrollable trans| 00001680 63 72 69 70 74 20 77 69 6e 64 6f 77 2c 20 73 75 |cript window, su| 00001690 70 70 6f 72 74 20 66 6f 72 20 73 68 69 66 74 20 |pport for shift | 000016a0 61 6e 64 20 63 6f 6e 74 72 6f 6c 0a 66 6f 72 20 |and control.for | 000016b0 66 75 6e 63 74 69 6f 6e 20 6b 65 79 73 2c 20 61 |function keys, a| 000016c0 6e 64 20 61 20 68 69 73 74 6f 72 79 20 6d 65 63 |nd a history mec| 000016d0 68 61 6e 69 73 6d 20 66 6f 72 20 2a 63 6f 6d 6d |hanism for *comm| 000016e0 61 6e 64 20 65 6e 74 72 79 2e 20 0a 0a 49 66 20 |and entry. ..If | 000016f0 79 6f 75 20 68 61 76 65 20 61 6e 79 20 63 6f 6d |you have any com| 00001700 6d 65 6e 74 73 2c 20 73 75 67 67 65 73 74 69 6f |ments, suggestio| 00001710 6e 73 2c 20 62 75 67 20 72 65 70 6f 72 74 73 20 |ns, bug reports | 00001720 6f 72 20 63 6f 6d 70 6c 61 69 6e 74 73 2c 20 70 |or complaints, p| 00001730 6c 65 61 73 65 0a 77 72 69 74 65 20 74 6f 20 74 |lease.write to t| 00001740 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 61 64 64 |he following add| 00001750 72 65 73 73 2e 20 54 68 69 73 20 64 6f 65 73 20 |ress. This does | 00001760 6e 6f 74 20 63 6f 6e 73 74 69 74 75 74 65 20 61 |not constitute a| 00001770 20 63 6f 6d 6d 69 74 6d 65 6e 74 0a 74 6f 20 63 | commitment.to c| 00001780 6f 72 72 65 63 74 20 72 65 70 6f 72 74 65 64 20 |orrect reported | 00001790 62 75 67 73 2e 0a 0a 44 72 2e 20 50 2e 52 2e 54 |bugs...Dr. P.R.T| 000017a0 75 73 6f 6e 0a 37 30 2c 20 43 6f 6e 6e 61 75 67 |uson.70, Connaug| 000017b0 68 74 20 52 6f 61 64 0a 46 6c 65 65 74 0a 48 61 |ht Road.Fleet.Ha| 000017c0 6e 74 73 2e 0a 47 55 31 33 20 39 51 59 0a 55 6e |nts..GU13 9QY.Un| 000017d0 69 74 65 64 20 4b 69 6e 67 64 6f 6d 2e 0a |ited Kingdom..| 000017de