Home » Archimedes archive » Archimedes World » AW-1994-01.adf » AWJan94 » !AWJan94/Goodies/Rod/!Help

!AWJan94/Goodies/Rod/!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 » Archimedes World » AW-1994-01.adf » AWJan94
Filename: !AWJan94/Goodies/Rod/!Help
Read OK:
File size: 26ED bytes
Load address: 0000
Exec address: 0000
File contents
                                    !Rodent
                                    -------
       

                                by Richard Samphire

                            for Archimedes World � 1993
                           

Purpose
-------

        Rodent provides an easy to use mouse speed and mouse emulation 
manager.  If you mouse decides to 'give up the ghost' then don't worry.
You can use mouse emulation (see then 'What happens if I can't use my mouse?'
section below).
       
Note... Make sure you transfer this program to a blank formatted disk, then
loading will become easier should your mouse fail.

Loading
-------

        To load '!Rodent' just double click its icon in the filer window
(or on the Waiter window) and a 'Mouse' icon will appear on the icon bar
(memory permitting).

Setting the mouse speed
-----------------------

        To set the mouse speed click left (select) on the mouse (!Rodent)
icon on the icon bar or select Speed from the menu available by clicking menu
(middle mouse button) over the same icon.  The speed window will now appear.
Drag the slider bars around or click on the right and left arrows to set the
speed.

User speeds
-----------

        There are also two user definable speeds available from the speed
window.  Click on either the 'User1' or 'User2' button to obtain the
speed respectively.  To record a user speed just set the required speed
and click on the orange 'Rec' (record) button next to either 'User1' or
'User2'.

Default speed
-------------

        Click on the 'Default' button to set the mouse speed to '2' in
either direction.

Keyboard emulation of the mouse
-------------------------------

        'Rodent' also provides a keyboard emulation of the mouse.  
Pressing either 'Alt's and certain keys will cause the mouse pointer
to move. Also select, menu and adjust can be assined to keys.  To
define the keys that are used for left, right, up, down, select, menu
and adjust click the right button (adjust) on the mouse 'Rodent' icon
on the icon bar.  You can also choose Keyboard from the menu available by
clicking menu (middle mouse button) over the !Rodent icon on the icon bar.
A standard keyboard layout will appear with a mouse attached to the side
of the keyboard window.

Setting the keys
----------------

        Click on either the arrows or the mouse buttons in the window
showing the mouse.  This will allow you to select the direction or
a given mouse button to be set.  Now, if you click on a key in the
keyboard window that key will be used for the action set in the mouse
window.  Note... Keys that are used are depressed (RiscOS3) and are
shaded orange.  The key that is used as the current action is also 
depressed (RiscOS3) but is shaded green.


Saving the settings
-------------------
        
        To save the settings just press 'Menu' (middle mouse button)
over the mouse 'Rodent' icon on the icon bar.  A menu will appear as
follows :

                        +------------+
                        | Info     > |   Info window
                        | Save     > |   Save window
                        | Quit       |   Quit
                        +------------+
        
        If you move the mouse pointer right over the arrow next to save
the save window will appear.  Just drag the mouse data file icon the
required filer or enter a suitable file name.

Loading the settings
--------------------

        To load the setting just drag a file from a filer window and
drop it onto the mouse (Rodent) icon on the icon bar.  The settings in
this file will now be used.  Settings files can also be double clicked
if 'Rodent' is either loaded or has been seen by the filer.

Quitting
--------

        Select QUIT from the menu available by pressing menu (middle
mouse button) over the mouse (Rodent) icon on the icon bar.

What happens if I can't use my mouse?
-------------------------------------

        If you can't use your mouse because it is broken or has been
caught with the faithfull piece of cheese do the following.

        O       Locate !Rodent and go into the !Rodent directory.

                For example,    if !Rodent is in the floppy drive (0)
                                and it is in the root ($) dir then type :-

                                *dir adfs::0.$.!Rodent

        O       Now, type the following :-

                                *rmload MouseCTRL

        O       The default keys can now be used to control the mouse
                pointer.

                You can set you own keys by setting the following system
                variables as shown below :-

                        SetEval Mouseopt$Left <keynumber>
                        SetEval Mouseopt$Middle <keynumber>
                        SetEval Mouseopt$Right <keynumber>
                        SetEval Mouseopt$CLeft <keynumber>
                        SetEval Mouseopt$CRight <keynumber>
                        SetEval Mouseopt$CUp <keynumber>
                        SetEval Mouseopt$CDown <keynumber>

                The values <keynumber> are shown below in the table :-


                        Esc             0
                        f1              1
                        f2              2
                        f3              3
                        f4              4
                        f5              5
                        f6              6
                        f7              7
                        f8              8
                        f9              9
                        f10             10
                        f11             11
                        f12             12
                        Print           13
                        ScrollLock      14
                        Break           15
                        `               16
                        1               17
                        2               18
                        3               19
                        4               20
                        5               21
                        6               22
                        7               23
                        8               24
                        9               25
                        0               26
                        -               27
                        =               28
                        �               29
                        <-              30
                        Insert          31
                        Home            32
                        PageUp          33
                        NumLock         34
                        / (KeyPad)      35
                        * (KeyPad)      36
                        # (KeyPad)      37
                        Tab             38
                        Q               39
                        W               40
                        E               41
                        R               42
                        T               43
                        Y               44
                        U               45
                        I               46
                        O               47
                        P               48
                        [               49
                        ]               50
                        \               51
                        Delete          52
                        Copy            53
                        PageDown        54
                        7 (KeyPad)      55
                        8 (KeyPad)      56
                        9 (KeyPad)      57
                        - (KeyPad)      58
                        CTRL (left)     59
                        A               60
                        S               61
                        D               62
                        F               63
                        G               64
                        H               65
                        J               66
                        K               67
                        L               68
                        :               69
                        "               70
                        Return          71
                        4 (KeyPad)      72
                        5 (KeyPad)      73
                        6 (KeyPad)      74
                        + (KeyPad)      75
                        Shift (left)    76
                                        77
                        Z               78
                        X               79
                        C               80
                        V               81
                        B               82
                        N               83
                        M               84
                        ,               85
                        .               86
                        /               87
                        Shift (right)   88
                        �               89
                        1 (KeyPad)      90
                        2 (KeyPad)      91
                        3 (KeyPad)      92
                        CapsLock        93
                        Alt (left)      94
                        Space           95
                        Alt (right)     96
                        Ctrl (right)    97
                        �               98
                        �               99
                        �               100
                        0 (KeyPad)      101
                        . (KeyPad)      102
                        Enter (KeyPad)  103

Misc
----

        If you hold down TAB when you double click a mouse settings
file and !Rodent is not loaded the settings will be made and then
!Rodent will exit.  This prevents !Rodent from sitting on the icon
bar.

Enjoy.....

      by Richard Samphire 1993 for Archimedes World � 1993.

      Thanks to Neil Anderthal 

      Contact me by email (term times) : rds4@ukc.ac.uk
00000000  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000020  20 20 20 20 20 21 52 6f  64 65 6e 74 0a 20 20 20  |     !Rodent.   |
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000050  20 2d 2d 2d 2d 2d 2d 2d  0a 20 20 20 20 20 20 20  | -------.       |
00000060  0a 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
00000070  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000080  20 20 62 79 20 52 69 63  68 61 72 64 20 53 61 6d  |  by Richard Sam|
00000090  70 68 69 72 65 0a 0a 20  20 20 20 20 20 20 20 20  |phire..         |
000000a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000b0  20 20 20 66 6f 72 20 41  72 63 68 69 6d 65 64 65  |   for Archimede|
000000c0  73 20 57 6f 72 6c 64 20  a9 20 31 39 39 33 0a 20  |s World . 1993. |
000000d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000e0  20 20 20 20 20 20 20 20  20 20 0a 0a 50 75 72 70  |          ..Purp|
000000f0  6f 73 65 0a 2d 2d 2d 2d  2d 2d 2d 0a 0a 20 20 20  |ose.-------..   |
00000100  20 20 20 20 20 52 6f 64  65 6e 74 20 70 72 6f 76  |     Rodent prov|
00000110  69 64 65 73 20 61 6e 20  65 61 73 79 20 74 6f 20  |ides an easy to |
00000120  75 73 65 20 6d 6f 75 73  65 20 73 70 65 65 64 20  |use mouse speed |
00000130  61 6e 64 20 6d 6f 75 73  65 20 65 6d 75 6c 61 74  |and mouse emulat|
00000140  69 6f 6e 20 0a 6d 61 6e  61 67 65 72 2e 20 20 49  |ion .manager.  I|
00000150  66 20 79 6f 75 20 6d 6f  75 73 65 20 64 65 63 69  |f you mouse deci|
00000160  64 65 73 20 74 6f 20 27  67 69 76 65 20 75 70 20  |des to 'give up |
00000170  74 68 65 20 67 68 6f 73  74 27 20 74 68 65 6e 20  |the ghost' then |
00000180  64 6f 6e 27 74 20 77 6f  72 72 79 2e 0a 59 6f 75  |don't worry..You|
00000190  20 63 61 6e 20 75 73 65  20 6d 6f 75 73 65 20 65  | can use mouse e|
000001a0  6d 75 6c 61 74 69 6f 6e  20 28 73 65 65 20 74 68  |mulation (see th|
000001b0  65 6e 20 27 57 68 61 74  20 68 61 70 70 65 6e 73  |en 'What happens|
000001c0  20 69 66 20 49 20 63 61  6e 27 74 20 75 73 65 20  | if I can't use |
000001d0  6d 79 20 6d 6f 75 73 65  3f 27 0a 73 65 63 74 69  |my mouse?'.secti|
000001e0  6f 6e 20 62 65 6c 6f 77  29 2e 0a 20 20 20 20 20  |on below)..     |
000001f0  20 20 0a 4e 6f 74 65 2e  2e 2e 20 4d 61 6b 65 20  |  .Note... Make |
00000200  73 75 72 65 20 79 6f 75  20 74 72 61 6e 73 66 65  |sure you transfe|
00000210  72 20 74 68 69 73 20 70  72 6f 67 72 61 6d 20 74  |r this program t|
00000220  6f 20 61 20 62 6c 61 6e  6b 20 66 6f 72 6d 61 74  |o a blank format|
00000230  74 65 64 20 64 69 73 6b  2c 20 74 68 65 6e 0a 6c  |ted disk, then.l|
00000240  6f 61 64 69 6e 67 20 77  69 6c 6c 20 62 65 63 6f  |oading will beco|
00000250  6d 65 20 65 61 73 69 65  72 20 73 68 6f 75 6c 64  |me easier should|
00000260  20 79 6f 75 72 20 6d 6f  75 73 65 20 66 61 69 6c  | your mouse fail|
00000270  2e 0a 0a 4c 6f 61 64 69  6e 67 0a 2d 2d 2d 2d 2d  |...Loading.-----|
00000280  2d 2d 0a 0a 20 20 20 20  20 20 20 20 54 6f 20 6c  |--..        To l|
00000290  6f 61 64 20 27 21 52 6f  64 65 6e 74 27 20 6a 75  |oad '!Rodent' ju|
000002a0  73 74 20 64 6f 75 62 6c  65 20 63 6c 69 63 6b 20  |st double click |
000002b0  69 74 73 20 69 63 6f 6e  20 69 6e 20 74 68 65 20  |its icon in the |
000002c0  66 69 6c 65 72 20 77 69  6e 64 6f 77 0a 28 6f 72  |filer window.(or|
000002d0  20 6f 6e 20 74 68 65 20  57 61 69 74 65 72 20 77  | on the Waiter w|
000002e0  69 6e 64 6f 77 29 20 61  6e 64 20 61 20 27 4d 6f  |indow) and a 'Mo|
000002f0  75 73 65 27 20 69 63 6f  6e 20 77 69 6c 6c 20 61  |use' icon will a|
00000300  70 70 65 61 72 20 6f 6e  20 74 68 65 20 69 63 6f  |ppear on the ico|
00000310  6e 20 62 61 72 0a 28 6d  65 6d 6f 72 79 20 70 65  |n bar.(memory pe|
00000320  72 6d 69 74 74 69 6e 67  29 2e 0a 0a 53 65 74 74  |rmitting)...Sett|
00000330  69 6e 67 20 74 68 65 20  6d 6f 75 73 65 20 73 70  |ing the mouse sp|
00000340  65 65 64 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |eed.------------|
00000350  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 20 20 20  |-----------..   |
00000360  20 20 20 20 20 54 6f 20  73 65 74 20 74 68 65 20  |     To set the |
00000370  6d 6f 75 73 65 20 73 70  65 65 64 20 63 6c 69 63  |mouse speed clic|
00000380  6b 20 6c 65 66 74 20 28  73 65 6c 65 63 74 29 20  |k left (select) |
00000390  6f 6e 20 74 68 65 20 6d  6f 75 73 65 20 28 21 52  |on the mouse (!R|
000003a0  6f 64 65 6e 74 29 0a 69  63 6f 6e 20 6f 6e 20 74  |odent).icon on t|
000003b0  68 65 20 69 63 6f 6e 20  62 61 72 20 6f 72 20 73  |he icon bar or s|
000003c0  65 6c 65 63 74 20 53 70  65 65 64 20 66 72 6f 6d  |elect Speed from|
000003d0  20 74 68 65 20 6d 65 6e  75 20 61 76 61 69 6c 61  | the menu availa|
000003e0  62 6c 65 20 62 79 20 63  6c 69 63 6b 69 6e 67 20  |ble by clicking |
000003f0  6d 65 6e 75 0a 28 6d 69  64 64 6c 65 20 6d 6f 75  |menu.(middle mou|
00000400  73 65 20 62 75 74 74 6f  6e 29 20 6f 76 65 72 20  |se button) over |
00000410  74 68 65 20 73 61 6d 65  20 69 63 6f 6e 2e 20 20  |the same icon.  |
00000420  54 68 65 20 73 70 65 65  64 20 77 69 6e 64 6f 77  |The speed window|
00000430  20 77 69 6c 6c 20 6e 6f  77 20 61 70 70 65 61 72  | will now appear|
00000440  2e 0a 44 72 61 67 20 74  68 65 20 73 6c 69 64 65  |..Drag the slide|
00000450  72 20 62 61 72 73 20 61  72 6f 75 6e 64 20 6f 72  |r bars around or|
00000460  20 63 6c 69 63 6b 20 6f  6e 20 74 68 65 20 72 69  | click on the ri|
00000470  67 68 74 20 61 6e 64 20  6c 65 66 74 20 61 72 72  |ght and left arr|
00000480  6f 77 73 20 74 6f 20 73  65 74 20 74 68 65 0a 73  |ows to set the.s|
00000490  70 65 65 64 2e 0a 0a 55  73 65 72 20 73 70 65 65  |peed...User spee|
000004a0  64 73 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 0a  |ds.-----------..|
000004b0  20 20 20 20 20 20 20 20  54 68 65 72 65 20 61 72  |        There ar|
000004c0  65 20 61 6c 73 6f 20 74  77 6f 20 75 73 65 72 20  |e also two user |
000004d0  64 65 66 69 6e 61 62 6c  65 20 73 70 65 65 64 73  |definable speeds|
000004e0  20 61 76 61 69 6c 61 62  6c 65 20 66 72 6f 6d 20  | available from |
000004f0  74 68 65 20 73 70 65 65  64 0a 77 69 6e 64 6f 77  |the speed.window|
00000500  2e 20 20 43 6c 69 63 6b  20 6f 6e 20 65 69 74 68  |.  Click on eith|
00000510  65 72 20 74 68 65 20 27  55 73 65 72 31 27 20 6f  |er the 'User1' o|
00000520  72 20 27 55 73 65 72 32  27 20 62 75 74 74 6f 6e  |r 'User2' button|
00000530  20 74 6f 20 6f 62 74 61  69 6e 20 74 68 65 0a 73  | to obtain the.s|
00000540  70 65 65 64 20 72 65 73  70 65 63 74 69 76 65 6c  |peed respectivel|
00000550  79 2e 20 20 54 6f 20 72  65 63 6f 72 64 20 61 20  |y.  To record a |
00000560  75 73 65 72 20 73 70 65  65 64 20 6a 75 73 74 20  |user speed just |
00000570  73 65 74 20 74 68 65 20  72 65 71 75 69 72 65 64  |set the required|
00000580  20 73 70 65 65 64 0a 61  6e 64 20 63 6c 69 63 6b  | speed.and click|
00000590  20 6f 6e 20 74 68 65 20  6f 72 61 6e 67 65 20 27  | on the orange '|
000005a0  52 65 63 27 20 28 72 65  63 6f 72 64 29 20 62 75  |Rec' (record) bu|
000005b0  74 74 6f 6e 20 6e 65 78  74 20 74 6f 20 65 69 74  |tton next to eit|
000005c0  68 65 72 20 27 55 73 65  72 31 27 20 6f 72 0a 27  |her 'User1' or.'|
000005d0  55 73 65 72 32 27 2e 0a  0a 44 65 66 61 75 6c 74  |User2'...Default|
000005e0  20 73 70 65 65 64 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  | speed.---------|
000005f0  2d 2d 2d 2d 0a 0a 20 20  20 20 20 20 20 20 43 6c  |----..        Cl|
00000600  69 63 6b 20 6f 6e 20 74  68 65 20 27 44 65 66 61  |ick on the 'Defa|
00000610  75 6c 74 27 20 62 75 74  74 6f 6e 20 74 6f 20 73  |ult' button to s|
00000620  65 74 20 74 68 65 20 6d  6f 75 73 65 20 73 70 65  |et the mouse spe|
00000630  65 64 20 74 6f 20 27 32  27 20 69 6e 0a 65 69 74  |ed to '2' in.eit|
00000640  68 65 72 20 64 69 72 65  63 74 69 6f 6e 2e 0a 0a  |her direction...|
00000650  4b 65 79 62 6f 61 72 64  20 65 6d 75 6c 61 74 69  |Keyboard emulati|
00000660  6f 6e 20 6f 66 20 74 68  65 20 6d 6f 75 73 65 0a  |on of the mouse.|
00000670  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000680  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000690  0a 20 20 20 20 20 20 20  20 27 52 6f 64 65 6e 74  |.        'Rodent|
000006a0  27 20 61 6c 73 6f 20 70  72 6f 76 69 64 65 73 20  |' also provides |
000006b0  61 20 6b 65 79 62 6f 61  72 64 20 65 6d 75 6c 61  |a keyboard emula|
000006c0  74 69 6f 6e 20 6f 66 20  74 68 65 20 6d 6f 75 73  |tion of the mous|
000006d0  65 2e 20 20 0a 50 72 65  73 73 69 6e 67 20 65 69  |e.  .Pressing ei|
000006e0  74 68 65 72 20 27 41 6c  74 27 73 20 61 6e 64 20  |ther 'Alt's and |
000006f0  63 65 72 74 61 69 6e 20  6b 65 79 73 20 77 69 6c  |certain keys wil|
00000700  6c 20 63 61 75 73 65 20  74 68 65 20 6d 6f 75 73  |l cause the mous|
00000710  65 20 70 6f 69 6e 74 65  72 0a 74 6f 20 6d 6f 76  |e pointer.to mov|
00000720  65 2e 20 41 6c 73 6f 20  73 65 6c 65 63 74 2c 20  |e. Also select, |
00000730  6d 65 6e 75 20 61 6e 64  20 61 64 6a 75 73 74 20  |menu and adjust |
00000740  63 61 6e 20 62 65 20 61  73 73 69 6e 65 64 20 74  |can be assined t|
00000750  6f 20 6b 65 79 73 2e 20  20 54 6f 0a 64 65 66 69  |o keys.  To.defi|
00000760  6e 65 20 74 68 65 20 6b  65 79 73 20 74 68 61 74  |ne the keys that|
00000770  20 61 72 65 20 75 73 65  64 20 66 6f 72 20 6c 65  | are used for le|
00000780  66 74 2c 20 72 69 67 68  74 2c 20 75 70 2c 20 64  |ft, right, up, d|
00000790  6f 77 6e 2c 20 73 65 6c  65 63 74 2c 20 6d 65 6e  |own, select, men|
000007a0  75 0a 61 6e 64 20 61 64  6a 75 73 74 20 63 6c 69  |u.and adjust cli|
000007b0  63 6b 20 74 68 65 20 72  69 67 68 74 20 62 75 74  |ck the right but|
000007c0  74 6f 6e 20 28 61 64 6a  75 73 74 29 20 6f 6e 20  |ton (adjust) on |
000007d0  74 68 65 20 6d 6f 75 73  65 20 27 52 6f 64 65 6e  |the mouse 'Roden|
000007e0  74 27 20 69 63 6f 6e 0a  6f 6e 20 74 68 65 20 69  |t' icon.on the i|
000007f0  63 6f 6e 20 62 61 72 2e  20 20 59 6f 75 20 63 61  |con bar.  You ca|
00000800  6e 20 61 6c 73 6f 20 63  68 6f 6f 73 65 20 4b 65  |n also choose Ke|
00000810  79 62 6f 61 72 64 20 66  72 6f 6d 20 74 68 65 20  |yboard from the |
00000820  6d 65 6e 75 20 61 76 61  69 6c 61 62 6c 65 20 62  |menu available b|
00000830  79 0a 63 6c 69 63 6b 69  6e 67 20 6d 65 6e 75 20  |y.clicking menu |
00000840  28 6d 69 64 64 6c 65 20  6d 6f 75 73 65 20 62 75  |(middle mouse bu|
00000850  74 74 6f 6e 29 20 6f 76  65 72 20 74 68 65 20 21  |tton) over the !|
00000860  52 6f 64 65 6e 74 20 69  63 6f 6e 20 6f 6e 20 74  |Rodent icon on t|
00000870  68 65 20 69 63 6f 6e 20  62 61 72 2e 0a 41 20 73  |he icon bar..A s|
00000880  74 61 6e 64 61 72 64 20  6b 65 79 62 6f 61 72 64  |tandard keyboard|
00000890  20 6c 61 79 6f 75 74 20  77 69 6c 6c 20 61 70 70  | layout will app|
000008a0  65 61 72 20 77 69 74 68  20 61 20 6d 6f 75 73 65  |ear with a mouse|
000008b0  20 61 74 74 61 63 68 65  64 20 74 6f 20 74 68 65  | attached to the|
000008c0  20 73 69 64 65 0a 6f 66  20 74 68 65 20 6b 65 79  | side.of the key|
000008d0  62 6f 61 72 64 20 77 69  6e 64 6f 77 2e 0a 0a 53  |board window...S|
000008e0  65 74 74 69 6e 67 20 74  68 65 20 6b 65 79 73 0a  |etting the keys.|
000008f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000900  0a 0a 20 20 20 20 20 20  20 20 43 6c 69 63 6b 20  |..        Click |
00000910  6f 6e 20 65 69 74 68 65  72 20 74 68 65 20 61 72  |on either the ar|
00000920  72 6f 77 73 20 6f 72 20  74 68 65 20 6d 6f 75 73  |rows or the mous|
00000930  65 20 62 75 74 74 6f 6e  73 20 69 6e 20 74 68 65  |e buttons in the|
00000940  20 77 69 6e 64 6f 77 0a  73 68 6f 77 69 6e 67 20  | window.showing |
00000950  74 68 65 20 6d 6f 75 73  65 2e 20 20 54 68 69 73  |the mouse.  This|
00000960  20 77 69 6c 6c 20 61 6c  6c 6f 77 20 79 6f 75 20  | will allow you |
00000970  74 6f 20 73 65 6c 65 63  74 20 74 68 65 20 64 69  |to select the di|
00000980  72 65 63 74 69 6f 6e 20  6f 72 0a 61 20 67 69 76  |rection or.a giv|
00000990  65 6e 20 6d 6f 75 73 65  20 62 75 74 74 6f 6e 20  |en mouse button |
000009a0  74 6f 20 62 65 20 73 65  74 2e 20 20 4e 6f 77 2c  |to be set.  Now,|
000009b0  20 69 66 20 79 6f 75 20  63 6c 69 63 6b 20 6f 6e  | if you click on|
000009c0  20 61 20 6b 65 79 20 69  6e 20 74 68 65 0a 6b 65  | a key in the.ke|
000009d0  79 62 6f 61 72 64 20 77  69 6e 64 6f 77 20 74 68  |yboard window th|
000009e0  61 74 20 6b 65 79 20 77  69 6c 6c 20 62 65 20 75  |at key will be u|
000009f0  73 65 64 20 66 6f 72 20  74 68 65 20 61 63 74 69  |sed for the acti|
00000a00  6f 6e 20 73 65 74 20 69  6e 20 74 68 65 20 6d 6f  |on set in the mo|
00000a10  75 73 65 0a 77 69 6e 64  6f 77 2e 20 20 4e 6f 74  |use.window.  Not|
00000a20  65 2e 2e 2e 20 4b 65 79  73 20 74 68 61 74 20 61  |e... Keys that a|
00000a30  72 65 20 75 73 65 64 20  61 72 65 20 64 65 70 72  |re used are depr|
00000a40  65 73 73 65 64 20 28 52  69 73 63 4f 53 33 29 20  |essed (RiscOS3) |
00000a50  61 6e 64 20 61 72 65 0a  73 68 61 64 65 64 20 6f  |and are.shaded o|
00000a60  72 61 6e 67 65 2e 20 20  54 68 65 20 6b 65 79 20  |range.  The key |
00000a70  74 68 61 74 20 69 73 20  75 73 65 64 20 61 73 20  |that is used as |
00000a80  74 68 65 20 63 75 72 72  65 6e 74 20 61 63 74 69  |the current acti|
00000a90  6f 6e 20 69 73 20 61 6c  73 6f 20 0a 64 65 70 72  |on is also .depr|
00000aa0  65 73 73 65 64 20 28 52  69 73 63 4f 53 33 29 20  |essed (RiscOS3) |
00000ab0  62 75 74 20 69 73 20 73  68 61 64 65 64 20 67 72  |but is shaded gr|
00000ac0  65 65 6e 2e 0a 0a 0a 53  61 76 69 6e 67 20 74 68  |een....Saving th|
00000ad0  65 20 73 65 74 74 69 6e  67 73 0a 2d 2d 2d 2d 2d  |e settings.-----|
00000ae0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 20  |--------------. |
00000af0  20 20 20 20 20 20 20 0a  20 20 20 20 20 20 20 20  |       .        |
00000b00  54 6f 20 73 61 76 65 20  74 68 65 20 73 65 74 74  |To save the sett|
00000b10  69 6e 67 73 20 6a 75 73  74 20 70 72 65 73 73 20  |ings just press |
00000b20  27 4d 65 6e 75 27 20 28  6d 69 64 64 6c 65 20 6d  |'Menu' (middle m|
00000b30  6f 75 73 65 20 62 75 74  74 6f 6e 29 0a 6f 76 65  |ouse button).ove|
00000b40  72 20 74 68 65 20 6d 6f  75 73 65 20 27 52 6f 64  |r the mouse 'Rod|
00000b50  65 6e 74 27 20 69 63 6f  6e 20 6f 6e 20 74 68 65  |ent' icon on the|
00000b60  20 69 63 6f 6e 20 62 61  72 2e 20 20 41 20 6d 65  | icon bar.  A me|
00000b70  6e 75 20 77 69 6c 6c 20  61 70 70 65 61 72 20 61  |nu will appear a|
00000b80  73 0a 66 6f 6c 6c 6f 77  73 20 3a 0a 0a 20 20 20  |s.follows :..   |
00000b90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ba0  20 20 20 20 20 2b 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |     +----------|
00000bb0  2d 2d 2b 0a 20 20 20 20  20 20 20 20 20 20 20 20  |--+.            |
00000bc0  20 20 20 20 20 20 20 20  20 20 20 20 7c 20 49 6e  |            | In|
00000bd0  66 6f 20 20 20 20 20 3e  20 7c 20 20 20 49 6e 66  |fo     > |   Inf|
00000be0  6f 20 77 69 6e 64 6f 77  0a 20 20 20 20 20 20 20  |o window.       |
00000bf0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c00  20 7c 20 53 61 76 65 20  20 20 20 20 3e 20 7c 20  | | Save     > | |
00000c10  20 20 53 61 76 65 20 77  69 6e 64 6f 77 0a 20 20  |  Save window.  |
00000c20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c30  20 20 20 20 20 20 7c 20  51 75 69 74 20 20 20 20  |      | Quit    |
00000c40  20 20 20 7c 20 20 20 51  75 69 74 0a 20 20 20 20  |   |   Quit.    |
00000c50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c60  20 20 20 20 2b 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |    +-----------|
00000c70  2d 2b 0a 20 20 20 20 20  20 20 20 0a 20 20 20 20  |-+.        .    |
00000c80  20 20 20 20 49 66 20 79  6f 75 20 6d 6f 76 65 20  |    If you move |
00000c90  74 68 65 20 6d 6f 75 73  65 20 70 6f 69 6e 74 65  |the mouse pointe|
00000ca0  72 20 72 69 67 68 74 20  6f 76 65 72 20 74 68 65  |r right over the|
00000cb0  20 61 72 72 6f 77 20 6e  65 78 74 20 74 6f 20 73  | arrow next to s|
00000cc0  61 76 65 0a 74 68 65 20  73 61 76 65 20 77 69 6e  |ave.the save win|
00000cd0  64 6f 77 20 77 69 6c 6c  20 61 70 70 65 61 72 2e  |dow will appear.|
00000ce0  20 20 4a 75 73 74 20 64  72 61 67 20 74 68 65 20  |  Just drag the |
00000cf0  6d 6f 75 73 65 20 64 61  74 61 20 66 69 6c 65 20  |mouse data file |
00000d00  69 63 6f 6e 20 74 68 65  0a 72 65 71 75 69 72 65  |icon the.require|
00000d10  64 20 66 69 6c 65 72 20  6f 72 20 65 6e 74 65 72  |d filer or enter|
00000d20  20 61 20 73 75 69 74 61  62 6c 65 20 66 69 6c 65  | a suitable file|
00000d30  20 6e 61 6d 65 2e 0a 0a  4c 6f 61 64 69 6e 67 20  | name...Loading |
00000d40  74 68 65 20 73 65 74 74  69 6e 67 73 0a 2d 2d 2d  |the settings.---|
00000d50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000d60  2d 0a 0a 20 20 20 20 20  20 20 20 54 6f 20 6c 6f  |-..        To lo|
00000d70  61 64 20 74 68 65 20 73  65 74 74 69 6e 67 20 6a  |ad the setting j|
00000d80  75 73 74 20 64 72 61 67  20 61 20 66 69 6c 65 20  |ust drag a file |
00000d90  66 72 6f 6d 20 61 20 66  69 6c 65 72 20 77 69 6e  |from a filer win|
00000da0  64 6f 77 20 61 6e 64 0a  64 72 6f 70 20 69 74 20  |dow and.drop it |
00000db0  6f 6e 74 6f 20 74 68 65  20 6d 6f 75 73 65 20 28  |onto the mouse (|
00000dc0  52 6f 64 65 6e 74 29 20  69 63 6f 6e 20 6f 6e 20  |Rodent) icon on |
00000dd0  74 68 65 20 69 63 6f 6e  20 62 61 72 2e 20 20 54  |the icon bar.  T|
00000de0  68 65 20 73 65 74 74 69  6e 67 73 20 69 6e 0a 74  |he settings in.t|
00000df0  68 69 73 20 66 69 6c 65  20 77 69 6c 6c 20 6e 6f  |his file will no|
00000e00  77 20 62 65 20 75 73 65  64 2e 20 20 53 65 74 74  |w be used.  Sett|
00000e10  69 6e 67 73 20 66 69 6c  65 73 20 63 61 6e 20 61  |ings files can a|
00000e20  6c 73 6f 20 62 65 20 64  6f 75 62 6c 65 20 63 6c  |lso be double cl|
00000e30  69 63 6b 65 64 0a 69 66  20 27 52 6f 64 65 6e 74  |icked.if 'Rodent|
00000e40  27 20 69 73 20 65 69 74  68 65 72 20 6c 6f 61 64  |' is either load|
00000e50  65 64 20 6f 72 20 68 61  73 20 62 65 65 6e 20 73  |ed or has been s|
00000e60  65 65 6e 20 62 79 20 74  68 65 20 66 69 6c 65 72  |een by the filer|
00000e70  2e 0a 0a 51 75 69 74 74  69 6e 67 0a 2d 2d 2d 2d  |...Quitting.----|
00000e80  2d 2d 2d 2d 0a 0a 20 20  20 20 20 20 20 20 53 65  |----..        Se|
00000e90  6c 65 63 74 20 51 55 49  54 20 66 72 6f 6d 20 74  |lect QUIT from t|
00000ea0  68 65 20 6d 65 6e 75 20  61 76 61 69 6c 61 62 6c  |he menu availabl|
00000eb0  65 20 62 79 20 70 72 65  73 73 69 6e 67 20 6d 65  |e by pressing me|
00000ec0  6e 75 20 28 6d 69 64 64  6c 65 0a 6d 6f 75 73 65  |nu (middle.mouse|
00000ed0  20 62 75 74 74 6f 6e 29  20 6f 76 65 72 20 74 68  | button) over th|
00000ee0  65 20 6d 6f 75 73 65 20  28 52 6f 64 65 6e 74 29  |e mouse (Rodent)|
00000ef0  20 69 63 6f 6e 20 6f 6e  20 74 68 65 20 69 63 6f  | icon on the ico|
00000f00  6e 20 62 61 72 2e 0a 0a  57 68 61 74 20 68 61 70  |n bar...What hap|
00000f10  70 65 6e 73 20 69 66 20  49 20 63 61 6e 27 74 20  |pens if I can't |
00000f20  75 73 65 20 6d 79 20 6d  6f 75 73 65 3f 0a 2d 2d  |use my mouse?.--|
00000f30  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000f50  2d 2d 2d 0a 0a 20 20 20  20 20 20 20 20 49 66 20  |---..        If |
00000f60  79 6f 75 20 63 61 6e 27  74 20 75 73 65 20 79 6f  |you can't use yo|
00000f70  75 72 20 6d 6f 75 73 65  20 62 65 63 61 75 73 65  |ur mouse because|
00000f80  20 69 74 20 69 73 20 62  72 6f 6b 65 6e 20 6f 72  | it is broken or|
00000f90  20 68 61 73 20 62 65 65  6e 0a 63 61 75 67 68 74  | has been.caught|
00000fa0  20 77 69 74 68 20 74 68  65 20 66 61 69 74 68 66  | with the faithf|
00000fb0  75 6c 6c 20 70 69 65 63  65 20 6f 66 20 63 68 65  |ull piece of che|
00000fc0  65 73 65 20 64 6f 20 74  68 65 20 66 6f 6c 6c 6f  |ese do the follo|
00000fd0  77 69 6e 67 2e 0a 0a 20  20 20 20 20 20 20 20 4f  |wing...        O|
00000fe0  20 20 20 20 20 20 20 4c  6f 63 61 74 65 20 21 52  |       Locate !R|
00000ff0  6f 64 65 6e 74 20 61 6e  64 20 67 6f 20 69 6e 74  |odent and go int|
00001000  6f 20 74 68 65 20 21 52  6f 64 65 6e 74 20 64 69  |o the !Rodent di|
00001010  72 65 63 74 6f 72 79 2e  0a 0a 20 20 20 20 20 20  |rectory...      |
00001020  20 20 20 20 20 20 20 20  20 20 46 6f 72 20 65 78  |          For ex|
00001030  61 6d 70 6c 65 2c 20 20  20 20 69 66 20 21 52 6f  |ample,    if !Ro|
00001040  64 65 6e 74 20 69 73 20  69 6e 20 74 68 65 20 66  |dent is in the f|
00001050  6c 6f 70 70 79 20 64 72  69 76 65 20 28 30 29 0a  |loppy drive (0).|
00001060  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001080  61 6e 64 20 69 74 20 69  73 20 69 6e 20 74 68 65  |and it is in the|
00001090  20 72 6f 6f 74 20 28 24  29 20 64 69 72 20 74 68  | root ($) dir th|
000010a0  65 6e 20 74 79 70 65 20  3a 2d 0a 0a 20 20 20 20  |en type :-..    |
000010b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000010c0  20 20 20 20 20 20 20 20  20 20 20 20 2a 64 69 72  |            *dir|
000010d0  20 61 64 66 73 3a 3a 30  2e 24 2e 21 52 6f 64 65  | adfs::0.$.!Rode|
000010e0  6e 74 0a 0a 20 20 20 20  20 20 20 20 4f 20 20 20  |nt..        O   |
000010f0  20 20 20 20 4e 6f 77 2c  20 74 79 70 65 20 74 68  |    Now, type th|
00001100  65 20 66 6f 6c 6c 6f 77  69 6e 67 20 3a 2d 0a 0a  |e following :-..|
00001110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001130  2a 72 6d 6c 6f 61 64 20  4d 6f 75 73 65 43 54 52  |*rmload MouseCTR|
00001140  4c 0a 0a 20 20 20 20 20  20 20 20 4f 20 20 20 20  |L..        O    |
00001150  20 20 20 54 68 65 20 64  65 66 61 75 6c 74 20 6b  |   The default k|
00001160  65 79 73 20 63 61 6e 20  6e 6f 77 20 62 65 20 75  |eys can now be u|
00001170  73 65 64 20 74 6f 20 63  6f 6e 74 72 6f 6c 20 74  |sed to control t|
00001180  68 65 20 6d 6f 75 73 65  0a 20 20 20 20 20 20 20  |he mouse.       |
00001190  20 20 20 20 20 20 20 20  20 70 6f 69 6e 74 65 72  |         pointer|
000011a0  2e 0a 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |...             |
000011b0  20 20 20 59 6f 75 20 63  61 6e 20 73 65 74 20 79  |   You can set y|
000011c0  6f 75 20 6f 77 6e 20 6b  65 79 73 20 62 79 20 73  |ou own keys by s|
000011d0  65 74 74 69 6e 67 20 74  68 65 20 66 6f 6c 6c 6f  |etting the follo|
000011e0  77 69 6e 67 20 73 79 73  74 65 6d 0a 20 20 20 20  |wing system.    |
000011f0  20 20 20 20 20 20 20 20  20 20 20 20 76 61 72 69  |            vari|
00001200  61 62 6c 65 73 20 61 73  20 73 68 6f 77 6e 20 62  |ables as shown b|
00001210  65 6c 6f 77 20 3a 2d 0a  0a 20 20 20 20 20 20 20  |elow :-..       |
00001220  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001230  20 53 65 74 45 76 61 6c  20 4d 6f 75 73 65 6f 70  | SetEval Mouseop|
00001240  74 24 4c 65 66 74 20 3c  6b 65 79 6e 75 6d 62 65  |t$Left <keynumbe|
00001250  72 3e 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |r>.             |
00001260  20 20 20 20 20 20 20 20  20 20 20 53 65 74 45 76  |           SetEv|
00001270  61 6c 20 4d 6f 75 73 65  6f 70 74 24 4d 69 64 64  |al Mouseopt$Midd|
00001280  6c 65 20 3c 6b 65 79 6e  75 6d 62 65 72 3e 0a 20  |le <keynumber>. |
00001290  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000012a0  20 20 20 20 20 20 20 53  65 74 45 76 61 6c 20 4d  |       SetEval M|
000012b0  6f 75 73 65 6f 70 74 24  52 69 67 68 74 20 3c 6b  |ouseopt$Right <k|
000012c0  65 79 6e 75 6d 62 65 72  3e 0a 20 20 20 20 20 20  |eynumber>.      |
000012d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000012e0  20 20 53 65 74 45 76 61  6c 20 4d 6f 75 73 65 6f  |  SetEval Mouseo|
000012f0  70 74 24 43 4c 65 66 74  20 3c 6b 65 79 6e 75 6d  |pt$CLeft <keynum|
00001300  62 65 72 3e 0a 20 20 20  20 20 20 20 20 20 20 20  |ber>.           |
00001310  20 20 20 20 20 20 20 20  20 20 20 20 20 53 65 74  |             Set|
00001320  45 76 61 6c 20 4d 6f 75  73 65 6f 70 74 24 43 52  |Eval Mouseopt$CR|
00001330  69 67 68 74 20 3c 6b 65  79 6e 75 6d 62 65 72 3e  |ight <keynumber>|
00001340  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001350  20 20 20 20 20 20 20 20  20 53 65 74 45 76 61 6c  |         SetEval|
00001360  20 4d 6f 75 73 65 6f 70  74 24 43 55 70 20 3c 6b  | Mouseopt$CUp <k|
00001370  65 79 6e 75 6d 62 65 72  3e 0a 20 20 20 20 20 20  |eynumber>.      |
00001380  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001390  20 20 53 65 74 45 76 61  6c 20 4d 6f 75 73 65 6f  |  SetEval Mouseo|
000013a0  70 74 24 43 44 6f 77 6e  20 3c 6b 65 79 6e 75 6d  |pt$CDown <keynum|
000013b0  62 65 72 3e 0a 0a 20 20  20 20 20 20 20 20 20 20  |ber>..          |
000013c0  20 20 20 20 20 20 54 68  65 20 76 61 6c 75 65 73  |      The values|
000013d0  20 3c 6b 65 79 6e 75 6d  62 65 72 3e 20 61 72 65  | <keynumber> are|
000013e0  20 73 68 6f 77 6e 20 62  65 6c 6f 77 20 69 6e 20  | shown below in |
000013f0  74 68 65 20 74 61 62 6c  65 20 3a 2d 0a 0a 0a 20  |the table :-... |
00001400  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001410  20 20 20 20 20 20 20 45  73 63 20 20 20 20 20 20  |       Esc      |
00001420  20 20 20 20 20 20 20 30  0a 20 20 20 20 20 20 20  |       0.       |
00001430  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001440  20 66 31 20 20 20 20 20  20 20 20 20 20 20 20 20  | f1             |
00001450  20 31 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  | 1.             |
00001460  20 20 20 20 20 20 20 20  20 20 20 66 32 20 20 20  |           f2   |
00001470  20 20 20 20 20 20 20 20  20 20 20 32 0a 20 20 20  |           2.   |
00001480  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001490  20 20 20 20 20 66 33 20  20 20 20 20 20 20 20 20  |     f3         |
000014a0  20 20 20 20 20 33 0a 20  20 20 20 20 20 20 20 20  |     3.         |
000014b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 66  |               f|
000014c0  34 20 20 20 20 20 20 20  20 20 20 20 20 20 20 34  |4              4|
000014d0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000014e0  20 20 20 20 20 20 20 20  20 66 35 20 20 20 20 20  |         f5     |
000014f0  20 20 20 20 20 20 20 20  20 35 0a 20 20 20 20 20  |         5.     |
00001500  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001510  20 20 20 66 36 20 20 20  20 20 20 20 20 20 20 20  |   f6           |
00001520  20 20 20 36 0a 20 20 20  20 20 20 20 20 20 20 20  |   6.           |
00001530  20 20 20 20 20 20 20 20  20 20 20 20 20 66 37 20  |             f7 |
00001540  20 20 20 20 20 20 20 20  20 20 20 20 20 37 0a 20  |             7. |
00001550  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001560  20 20 20 20 20 20 20 66  38 20 20 20 20 20 20 20  |       f8       |
00001570  20 20 20 20 20 20 20 38  0a 20 20 20 20 20 20 20  |       8.       |
00001580  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001590  20 66 39 20 20 20 20 20  20 20 20 20 20 20 20 20  | f9             |
000015a0  20 39 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  | 9.             |
000015b0  20 20 20 20 20 20 20 20  20 20 20 66 31 30 20 20  |           f10  |
000015c0  20 20 20 20 20 20 20 20  20 20 20 31 30 0a 20 20  |           10.  |
000015d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000015e0  20 20 20 20 20 20 66 31  31 20 20 20 20 20 20 20  |      f11       |
000015f0  20 20 20 20 20 20 31 31  0a 20 20 20 20 20 20 20  |      11.       |
00001600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001610  20 66 31 32 20 20 20 20  20 20 20 20 20 20 20 20  | f12            |
00001620  20 31 32 0a 20 20 20 20  20 20 20 20 20 20 20 20  | 12.            |
00001630  20 20 20 20 20 20 20 20  20 20 20 20 50 72 69 6e  |            Prin|
00001640  74 20 20 20 20 20 20 20  20 20 20 20 31 33 0a 20  |t           13. |
00001650  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001660  20 20 20 20 20 20 20 53  63 72 6f 6c 6c 4c 6f 63  |       ScrollLoc|
00001670  6b 20 20 20 20 20 20 31  34 0a 20 20 20 20 20 20  |k      14.      |
00001680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001690  20 20 42 72 65 61 6b 20  20 20 20 20 20 20 20 20  |  Break         |
000016a0  20 20 31 35 0a 20 20 20  20 20 20 20 20 20 20 20  |  15.           |
000016b0  20 20 20 20 20 20 20 20  20 20 20 20 20 60 20 20  |             `  |
000016c0  20 20 20 20 20 20 20 20  20 20 20 20 20 31 36 0a  |             16.|
000016d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000016e0  20 20 20 20 20 20 20 20  31 20 20 20 20 20 20 20  |        1       |
000016f0  20 20 20 20 20 20 20 20  31 37 0a 20 20 20 20 20  |        17.     |
00001700  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001710  20 20 20 32 20 20 20 20  20 20 20 20 20 20 20 20  |   2            |
00001720  20 20 20 31 38 0a 20 20  20 20 20 20 20 20 20 20  |   18.          |
00001730  20 20 20 20 20 20 20 20  20 20 20 20 20 20 33 20  |              3 |
00001740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 31 39  |              19|
00001750  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001760  20 20 20 20 20 20 20 20  20 34 20 20 20 20 20 20  |         4      |
00001770  20 20 20 20 20 20 20 20  20 32 30 0a 20 20 20 20  |         20.    |
00001780  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001790  20 20 20 20 35 20 20 20  20 20 20 20 20 20 20 20  |    5           |
000017a0  20 20 20 20 32 31 0a 20  20 20 20 20 20 20 20 20  |    21.         |
000017b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 36  |               6|
000017c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 32  |               2|
000017d0  32 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |2.              |
000017e0  20 20 20 20 20 20 20 20  20 20 37 20 20 20 20 20  |          7     |
000017f0  20 20 20 20 20 20 20 20  20 20 32 33 0a 20 20 20  |          23.   |
00001800  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001810  20 20 20 20 20 38 20 20  20 20 20 20 20 20 20 20  |     8          |
00001820  20 20 20 20 20 32 34 0a  20 20 20 20 20 20 20 20  |     24.        |
00001830  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001840  39 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |9               |
00001850  32 35 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |25.             |
00001860  20 20 20 20 20 20 20 20  20 20 20 30 20 20 20 20  |           0    |
00001870  20 20 20 20 20 20 20 20  20 20 20 32 36 0a 20 20  |           26.  |
00001880  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001890  20 20 20 20 20 20 2d 20  20 20 20 20 20 20 20 20  |      -         |
000018a0  20 20 20 20 20 20 32 37  0a 20 20 20 20 20 20 20  |      27.       |
000018b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000018c0  20 3d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | =              |
000018d0  20 32 38 0a 20 20 20 20  20 20 20 20 20 20 20 20  | 28.            |
000018e0  20 20 20 20 20 20 20 20  20 20 20 20 a3 20 20 20  |            .   |
000018f0  20 20 20 20 20 20 20 20  20 20 20 20 32 39 0a 20  |            29. |
00001900  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001910  20 20 20 20 20 20 20 3c  2d 20 20 20 20 20 20 20  |       <-       |
00001920  20 20 20 20 20 20 20 33  30 0a 20 20 20 20 20 20  |       30.      |
00001930  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001940  20 20 49 6e 73 65 72 74  20 20 20 20 20 20 20 20  |  Insert        |
00001950  20 20 33 31 0a 20 20 20  20 20 20 20 20 20 20 20  |  31.           |
00001960  20 20 20 20 20 20 20 20  20 20 20 20 20 48 6f 6d  |             Hom|
00001970  65 20 20 20 20 20 20 20  20 20 20 20 20 33 32 0a  |e            32.|
00001980  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001990  20 20 20 20 20 20 20 20  50 61 67 65 55 70 20 20  |        PageUp  |
000019a0  20 20 20 20 20 20 20 20  33 33 0a 20 20 20 20 20  |        33.     |
000019b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000019c0  20 20 20 4e 75 6d 4c 6f  63 6b 20 20 20 20 20 20  |   NumLock      |
000019d0  20 20 20 33 34 0a 20 20  20 20 20 20 20 20 20 20  |   34.          |
000019e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 2f 20  |              / |
000019f0  28 4b 65 79 50 61 64 29  20 20 20 20 20 20 33 35  |(KeyPad)      35|
00001a00  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001a10  20 20 20 20 20 20 20 20  20 2a 20 28 4b 65 79 50  |         * (KeyP|
00001a20  61 64 29 20 20 20 20 20  20 33 36 0a 20 20 20 20  |ad)      36.    |
00001a30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001a40  20 20 20 20 23 20 28 4b  65 79 50 61 64 29 20 20  |    # (KeyPad)  |
00001a50  20 20 20 20 33 37 0a 20  20 20 20 20 20 20 20 20  |    37.         |
00001a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 54  |               T|
00001a70  61 62 20 20 20 20 20 20  20 20 20 20 20 20 20 33  |ab             3|
00001a80  38 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |8.              |
00001a90  20 20 20 20 20 20 20 20  20 20 51 20 20 20 20 20  |          Q     |
00001aa0  20 20 20 20 20 20 20 20  20 20 33 39 0a 20 20 20  |          39.   |
00001ab0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001ac0  20 20 20 20 20 57 20 20  20 20 20 20 20 20 20 20  |     W          |
00001ad0  20 20 20 20 20 34 30 0a  20 20 20 20 20 20 20 20  |     40.        |
00001ae0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001af0  45 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |E               |
00001b00  34 31 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |41.             |
00001b10  20 20 20 20 20 20 20 20  20 20 20 52 20 20 20 20  |           R    |
00001b20  20 20 20 20 20 20 20 20  20 20 20 34 32 0a 20 20  |           42.  |
00001b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001b40  20 20 20 20 20 20 54 20  20 20 20 20 20 20 20 20  |      T         |
00001b50  20 20 20 20 20 20 34 33  0a 20 20 20 20 20 20 20  |      43.       |
00001b60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001b70  20 59 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | Y              |
00001b80  20 34 34 0a 20 20 20 20  20 20 20 20 20 20 20 20  | 44.            |
00001b90  20 20 20 20 20 20 20 20  20 20 20 20 55 20 20 20  |            U   |
00001ba0  20 20 20 20 20 20 20 20  20 20 20 20 34 35 0a 20  |            45. |
00001bb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001bc0  20 20 20 20 20 20 20 49  20 20 20 20 20 20 20 20  |       I        |
00001bd0  20 20 20 20 20 20 20 34  36 0a 20 20 20 20 20 20  |       46.      |
00001be0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001bf0  20 20 4f 20 20 20 20 20  20 20 20 20 20 20 20 20  |  O             |
00001c00  20 20 34 37 0a 20 20 20  20 20 20 20 20 20 20 20  |  47.           |
00001c10  20 20 20 20 20 20 20 20  20 20 20 20 20 50 20 20  |             P  |
00001c20  20 20 20 20 20 20 20 20  20 20 20 20 20 34 38 0a  |             48.|
00001c30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001c40  20 20 20 20 20 20 20 20  5b 20 20 20 20 20 20 20  |        [       |
00001c50  20 20 20 20 20 20 20 20  34 39 0a 20 20 20 20 20  |        49.     |
00001c60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001c70  20 20 20 5d 20 20 20 20  20 20 20 20 20 20 20 20  |   ]            |
00001c80  20 20 20 35 30 0a 20 20  20 20 20 20 20 20 20 20  |   50.          |
00001c90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 5c 20  |              \ |
00001ca0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 35 31  |              51|
00001cb0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001cc0  20 20 20 20 20 20 20 20  20 44 65 6c 65 74 65 20  |         Delete |
00001cd0  20 20 20 20 20 20 20 20  20 35 32 0a 20 20 20 20  |         52.    |
00001ce0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001cf0  20 20 20 20 43 6f 70 79  20 20 20 20 20 20 20 20  |    Copy        |
00001d00  20 20 20 20 35 33 0a 20  20 20 20 20 20 20 20 20  |    53.         |
00001d10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 50  |               P|
00001d20  61 67 65 44 6f 77 6e 20  20 20 20 20 20 20 20 35  |ageDown        5|
00001d30  34 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |4.              |
00001d40  20 20 20 20 20 20 20 20  20 20 37 20 28 4b 65 79  |          7 (Key|
00001d50  50 61 64 29 20 20 20 20  20 20 35 35 0a 20 20 20  |Pad)      55.   |
00001d60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001d70  20 20 20 20 20 38 20 28  4b 65 79 50 61 64 29 20  |     8 (KeyPad) |
00001d80  20 20 20 20 20 35 36 0a  20 20 20 20 20 20 20 20  |     56.        |
00001d90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001da0  39 20 28 4b 65 79 50 61  64 29 20 20 20 20 20 20  |9 (KeyPad)      |
00001db0  35 37 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |57.             |
00001dc0  20 20 20 20 20 20 20 20  20 20 20 2d 20 28 4b 65  |           - (Ke|
00001dd0  79 50 61 64 29 20 20 20  20 20 20 35 38 0a 20 20  |yPad)      58.  |
00001de0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001df0  20 20 20 20 20 20 43 54  52 4c 20 28 6c 65 66 74  |      CTRL (left|
00001e00  29 20 20 20 20 20 35 39  0a 20 20 20 20 20 20 20  |)     59.       |
00001e10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001e20  20 41 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | A              |
00001e30  20 36 30 0a 20 20 20 20  20 20 20 20 20 20 20 20  | 60.            |
00001e40  20 20 20 20 20 20 20 20  20 20 20 20 53 20 20 20  |            S   |
00001e50  20 20 20 20 20 20 20 20  20 20 20 20 36 31 0a 20  |            61. |
00001e60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001e70  20 20 20 20 20 20 20 44  20 20 20 20 20 20 20 20  |       D        |
00001e80  20 20 20 20 20 20 20 36  32 0a 20 20 20 20 20 20  |       62.      |
00001e90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001ea0  20 20 46 20 20 20 20 20  20 20 20 20 20 20 20 20  |  F             |
00001eb0  20 20 36 33 0a 20 20 20  20 20 20 20 20 20 20 20  |  63.           |
00001ec0  20 20 20 20 20 20 20 20  20 20 20 20 20 47 20 20  |             G  |
00001ed0  20 20 20 20 20 20 20 20  20 20 20 20 20 36 34 0a  |             64.|
00001ee0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001ef0  20 20 20 20 20 20 20 20  48 20 20 20 20 20 20 20  |        H       |
00001f00  20 20 20 20 20 20 20 20  36 35 0a 20 20 20 20 20  |        65.     |
00001f10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001f20  20 20 20 4a 20 20 20 20  20 20 20 20 20 20 20 20  |   J            |
00001f30  20 20 20 36 36 0a 20 20  20 20 20 20 20 20 20 20  |   66.          |
00001f40  20 20 20 20 20 20 20 20  20 20 20 20 20 20 4b 20  |              K |
00001f50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 36 37  |              67|
00001f60  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00001f70  20 20 20 20 20 20 20 20  20 4c 20 20 20 20 20 20  |         L      |
00001f80  20 20 20 20 20 20 20 20  20 36 38 0a 20 20 20 20  |         68.    |
00001f90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001fa0  20 20 20 20 3a 20 20 20  20 20 20 20 20 20 20 20  |    :           |
00001fb0  20 20 20 20 36 39 0a 20  20 20 20 20 20 20 20 20  |    69.         |
00001fc0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 22  |               "|
00001fd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 37  |               7|
00001fe0  30 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |0.              |
00001ff0  20 20 20 20 20 20 20 20  20 20 52 65 74 75 72 6e  |          Return|
00002000  20 20 20 20 20 20 20 20  20 20 37 31 0a 20 20 20  |          71.   |
00002010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002020  20 20 20 20 20 34 20 28  4b 65 79 50 61 64 29 20  |     4 (KeyPad) |
00002030  20 20 20 20 20 37 32 0a  20 20 20 20 20 20 20 20  |     72.        |
00002040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002050  35 20 28 4b 65 79 50 61  64 29 20 20 20 20 20 20  |5 (KeyPad)      |
00002060  37 33 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |73.             |
00002070  20 20 20 20 20 20 20 20  20 20 20 36 20 28 4b 65  |           6 (Ke|
00002080  79 50 61 64 29 20 20 20  20 20 20 37 34 0a 20 20  |yPad)      74.  |
00002090  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020a0  20 20 20 20 20 20 2b 20  28 4b 65 79 50 61 64 29  |      + (KeyPad)|
000020b0  20 20 20 20 20 20 37 35  0a 20 20 20 20 20 20 20  |      75.       |
000020c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000020d0  20 53 68 69 66 74 20 28  6c 65 66 74 29 20 20 20  | Shift (left)   |
000020e0  20 37 36 0a 20 20 20 20  20 20 20 20 20 20 20 20  | 76.            |
000020f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002100  20 20 20 20 20 20 20 20  20 20 20 20 37 37 0a 20  |            77. |
00002110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002120  20 20 20 20 20 20 20 5a  20 20 20 20 20 20 20 20  |       Z        |
00002130  20 20 20 20 20 20 20 37  38 0a 20 20 20 20 20 20  |       78.      |
00002140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002150  20 20 58 20 20 20 20 20  20 20 20 20 20 20 20 20  |  X             |
00002160  20 20 37 39 0a 20 20 20  20 20 20 20 20 20 20 20  |  79.           |
00002170  20 20 20 20 20 20 20 20  20 20 20 20 20 43 20 20  |             C  |
00002180  20 20 20 20 20 20 20 20  20 20 20 20 20 38 30 0a  |             80.|
00002190  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000021a0  20 20 20 20 20 20 20 20  56 20 20 20 20 20 20 20  |        V       |
000021b0  20 20 20 20 20 20 20 20  38 31 0a 20 20 20 20 20  |        81.     |
000021c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000021d0  20 20 20 42 20 20 20 20  20 20 20 20 20 20 20 20  |   B            |
000021e0  20 20 20 38 32 0a 20 20  20 20 20 20 20 20 20 20  |   82.          |
000021f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 4e 20  |              N |
00002200  20 20 20 20 20 20 20 20  20 20 20 20 20 20 38 33  |              83|
00002210  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00002220  20 20 20 20 20 20 20 20  20 4d 20 20 20 20 20 20  |         M      |
00002230  20 20 20 20 20 20 20 20  20 38 34 0a 20 20 20 20  |         84.    |
00002240  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002250  20 20 20 20 2c 20 20 20  20 20 20 20 20 20 20 20  |    ,           |
00002260  20 20 20 20 38 35 0a 20  20 20 20 20 20 20 20 20  |    85.         |
00002270  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2e  |               .|
00002280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 38  |               8|
00002290  36 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |6.              |
000022a0  20 20 20 20 20 20 20 20  20 20 2f 20 20 20 20 20  |          /     |
000022b0  20 20 20 20 20 20 20 20  20 20 38 37 0a 20 20 20  |          87.   |
000022c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000022d0  20 20 20 20 20 53 68 69  66 74 20 28 72 69 67 68  |     Shift (righ|
000022e0  74 29 20 20 20 38 38 0a  20 20 20 20 20 20 20 20  |t)   88.        |
000022f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002300  8b 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00002310  38 39 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |89.             |
00002320  20 20 20 20 20 20 20 20  20 20 20 31 20 28 4b 65  |           1 (Ke|
00002330  79 50 61 64 29 20 20 20  20 20 20 39 30 0a 20 20  |yPad)      90.  |
00002340  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002350  20 20 20 20 20 20 32 20  28 4b 65 79 50 61 64 29  |      2 (KeyPad)|
00002360  20 20 20 20 20 20 39 31  0a 20 20 20 20 20 20 20  |      91.       |
00002370  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002380  20 33 20 28 4b 65 79 50  61 64 29 20 20 20 20 20  | 3 (KeyPad)     |
00002390  20 39 32 0a 20 20 20 20  20 20 20 20 20 20 20 20  | 92.            |
000023a0  20 20 20 20 20 20 20 20  20 20 20 20 43 61 70 73  |            Caps|
000023b0  4c 6f 63 6b 20 20 20 20  20 20 20 20 39 33 0a 20  |Lock        93. |
000023c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000023d0  20 20 20 20 20 20 20 41  6c 74 20 28 6c 65 66 74  |       Alt (left|
000023e0  29 20 20 20 20 20 20 39  34 0a 20 20 20 20 20 20  |)      94.      |
000023f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002400  20 20 53 70 61 63 65 20  20 20 20 20 20 20 20 20  |  Space         |
00002410  20 20 39 35 0a 20 20 20  20 20 20 20 20 20 20 20  |  95.           |
00002420  20 20 20 20 20 20 20 20  20 20 20 20 20 41 6c 74  |             Alt|
00002430  20 28 72 69 67 68 74 29  20 20 20 20 20 39 36 0a  | (right)     96.|
00002440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002450  20 20 20 20 20 20 20 20  43 74 72 6c 20 28 72 69  |        Ctrl (ri|
00002460  67 68 74 29 20 20 20 20  39 37 0a 20 20 20 20 20  |ght)    97.     |
00002470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002480  20 20 20 88 20 20 20 20  20 20 20 20 20 20 20 20  |   .            |
00002490  20 20 20 39 38 0a 20 20  20 20 20 20 20 20 20 20  |   98.          |
000024a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 8a 20  |              . |
000024b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 39 39  |              99|
000024c0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
000024d0  20 20 20 20 20 20 20 20  20 89 20 20 20 20 20 20  |         .      |
000024e0  20 20 20 20 20 20 20 20  20 31 30 30 0a 20 20 20  |         100.   |
000024f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002500  20 20 20 20 20 30 20 28  4b 65 79 50 61 64 29 20  |     0 (KeyPad) |
00002510  20 20 20 20 20 31 30 31  0a 20 20 20 20 20 20 20  |     101.       |
00002520  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00002530  20 2e 20 28 4b 65 79 50  61 64 29 20 20 20 20 20  | . (KeyPad)     |
00002540  20 31 30 32 0a 20 20 20  20 20 20 20 20 20 20 20  | 102.           |
00002550  20 20 20 20 20 20 20 20  20 20 20 20 20 45 6e 74  |             Ent|
00002560  65 72 20 28 4b 65 79 50  61 64 29 20 20 31 30 33  |er (KeyPad)  103|
00002570  0a 0a 4d 69 73 63 0a 2d  2d 2d 2d 0a 0a 20 20 20  |..Misc.----..   |
00002580  20 20 20 20 20 49 66 20  79 6f 75 20 68 6f 6c 64  |     If you hold|
00002590  20 64 6f 77 6e 20 54 41  42 20 77 68 65 6e 20 79  | down TAB when y|
000025a0  6f 75 20 64 6f 75 62 6c  65 20 63 6c 69 63 6b 20  |ou double click |
000025b0  61 20 6d 6f 75 73 65 20  73 65 74 74 69 6e 67 73  |a mouse settings|
000025c0  0a 66 69 6c 65 20 61 6e  64 20 21 52 6f 64 65 6e  |.file and !Roden|
000025d0  74 20 69 73 20 6e 6f 74  20 6c 6f 61 64 65 64 20  |t is not loaded |
000025e0  74 68 65 20 73 65 74 74  69 6e 67 73 20 77 69 6c  |the settings wil|
000025f0  6c 20 62 65 20 6d 61 64  65 20 61 6e 64 20 74 68  |l be made and th|
00002600  65 6e 0a 21 52 6f 64 65  6e 74 20 77 69 6c 6c 20  |en.!Rodent will |
00002610  65 78 69 74 2e 20 20 54  68 69 73 20 70 72 65 76  |exit.  This prev|
00002620  65 6e 74 73 20 21 52 6f  64 65 6e 74 20 66 72 6f  |ents !Rodent fro|
00002630  6d 20 73 69 74 74 69 6e  67 20 6f 6e 20 74 68 65  |m sitting on the|
00002640  20 69 63 6f 6e 0a 62 61  72 2e 0a 0a 45 6e 6a 6f  | icon.bar...Enjo|
00002650  79 2e 2e 2e 2e 2e 0a 0a  20 20 20 20 20 20 62 79  |y.......      by|
00002660  20 52 69 63 68 61 72 64  20 53 61 6d 70 68 69 72  | Richard Samphir|
00002670  65 20 31 39 39 33 20 66  6f 72 20 41 72 63 68 69  |e 1993 for Archi|
00002680  6d 65 64 65 73 20 57 6f  72 6c 64 20 a9 20 31 39  |medes World . 19|
00002690  39 33 2e 0a 0a 20 20 20  20 20 20 54 68 61 6e 6b  |93...      Thank|
000026a0  73 20 74 6f 20 4e 65 69  6c 20 41 6e 64 65 72 74  |s to Neil Andert|
000026b0  68 61 6c 20 0a 0a 20 20  20 20 20 20 43 6f 6e 74  |hal ..      Cont|
000026c0  61 63 74 20 6d 65 20 62  79 20 65 6d 61 69 6c 20  |act me by email |
000026d0  28 74 65 72 6d 20 74 69  6d 65 73 29 20 3a 20 72  |(term times) : r|
000026e0  64 73 34 40 75 6b 63 2e  61 63 2e 75 6b           |ds4@ukc.ac.uk|
000026ed