Home » Archimedes archive » Archimedes World » AW-1994-09-Disc1.adf » Disk1Sep94 » !AWSept94/Goodies/QuickKey/!QuicKey/!Help
!AWSept94/Goodies/QuickKey/!QuicKey/!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-09-Disc1.adf » Disk1Sep94 |
Filename: | !AWSept94/Goodies/QuickKey/!QuicKey/!Help |
Read OK: | ✔ |
File size: | 05D7 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Help ===== Program : !QuicKey Author : Kevin J Swinton Purpose : Fast BASIC keyword input QuicKey is a desktop application that allows the quick entering of the most common BBC BASIC keywords. When the application is loaded, a combination of the right-hand CTRL key ("Action" key) and a letter shown below will force immediate input of the designated keyword. Other keywords can be produced by combinations of keys. For instance, E and C will produce END and COLOUR separately, but if the C is pressed immediately after the E, the resultant input becomes ENDCASE. The software revolves around a small module called QuicKey. Some users may wish to dispense with the desktop application, and just load the module when required. The actual interrupt software is started when the module is loaded, and is stopped when the module is killed. Keys ---- A AND B BPUT N NEXT C CASE O OTHERWISE D DEF P PROC E END Q QUIT F FOR R REPEAT G GCOL S STEP H HIMEM T THEN I INPUT U UNTIL L LEFT$( V VDU M MOUSE W WHILE Combinations ------------ E,C ENDCASE D,F DEF FN E,I ENDIF D,P DEF PROC E,P ENDPROC P,P,T PRINTTAB( M,R MOUSE RECTANGLE I,T INPUTTAB( B,B BGET E,E ERROR L,L LOCAL S,S STRING$( C,C COLOUR W,W WHEN P,P PRINT Software -------- � 1994 Kevin J Swinton
00000000 21 48 65 6c 70 0a 3d 3d 3d 3d 3d 0a 0a 50 72 6f |!Help.=====..Pro| 00000010 67 72 61 6d 20 3a 20 21 51 75 69 63 4b 65 79 0a |gram : !QuicKey.| 00000020 41 75 74 68 6f 72 20 20 3a 20 4b 65 76 69 6e 20 |Author : Kevin | 00000030 4a 20 53 77 69 6e 74 6f 6e 0a 50 75 72 70 6f 73 |J Swinton.Purpos| 00000040 65 20 3a 20 46 61 73 74 20 42 41 53 49 43 20 6b |e : Fast BASIC k| 00000050 65 79 77 6f 72 64 20 69 6e 70 75 74 0a 0a 51 75 |eyword input..Qu| 00000060 69 63 4b 65 79 20 69 73 20 61 20 64 65 73 6b 74 |icKey is a deskt| 00000070 6f 70 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 74 |op application t| 00000080 68 61 74 20 61 6c 6c 6f 77 73 20 74 68 65 20 71 |hat allows the q| 00000090 75 69 63 6b 20 65 6e 74 65 72 69 6e 67 20 6f 66 |uick entering of| 000000a0 20 74 68 65 20 6d 6f 73 74 0a 63 6f 6d 6d 6f 6e | the most.common| 000000b0 20 42 42 43 20 42 41 53 49 43 20 6b 65 79 77 6f | BBC BASIC keywo| 000000c0 72 64 73 2e 20 57 68 65 6e 20 74 68 65 20 61 70 |rds. When the ap| 000000d0 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 6c 6f 61 |plication is loa| 000000e0 64 65 64 2c 20 61 20 63 6f 6d 62 69 6e 61 74 69 |ded, a combinati| 000000f0 6f 6e 20 6f 66 20 74 68 65 0a 72 69 67 68 74 2d |on of the.right-| 00000100 68 61 6e 64 20 43 54 52 4c 20 6b 65 79 20 28 22 |hand CTRL key ("| 00000110 41 63 74 69 6f 6e 22 20 6b 65 79 29 20 61 6e 64 |Action" key) and| 00000120 20 61 20 6c 65 74 74 65 72 20 73 68 6f 77 6e 20 | a letter shown | 00000130 62 65 6c 6f 77 20 77 69 6c 6c 20 66 6f 72 63 65 |below will force| 00000140 20 69 6d 6d 65 64 69 61 74 65 0a 69 6e 70 75 74 | immediate.input| 00000150 20 6f 66 20 74 68 65 20 64 65 73 69 67 6e 61 74 | of the designat| 00000160 65 64 20 6b 65 79 77 6f 72 64 2e 0a 0a 4f 74 68 |ed keyword...Oth| 00000170 65 72 20 6b 65 79 77 6f 72 64 73 20 63 61 6e 20 |er keywords can | 00000180 62 65 20 70 72 6f 64 75 63 65 64 20 62 79 20 63 |be produced by c| 00000190 6f 6d 62 69 6e 61 74 69 6f 6e 73 20 6f 66 20 6b |ombinations of k| 000001a0 65 79 73 2e 20 46 6f 72 20 69 6e 73 74 61 6e 63 |eys. For instanc| 000001b0 65 2c 20 45 20 61 6e 64 20 43 0a 77 69 6c 6c 20 |e, E and C.will | 000001c0 70 72 6f 64 75 63 65 20 45 4e 44 20 61 6e 64 20 |produce END and | 000001d0 43 4f 4c 4f 55 52 20 73 65 70 61 72 61 74 65 6c |COLOUR separatel| 000001e0 79 2c 20 62 75 74 20 69 66 20 74 68 65 20 43 20 |y, but if the C | 000001f0 69 73 20 70 72 65 73 73 65 64 20 69 6d 6d 65 64 |is pressed immed| 00000200 69 61 74 65 6c 79 20 61 66 74 65 72 0a 74 68 65 |iately after.the| 00000210 20 45 2c 20 74 68 65 20 72 65 73 75 6c 74 61 6e | E, the resultan| 00000220 74 20 69 6e 70 75 74 20 62 65 63 6f 6d 65 73 20 |t input becomes | 00000230 45 4e 44 43 41 53 45 2e 0a 0a 54 68 65 20 73 6f |ENDCASE...The so| 00000240 66 74 77 61 72 65 20 72 65 76 6f 6c 76 65 73 20 |ftware revolves | 00000250 61 72 6f 75 6e 64 20 61 20 73 6d 61 6c 6c 20 6d |around a small m| 00000260 6f 64 75 6c 65 20 63 61 6c 6c 65 64 20 51 75 69 |odule called Qui| 00000270 63 4b 65 79 2e 20 53 6f 6d 65 20 75 73 65 72 73 |cKey. Some users| 00000280 20 6d 61 79 20 77 69 73 68 20 74 6f 0a 64 69 73 | may wish to.dis| 00000290 70 65 6e 73 65 20 77 69 74 68 20 74 68 65 20 64 |pense with the d| 000002a0 65 73 6b 74 6f 70 20 61 70 70 6c 69 63 61 74 69 |esktop applicati| 000002b0 6f 6e 2c 20 61 6e 64 20 6a 75 73 74 20 6c 6f 61 |on, and just loa| 000002c0 64 20 74 68 65 20 6d 6f 64 75 6c 65 20 77 68 65 |d the module whe| 000002d0 6e 20 72 65 71 75 69 72 65 64 2e 20 54 68 65 0a |n required. The.| 000002e0 61 63 74 75 61 6c 20 69 6e 74 65 72 72 75 70 74 |actual interrupt| 000002f0 20 73 6f 66 74 77 61 72 65 20 69 73 20 73 74 61 | software is sta| 00000300 72 74 65 64 20 77 68 65 6e 20 74 68 65 20 6d 6f |rted when the mo| 00000310 64 75 6c 65 20 69 73 20 6c 6f 61 64 65 64 2c 20 |dule is loaded, | 00000320 61 6e 64 20 69 73 20 73 74 6f 70 70 65 64 20 77 |and is stopped w| 00000330 68 65 6e 0a 74 68 65 20 6d 6f 64 75 6c 65 20 69 |hen.the module i| 00000340 73 20 6b 69 6c 6c 65 64 2e 0a 0a 4b 65 79 73 0a |s killed...Keys.| 00000350 2d 2d 2d 2d 0a 41 20 20 20 41 4e 44 0a 42 20 20 |----.A AND.B | 00000360 20 42 50 55 54 20 20 20 20 20 20 20 20 20 20 20 | BPUT | 00000370 20 20 4e 20 20 20 4e 45 58 54 0a 43 20 20 20 43 | N NEXT.C C| 00000380 41 53 45 20 20 20 20 20 20 20 20 20 20 20 20 20 |ASE | 00000390 4f 20 20 20 4f 54 48 45 52 57 49 53 45 0a 44 20 |O OTHERWISE.D | 000003a0 20 20 44 45 46 20 20 20 20 20 20 20 20 20 20 20 | DEF | 000003b0 20 20 20 50 20 20 20 50 52 4f 43 0a 45 20 20 20 | P PROC.E | 000003c0 45 4e 44 20 20 20 20 20 20 20 20 20 20 20 20 20 |END | 000003d0 20 51 20 20 20 51 55 49 54 0a 46 20 20 20 46 4f | Q QUIT.F FO| 000003e0 52 20 20 20 20 20 20 20 20 20 20 20 20 20 20 52 |R R| 000003f0 20 20 20 52 45 50 45 41 54 0a 47 20 20 20 47 43 | REPEAT.G GC| 00000400 4f 4c 20 20 20 20 20 20 20 20 20 20 20 20 20 53 |OL S| 00000410 20 20 20 53 54 45 50 0a 48 20 20 20 48 49 4d 45 | STEP.H HIME| 00000420 4d 20 20 20 20 20 20 20 20 20 20 20 20 54 20 20 |M T | 00000430 20 54 48 45 4e 0a 49 20 20 20 49 4e 50 55 54 20 | THEN.I INPUT | 00000440 20 20 20 20 20 20 20 20 20 20 20 55 20 20 20 55 | U U| 00000450 4e 54 49 4c 0a 4c 20 20 20 4c 45 46 54 24 28 20 |NTIL.L LEFT$( | 00000460 20 20 20 20 20 20 20 20 20 20 56 20 20 20 56 44 | V VD| 00000470 55 0a 4d 20 20 20 4d 4f 55 53 45 20 20 20 20 20 |U.M MOUSE | 00000480 20 20 20 20 20 20 20 57 20 20 20 57 48 49 4c 45 | W WHILE| 00000490 0a 0a 43 6f 6d 62 69 6e 61 74 69 6f 6e 73 0a 2d |..Combinations.-| 000004a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 45 2c 43 20 |-----------.E,C | 000004b0 20 20 45 4e 44 43 41 53 45 20 20 20 20 20 20 20 | ENDCASE | 000004c0 20 44 2c 46 20 20 20 44 45 46 20 46 4e 0a 45 2c | D,F DEF FN.E,| 000004d0 49 20 20 20 45 4e 44 49 46 20 20 20 20 20 20 20 |I ENDIF | 000004e0 20 20 20 44 2c 50 20 20 20 44 45 46 20 50 52 4f | D,P DEF PRO| 000004f0 43 0a 45 2c 50 20 20 20 45 4e 44 50 52 4f 43 0a |C.E,P ENDPROC.| 00000500 0a 50 2c 50 2c 54 20 50 52 49 4e 54 54 41 42 28 |.P,P,T PRINTTAB(| 00000510 20 20 20 20 20 20 4d 2c 52 20 20 20 4d 4f 55 53 | M,R MOUS| 00000520 45 20 52 45 43 54 41 4e 47 4c 45 0a 49 2c 54 20 |E RECTANGLE.I,T | 00000530 20 20 49 4e 50 55 54 54 41 42 28 0a 0a 42 2c 42 | INPUTTAB(..B,B| 00000540 20 20 20 42 47 45 54 0a 45 2c 45 20 20 20 45 52 | BGET.E,E ER| 00000550 52 4f 52 20 20 20 20 20 20 20 20 20 20 4c 2c 4c |ROR L,L| 00000560 20 20 20 4c 4f 43 41 4c 0a 53 2c 53 20 20 20 53 | LOCAL.S,S S| 00000570 54 52 49 4e 47 24 28 20 20 20 20 20 20 20 43 2c |TRING$( C,| 00000580 43 20 20 20 43 4f 4c 4f 55 52 0a 57 2c 57 20 20 |C COLOUR.W,W | 00000590 20 57 48 45 4e 20 20 20 20 20 20 20 20 20 20 20 | WHEN | 000005a0 50 2c 50 20 20 20 50 52 49 4e 54 0a 0a 0a 53 6f |P,P PRINT...So| 000005b0 66 74 77 61 72 65 0a 2d 2d 2d 2d 2d 2d 2d 2d 0a |ftware.--------.| 000005c0 a9 20 31 39 39 34 20 4b 65 76 69 6e 20 4a 20 53 |. 1994 Kevin J S| 000005d0 77 69 6e 74 6f 6e 0a |winton.| 000005d7