home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
VRAC
/
ACE170.ZIP
/
KTS_SFX.EXE
/
AVATAR.ASC
< prev
next >
Wrap
Text File
|
1993-09-05
|
1KB
|
40 lines
; AVATAR ? Apparantly BBS software isn't using AVATAR codes for the
; key-press sequences. MAXIMUS states the VT100 is used.
; Oh? Ok, well if this is in correct or changes you can
; re-compile you AVATAR.ASC file using ACECOMM's KTS.EXE
; (Keyboard Translation Sequeance compiler).
; Note: characters 32 decimal and below may be represented with a
; corresponding ^ prefix. ^A = 1, ^Z = 26, ^[ = 27 ^` =32
TAB ^I
DEL/.
HOME/7 ^[[H
UP/8 ^[[A
DOWN/2 ^[[B
LEFT/4 ^[[D
RIGHT/6 ^[[C
CTRL-PGDN ^[[H^[[2J
END/1 ^[[K
CTRL-HOME ^[[L
CTRL-PGUP ^[[M
;CTRL-J ^J ; Normal Keyboard mapping defaults to this already
; NUMLOCK KEY "ON"
KEYPAD-0 ^[Op
KEYPAD-1 ^[Oq
KEYPAD-2 ^[Or
KEYPAD-3 ^[Os
KEYPAD-4 ^[Ot
KEYPAD-5 ^[Ou
KEYPAD-6 ^[Ov
KEYPAD-7 ^[Ow
KEYPAD-8 ^[Ox
KEYPAD-9 ^[Oy
KEYPAD-- ^[Om
KEYPAD-* ^[Ol
KEYPAD-. ^[On
KEYPAD-+ ^[OM
F1 ^[OP
F2 ^[OQ
F3 ^[OR
F4 ^[OS