Home » Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf » Features

Features

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 » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf
Filename: Features
Read OK:
File size: 0D73 bytes
Load address: FFFDDE43
Exec address: A95BB573
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
%OP%VS4.1175 (01-Feb-92), Stuart Keith Swales, R9200 7500 3900 8299 
%OP%PL66
%OP%TM2
%OP%BM2
%OP%LM5
%OP%WC2,1242,210,1120,0,0,0,0
%CO:A,12,72%
%C%%H2%PipeDream 4 features

This is a list of features in PipeDream 4 which are not documented in 
the Tutorial or Reference Guide:

%H2%1. Absolute slot references

When editing a formula in the formula line or formula window you can 
insert absolute slot references in the formula by pressing the SHIFT 
and CTRL keys whilst clicking the Select button on the mouse.  Pressing 
the SHIFT key puts a dollar sign before the row number, pressing the 
CTRL key puts a dollar sign before the column letter.

%H2%2. Auto entry

Auto entry is possible in PipeDream 4.01 and onwards.  When editing in 
the formula line pressing the up or down keys will enter the formula and the . 
then move the caret up or down.  Pressing TAB or SHIFT-TAB will enter 
the formula and then move the caret forward or backward a column.

%H2%3. Slot value on function menu

If you click on the function menu button (curly f at the top of the 
screen), a new entry has appeared on the menu: 'Slot value'.

Clicking on the function menu button gives you information on the 
current slot. It does different things if you are on number slots and 
text slots: on a text slot, if you have a formula which PipeDream 
persists in thinking is text, you will get the entry 'Compile/Show 
error' off to the right. Click on this and PipeDream will tell you the 
reason that it thinks it's a text slot rather than a number slot.

If you click on the function menu button whilst on a number slot, 
PipeDream will give you another menu, listing slots, ranges and names. 
This mechanism is so you can follow the structure of a spreadsheet: you 
can look at supporting slots (those slots that this slot refers to) 
and dependent slots (those slots that refer to this slot). The values 
of these slots are given too, so if, for example, you get the message 
'Propagated' in a slot examining the values of the slot's supporters 
(and possibly the supporters of the supporters) you will get to the 
original source of the error.

If you click on the entry for a supporting or dependent slot, PipeDream 
will position the caret in that slot so you can follow the structure.

%H2%4. Formulae in arrays

Contrary to page 13 of the Reference Guide, you can now include 
formulae in arrays. You can only do this when the array is itself 
inside a formula (as opposed to an array defined by a name). Note that 
arrays defined by a name cannot contain formulae or names or slot 
references or ranges. For example: {1+2,3+4,a1+6}.

%H2%5. Redefining keys

The command Define Function key (Ctrl CDF) has been extended to enable 
the redefinition of many of the darker grey keys around the keyboard.
A popular redefinition may be to redefine the Copy/End key to perform a 
"delete right" command.  To do this press Ctrl-CDF and click on the 
arrows until Copy appears as the key to define.  Enter

\G|M

as the definition and press Return.  Pressing the Copy key will now 
delete the character to the right.

We have provided a command file !PipeDream.CmdFiles.CopyDelete which 
does the redefinition for you.  If you rename this command file as 
!PipeDream.key, or merge the file into !PipeDream.key if you have one, 
PipeDream will do the redefinition automatically when it starts up.





%CO:B,12,60%%CO:C,12,48%%CO:D,12,36%%CO:E,12,24%%CO:F,12,12%
00000000  25 4f 50 25 56 53 34 2e  31 31 37 35 20 28 30 31  |%OP%VS4.1175 (01|
00000010  2d 46 65 62 2d 39 32 29  2c 20 53 74 75 61 72 74  |-Feb-92), Stuart|
00000020  20 4b 65 69 74 68 20 53  77 61 6c 65 73 2c 20 52  | Keith Swales, R|
00000030  39 32 30 30 20 37 35 30  30 20 33 39 30 30 20 38  |9200 7500 3900 8|
00000040  32 39 39 20 0a 25 4f 50  25 50 4c 36 36 0a 25 4f  |299 .%OP%PL66.%O|
00000050  50 25 54 4d 32 0a 25 4f  50 25 42 4d 32 0a 25 4f  |P%TM2.%OP%BM2.%O|
00000060  50 25 4c 4d 35 0a 25 4f  50 25 57 43 32 2c 31 32  |P%LM5.%OP%WC2,12|
00000070  34 32 2c 32 31 30 2c 31  31 32 30 2c 30 2c 30 2c  |42,210,1120,0,0,|
00000080  30 2c 30 0a 25 43 4f 3a  41 2c 31 32 2c 37 32 25  |0,0.%CO:A,12,72%|
00000090  0a 25 43 25 25 48 32 25  50 69 70 65 44 72 65 61  |.%C%%H2%PipeDrea|
000000a0  6d 20 34 20 66 65 61 74  75 72 65 73 0a 0a 54 68  |m 4 features..Th|
000000b0  69 73 20 69 73 20 61 20  6c 69 73 74 20 6f 66 20  |is is a list of |
000000c0  66 65 61 74 75 72 65 73  20 69 6e 20 50 69 70 65  |features in Pipe|
000000d0  44 72 65 61 6d 20 34 20  77 68 69 63 68 20 61 72  |Dream 4 which ar|
000000e0  65 20 6e 6f 74 20 64 6f  63 75 6d 65 6e 74 65 64  |e not documented|
000000f0  20 69 6e 20 0a 74 68 65  20 54 75 74 6f 72 69 61  | in .the Tutoria|
00000100  6c 20 6f 72 20 52 65 66  65 72 65 6e 63 65 20 47  |l or Reference G|
00000110  75 69 64 65 3a 0a 0a 25  48 32 25 31 2e 20 41 62  |uide:..%H2%1. Ab|
00000120  73 6f 6c 75 74 65 20 73  6c 6f 74 20 72 65 66 65  |solute slot refe|
00000130  72 65 6e 63 65 73 0a 0a  57 68 65 6e 20 65 64 69  |rences..When edi|
00000140  74 69 6e 67 20 61 20 66  6f 72 6d 75 6c 61 20 69  |ting a formula i|
00000150  6e 20 74 68 65 20 66 6f  72 6d 75 6c 61 20 6c 69  |n the formula li|
00000160  6e 65 20 6f 72 20 66 6f  72 6d 75 6c 61 20 77 69  |ne or formula wi|
00000170  6e 64 6f 77 20 79 6f 75  20 63 61 6e 20 0a 69 6e  |ndow you can .in|
00000180  73 65 72 74 20 61 62 73  6f 6c 75 74 65 20 73 6c  |sert absolute sl|
00000190  6f 74 20 72 65 66 65 72  65 6e 63 65 73 20 69 6e  |ot references in|
000001a0  20 74 68 65 20 66 6f 72  6d 75 6c 61 20 62 79 20  | the formula by |
000001b0  70 72 65 73 73 69 6e 67  20 74 68 65 20 53 48 49  |pressing the SHI|
000001c0  46 54 20 0a 61 6e 64 20  43 54 52 4c 20 6b 65 79  |FT .and CTRL key|
000001d0  73 20 77 68 69 6c 73 74  20 63 6c 69 63 6b 69 6e  |s whilst clickin|
000001e0  67 20 74 68 65 20 53 65  6c 65 63 74 20 62 75 74  |g the Select but|
000001f0  74 6f 6e 20 6f 6e 20 74  68 65 20 6d 6f 75 73 65  |ton on the mouse|
00000200  2e 20 20 50 72 65 73 73  69 6e 67 20 0a 74 68 65  |.  Pressing .the|
00000210  20 53 48 49 46 54 20 6b  65 79 20 70 75 74 73 20  | SHIFT key puts |
00000220  61 20 64 6f 6c 6c 61 72  20 73 69 67 6e 20 62 65  |a dollar sign be|
00000230  66 6f 72 65 20 74 68 65  20 72 6f 77 20 6e 75 6d  |fore the row num|
00000240  62 65 72 2c 20 70 72 65  73 73 69 6e 67 20 74 68  |ber, pressing th|
00000250  65 20 0a 43 54 52 4c 20  6b 65 79 20 70 75 74 73  |e .CTRL key puts|
00000260  20 61 20 64 6f 6c 6c 61  72 20 73 69 67 6e 20 62  | a dollar sign b|
00000270  65 66 6f 72 65 20 74 68  65 20 63 6f 6c 75 6d 6e  |efore the column|
00000280  20 6c 65 74 74 65 72 2e  0a 0a 25 48 32 25 32 2e  | letter...%H2%2.|
00000290  20 41 75 74 6f 20 65 6e  74 72 79 0a 0a 41 75 74  | Auto entry..Aut|
000002a0  6f 20 65 6e 74 72 79 20  69 73 20 70 6f 73 73 69  |o entry is possi|
000002b0  62 6c 65 20 69 6e 20 50  69 70 65 44 72 65 61 6d  |ble in PipeDream|
000002c0  20 34 2e 30 31 20 61 6e  64 20 6f 6e 77 61 72 64  | 4.01 and onward|
000002d0  73 2e 20 20 57 68 65 6e  20 65 64 69 74 69 6e 67  |s.  When editing|
000002e0  20 69 6e 20 0a 74 68 65  20 66 6f 72 6d 75 6c 61  | in .the formula|
000002f0  20 6c 69 6e 65 20 70 72  65 73 73 69 6e 67 20 74  | line pressing t|
00000300  68 65 20 75 70 20 6f 72  20 64 6f 77 6e 20 6b 65  |he up or down ke|
00000310  79 73 20 77 69 6c 6c 20  65 6e 74 65 72 20 74 68  |ys will enter th|
00000320  65 20 66 6f 72 6d 75 6c  61 20 61 6e 64 20 74 68  |e formula and th|
00000330  65 20 2e 20 0a 74 68 65  6e 20 6d 6f 76 65 20 74  |e . .then move t|
00000340  68 65 20 63 61 72 65 74  20 75 70 20 6f 72 20 64  |he caret up or d|
00000350  6f 77 6e 2e 20 20 50 72  65 73 73 69 6e 67 20 54  |own.  Pressing T|
00000360  41 42 20 6f 72 20 53 48  49 46 54 2d 54 41 42 20  |AB or SHIFT-TAB |
00000370  77 69 6c 6c 20 65 6e 74  65 72 20 0a 74 68 65 20  |will enter .the |
00000380  66 6f 72 6d 75 6c 61 20  61 6e 64 20 74 68 65 6e  |formula and then|
00000390  20 6d 6f 76 65 20 74 68  65 20 63 61 72 65 74 20  | move the caret |
000003a0  66 6f 72 77 61 72 64 20  6f 72 20 62 61 63 6b 77  |forward or backw|
000003b0  61 72 64 20 61 20 63 6f  6c 75 6d 6e 2e 0a 0a 25  |ard a column...%|
000003c0  48 32 25 33 2e 20 53 6c  6f 74 20 76 61 6c 75 65  |H2%3. Slot value|
000003d0  20 6f 6e 20 66 75 6e 63  74 69 6f 6e 20 6d 65 6e  | on function men|
000003e0  75 0a 0a 49 66 20 79 6f  75 20 63 6c 69 63 6b 20  |u..If you click |
000003f0  6f 6e 20 74 68 65 20 66  75 6e 63 74 69 6f 6e 20  |on the function |
00000400  6d 65 6e 75 20 62 75 74  74 6f 6e 20 28 63 75 72  |menu button (cur|
00000410  6c 79 20 66 20 61 74 20  74 68 65 20 74 6f 70 20  |ly f at the top |
00000420  6f 66 20 74 68 65 20 0a  73 63 72 65 65 6e 29 2c  |of the .screen),|
00000430  20 61 20 6e 65 77 20 65  6e 74 72 79 20 68 61 73  | a new entry has|
00000440  20 61 70 70 65 61 72 65  64 20 6f 6e 20 74 68 65  | appeared on the|
00000450  20 6d 65 6e 75 3a 20 27  53 6c 6f 74 20 76 61 6c  | menu: 'Slot val|
00000460  75 65 27 2e 0a 0a 43 6c  69 63 6b 69 6e 67 20 6f  |ue'...Clicking o|
00000470  6e 20 74 68 65 20 66 75  6e 63 74 69 6f 6e 20 6d  |n the function m|
00000480  65 6e 75 20 62 75 74 74  6f 6e 20 67 69 76 65 73  |enu button gives|
00000490  20 79 6f 75 20 69 6e 66  6f 72 6d 61 74 69 6f 6e  | you information|
000004a0  20 6f 6e 20 74 68 65 20  0a 63 75 72 72 65 6e 74  | on the .current|
000004b0  20 73 6c 6f 74 2e 20 49  74 20 64 6f 65 73 20 64  | slot. It does d|
000004c0  69 66 66 65 72 65 6e 74  20 74 68 69 6e 67 73 20  |ifferent things |
000004d0  69 66 20 79 6f 75 20 61  72 65 20 6f 6e 20 6e 75  |if you are on nu|
000004e0  6d 62 65 72 20 73 6c 6f  74 73 20 61 6e 64 20 0a  |mber slots and .|
000004f0  74 65 78 74 20 73 6c 6f  74 73 3a 20 6f 6e 20 61  |text slots: on a|
00000500  20 74 65 78 74 20 73 6c  6f 74 2c 20 69 66 20 79  | text slot, if y|
00000510  6f 75 20 68 61 76 65 20  61 20 66 6f 72 6d 75 6c  |ou have a formul|
00000520  61 20 77 68 69 63 68 20  50 69 70 65 44 72 65 61  |a which PipeDrea|
00000530  6d 20 0a 70 65 72 73 69  73 74 73 20 69 6e 20 74  |m .persists in t|
00000540  68 69 6e 6b 69 6e 67 20  69 73 20 74 65 78 74 2c  |hinking is text,|
00000550  20 79 6f 75 20 77 69 6c  6c 20 67 65 74 20 74 68  | you will get th|
00000560  65 20 65 6e 74 72 79 20  27 43 6f 6d 70 69 6c 65  |e entry 'Compile|
00000570  2f 53 68 6f 77 20 0a 65  72 72 6f 72 27 20 6f 66  |/Show .error' of|
00000580  66 20 74 6f 20 74 68 65  20 72 69 67 68 74 2e 20  |f to the right. |
00000590  43 6c 69 63 6b 20 6f 6e  20 74 68 69 73 20 61 6e  |Click on this an|
000005a0  64 20 50 69 70 65 44 72  65 61 6d 20 77 69 6c 6c  |d PipeDream will|
000005b0  20 74 65 6c 6c 20 79 6f  75 20 74 68 65 20 0a 72  | tell you the .r|
000005c0  65 61 73 6f 6e 20 74 68  61 74 20 69 74 20 74 68  |eason that it th|
000005d0  69 6e 6b 73 20 69 74 27  73 20 61 20 74 65 78 74  |inks it's a text|
000005e0  20 73 6c 6f 74 20 72 61  74 68 65 72 20 74 68 61  | slot rather tha|
000005f0  6e 20 61 20 6e 75 6d 62  65 72 20 73 6c 6f 74 2e  |n a number slot.|
00000600  0a 0a 49 66 20 79 6f 75  20 63 6c 69 63 6b 20 6f  |..If you click o|
00000610  6e 20 74 68 65 20 66 75  6e 63 74 69 6f 6e 20 6d  |n the function m|
00000620  65 6e 75 20 62 75 74 74  6f 6e 20 77 68 69 6c 73  |enu button whils|
00000630  74 20 6f 6e 20 61 20 6e  75 6d 62 65 72 20 73 6c  |t on a number sl|
00000640  6f 74 2c 20 0a 50 69 70  65 44 72 65 61 6d 20 77  |ot, .PipeDream w|
00000650  69 6c 6c 20 67 69 76 65  20 79 6f 75 20 61 6e 6f  |ill give you ano|
00000660  74 68 65 72 20 6d 65 6e  75 2c 20 6c 69 73 74 69  |ther menu, listi|
00000670  6e 67 20 73 6c 6f 74 73  2c 20 72 61 6e 67 65 73  |ng slots, ranges|
00000680  20 61 6e 64 20 6e 61 6d  65 73 2e 20 0a 54 68 69  | and names. .Thi|
00000690  73 20 6d 65 63 68 61 6e  69 73 6d 20 69 73 20 73  |s mechanism is s|
000006a0  6f 20 79 6f 75 20 63 61  6e 20 66 6f 6c 6c 6f 77  |o you can follow|
000006b0  20 74 68 65 20 73 74 72  75 63 74 75 72 65 20 6f  | the structure o|
000006c0  66 20 61 20 73 70 72 65  61 64 73 68 65 65 74 3a  |f a spreadsheet:|
000006d0  20 79 6f 75 20 0a 63 61  6e 20 6c 6f 6f 6b 20 61  | you .can look a|
000006e0  74 20 73 75 70 70 6f 72  74 69 6e 67 20 73 6c 6f  |t supporting slo|
000006f0  74 73 20 28 74 68 6f 73  65 20 73 6c 6f 74 73 20  |ts (those slots |
00000700  74 68 61 74 20 74 68 69  73 20 73 6c 6f 74 20 72  |that this slot r|
00000710  65 66 65 72 73 20 74 6f  29 20 0a 61 6e 64 20 64  |efers to) .and d|
00000720  65 70 65 6e 64 65 6e 74  20 73 6c 6f 74 73 20 28  |ependent slots (|
00000730  74 68 6f 73 65 20 73 6c  6f 74 73 20 74 68 61 74  |those slots that|
00000740  20 72 65 66 65 72 20 74  6f 20 74 68 69 73 20 73  | refer to this s|
00000750  6c 6f 74 29 2e 20 54 68  65 20 76 61 6c 75 65 73  |lot). The values|
00000760  20 0a 6f 66 20 74 68 65  73 65 20 73 6c 6f 74 73  | .of these slots|
00000770  20 61 72 65 20 67 69 76  65 6e 20 74 6f 6f 2c 20  | are given too, |
00000780  73 6f 20 69 66 2c 20 66  6f 72 20 65 78 61 6d 70  |so if, for examp|
00000790  6c 65 2c 20 79 6f 75 20  67 65 74 20 74 68 65 20  |le, you get the |
000007a0  6d 65 73 73 61 67 65 20  0a 27 50 72 6f 70 61 67  |message .'Propag|
000007b0  61 74 65 64 27 20 69 6e  20 61 20 73 6c 6f 74 20  |ated' in a slot |
000007c0  65 78 61 6d 69 6e 69 6e  67 20 74 68 65 20 76 61  |examining the va|
000007d0  6c 75 65 73 20 6f 66 20  74 68 65 20 73 6c 6f 74  |lues of the slot|
000007e0  27 73 20 73 75 70 70 6f  72 74 65 72 73 20 0a 28  |'s supporters .(|
000007f0  61 6e 64 20 70 6f 73 73  69 62 6c 79 20 74 68 65  |and possibly the|
00000800  20 73 75 70 70 6f 72 74  65 72 73 20 6f 66 20 74  | supporters of t|
00000810  68 65 20 73 75 70 70 6f  72 74 65 72 73 29 20 79  |he supporters) y|
00000820  6f 75 20 77 69 6c 6c 20  67 65 74 20 74 6f 20 74  |ou will get to t|
00000830  68 65 20 0a 6f 72 69 67  69 6e 61 6c 20 73 6f 75  |he .original sou|
00000840  72 63 65 20 6f 66 20 74  68 65 20 65 72 72 6f 72  |rce of the error|
00000850  2e 0a 0a 49 66 20 79 6f  75 20 63 6c 69 63 6b 20  |...If you click |
00000860  6f 6e 20 74 68 65 20 65  6e 74 72 79 20 66 6f 72  |on the entry for|
00000870  20 61 20 73 75 70 70 6f  72 74 69 6e 67 20 6f 72  | a supporting or|
00000880  20 64 65 70 65 6e 64 65  6e 74 20 73 6c 6f 74 2c  | dependent slot,|
00000890  20 50 69 70 65 44 72 65  61 6d 20 0a 77 69 6c 6c  | PipeDream .will|
000008a0  20 70 6f 73 69 74 69 6f  6e 20 74 68 65 20 63 61  | position the ca|
000008b0  72 65 74 20 69 6e 20 74  68 61 74 20 73 6c 6f 74  |ret in that slot|
000008c0  20 73 6f 20 79 6f 75 20  63 61 6e 20 66 6f 6c 6c  | so you can foll|
000008d0  6f 77 20 74 68 65 20 73  74 72 75 63 74 75 72 65  |ow the structure|
000008e0  2e 0a 0a 25 48 32 25 34  2e 20 46 6f 72 6d 75 6c  |...%H2%4. Formul|
000008f0  61 65 20 69 6e 20 61 72  72 61 79 73 0a 0a 43 6f  |ae in arrays..Co|
00000900  6e 74 72 61 72 79 20 74  6f 20 70 61 67 65 20 31  |ntrary to page 1|
00000910  33 20 6f 66 20 74 68 65  20 52 65 66 65 72 65 6e  |3 of the Referen|
00000920  63 65 20 47 75 69 64 65  2c 20 79 6f 75 20 63 61  |ce Guide, you ca|
00000930  6e 20 6e 6f 77 20 69 6e  63 6c 75 64 65 20 0a 66  |n now include .f|
00000940  6f 72 6d 75 6c 61 65 20  69 6e 20 61 72 72 61 79  |ormulae in array|
00000950  73 2e 20 59 6f 75 20 63  61 6e 20 6f 6e 6c 79 20  |s. You can only |
00000960  64 6f 20 74 68 69 73 20  77 68 65 6e 20 74 68 65  |do this when the|
00000970  20 61 72 72 61 79 20 69  73 20 69 74 73 65 6c 66  | array is itself|
00000980  20 0a 69 6e 73 69 64 65  20 61 20 66 6f 72 6d 75  | .inside a formu|
00000990  6c 61 20 28 61 73 20 6f  70 70 6f 73 65 64 20 74  |la (as opposed t|
000009a0  6f 20 61 6e 20 61 72 72  61 79 20 64 65 66 69 6e  |o an array defin|
000009b0  65 64 20 62 79 20 61 20  6e 61 6d 65 29 2e 20 4e  |ed by a name). N|
000009c0  6f 74 65 20 74 68 61 74  20 0a 61 72 72 61 79 73  |ote that .arrays|
000009d0  20 64 65 66 69 6e 65 64  20 62 79 20 61 20 6e 61  | defined by a na|
000009e0  6d 65 20 63 61 6e 6e 6f  74 20 63 6f 6e 74 61 69  |me cannot contai|
000009f0  6e 20 66 6f 72 6d 75 6c  61 65 20 6f 72 20 6e 61  |n formulae or na|
00000a00  6d 65 73 20 6f 72 20 73  6c 6f 74 20 0a 72 65 66  |mes or slot .ref|
00000a10  65 72 65 6e 63 65 73 20  6f 72 20 72 61 6e 67 65  |erences or range|
00000a20  73 2e 20 46 6f 72 20 65  78 61 6d 70 6c 65 3a 20  |s. For example: |
00000a30  7b 31 2b 32 2c 33 2b 34  2c 61 31 2b 36 7d 2e 0a  |{1+2,3+4,a1+6}..|
00000a40  0a 25 48 32 25 35 2e 20  52 65 64 65 66 69 6e 69  |.%H2%5. Redefini|
00000a50  6e 67 20 6b 65 79 73 0a  0a 54 68 65 20 63 6f 6d  |ng keys..The com|
00000a60  6d 61 6e 64 20 44 65 66  69 6e 65 20 46 75 6e 63  |mand Define Func|
00000a70  74 69 6f 6e 20 6b 65 79  20 28 43 74 72 6c 20 43  |tion key (Ctrl C|
00000a80  44 46 29 20 68 61 73 20  62 65 65 6e 20 65 78 74  |DF) has been ext|
00000a90  65 6e 64 65 64 20 74 6f  20 65 6e 61 62 6c 65 20  |ended to enable |
00000aa0  0a 74 68 65 20 72 65 64  65 66 69 6e 69 74 69 6f  |.the redefinitio|
00000ab0  6e 20 6f 66 20 6d 61 6e  79 20 6f 66 20 74 68 65  |n of many of the|
00000ac0  20 64 61 72 6b 65 72 20  67 72 65 79 20 6b 65 79  | darker grey key|
00000ad0  73 20 61 72 6f 75 6e 64  20 74 68 65 20 6b 65 79  |s around the key|
00000ae0  62 6f 61 72 64 2e 0a 41  20 70 6f 70 75 6c 61 72  |board..A popular|
00000af0  20 72 65 64 65 66 69 6e  69 74 69 6f 6e 20 6d 61  | redefinition ma|
00000b00  79 20 62 65 20 74 6f 20  72 65 64 65 66 69 6e 65  |y be to redefine|
00000b10  20 74 68 65 20 43 6f 70  79 2f 45 6e 64 20 6b 65  | the Copy/End ke|
00000b20  79 20 74 6f 20 70 65 72  66 6f 72 6d 20 61 20 0a  |y to perform a .|
00000b30  22 64 65 6c 65 74 65 20  72 69 67 68 74 22 20 63  |"delete right" c|
00000b40  6f 6d 6d 61 6e 64 2e 20  20 54 6f 20 64 6f 20 74  |ommand.  To do t|
00000b50  68 69 73 20 70 72 65 73  73 20 43 74 72 6c 2d 43  |his press Ctrl-C|
00000b60  44 46 20 61 6e 64 20 63  6c 69 63 6b 20 6f 6e 20  |DF and click on |
00000b70  74 68 65 20 0a 61 72 72  6f 77 73 20 75 6e 74 69  |the .arrows unti|
00000b80  6c 20 43 6f 70 79 20 61  70 70 65 61 72 73 20 61  |l Copy appears a|
00000b90  73 20 74 68 65 20 6b 65  79 20 74 6f 20 64 65 66  |s the key to def|
00000ba0  69 6e 65 2e 20 20 45 6e  74 65 72 0a 0a 5c 47 7c  |ine.  Enter..\G||
00000bb0  4d 0a 0a 61 73 20 74 68  65 20 64 65 66 69 6e 69  |M..as the defini|
00000bc0  74 69 6f 6e 20 61 6e 64  20 70 72 65 73 73 20 52  |tion and press R|
00000bd0  65 74 75 72 6e 2e 20 20  50 72 65 73 73 69 6e 67  |eturn.  Pressing|
00000be0  20 74 68 65 20 43 6f 70  79 20 6b 65 79 20 77 69  | the Copy key wi|
00000bf0  6c 6c 20 6e 6f 77 20 0a  64 65 6c 65 74 65 20 74  |ll now .delete t|
00000c00  68 65 20 63 68 61 72 61  63 74 65 72 20 74 6f 20  |he character to |
00000c10  74 68 65 20 72 69 67 68  74 2e 0a 0a 57 65 20 68  |the right...We h|
00000c20  61 76 65 20 70 72 6f 76  69 64 65 64 20 61 20 63  |ave provided a c|
00000c30  6f 6d 6d 61 6e 64 20 66  69 6c 65 20 21 50 69 70  |ommand file !Pip|
00000c40  65 44 72 65 61 6d 2e 43  6d 64 46 69 6c 65 73 2e  |eDream.CmdFiles.|
00000c50  43 6f 70 79 44 65 6c 65  74 65 20 77 68 69 63 68  |CopyDelete which|
00000c60  20 0a 64 6f 65 73 20 74  68 65 20 72 65 64 65 66  | .does the redef|
00000c70  69 6e 69 74 69 6f 6e 20  66 6f 72 20 79 6f 75 2e  |inition for you.|
00000c80  20 20 49 66 20 79 6f 75  20 72 65 6e 61 6d 65 20  |  If you rename |
00000c90  74 68 69 73 20 63 6f 6d  6d 61 6e 64 20 66 69 6c  |this command fil|
00000ca0  65 20 61 73 20 0a 21 50  69 70 65 44 72 65 61 6d  |e as .!PipeDream|
00000cb0  2e 6b 65 79 2c 20 6f 72  20 6d 65 72 67 65 20 74  |.key, or merge t|
00000cc0  68 65 20 66 69 6c 65 20  69 6e 74 6f 20 21 50 69  |he file into !Pi|
00000cd0  70 65 44 72 65 61 6d 2e  6b 65 79 20 69 66 20 79  |peDream.key if y|
00000ce0  6f 75 20 68 61 76 65 20  6f 6e 65 2c 20 0a 50 69  |ou have one, .Pi|
00000cf0  70 65 44 72 65 61 6d 20  77 69 6c 6c 20 64 6f 20  |peDream will do |
00000d00  74 68 65 20 72 65 64 65  66 69 6e 69 74 69 6f 6e  |the redefinition|
00000d10  20 61 75 74 6f 6d 61 74  69 63 61 6c 6c 79 20 77  | automatically w|
00000d20  68 65 6e 20 69 74 20 73  74 61 72 74 73 20 75 70  |hen it starts up|
00000d30  2e 0a 0a 0a 0a 0a 0a 25  43 4f 3a 42 2c 31 32 2c  |.......%CO:B,12,|
00000d40  36 30 25 25 43 4f 3a 43  2c 31 32 2c 34 38 25 25  |60%%CO:C,12,48%%|
00000d50  43 4f 3a 44 2c 31 32 2c  33 36 25 25 43 4f 3a 45  |CO:D,12,36%%CO:E|
00000d60  2c 31 32 2c 32 34 25 25  43 4f 3a 46 2c 31 32 2c  |,12,24%%CO:F,12,|
00000d70  31 32 25                                          |12%|
00000d73