This program defines most of the keys, A-Z, to print whole Basic keywords without affecting the numeric keypad.
The keywords are called by pressing Control and a Key:
A = AFTER
B = BORDER
C = CHR$(
D = DATA
E = ELSE
F = FOR
G = GOSUB
H = HEX$(
I = INKEY$
K = KEY
L = LOCATE
M = MODE
N = NEXT
P = PRINT
R = RETURN
S = SYMBOL
T = THEN
U = UPPER$
V = VAL(
W = WHILE
All of the keys can be reset to normal by: CALL &BB00
Using this very short program you can speed up programming and make typing in listings easier and much quicker.
- STAFF -
Paru sous forme de listing dans le magazine Your Computer, August 1985, Vol 5, n° 8.
Auteur : Colin NEWCOMBE