home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RBBS in a Box Volume 1 #2
/
RBBS_vol1_no2.iso
/
001g
/
gtm.msc
< prev
next >
Wrap
Text File
|
1988-08-27
|
5KB
|
161 lines
; Mouse 1.0 - Configured for GT PowerComm 14.02
;
;
Comment ("Configured for GT PowerComm 14.02")
Comment (" ")
Comment ("Left Button : Main Menu")
Comment ("Middle Button : Enter")
Comment ("Right Button : Space")
Comment ("MiddleRight : Esc")
; Parameters
ExpertMode (No) ; Exit menu by going off field only
NoviceMode (Yes) ; Disables left & right motion
ReverseVideo (Yes)
FixedMenu (No)
EnableBeep (No)
Sensitivity (15,5)
Hysteresis (1,1)
;
; Cursor Definitions
;
MedKeys: Cursor
(
Left ()
Right ()
Up ([Up])
Down ([Down])
Sensitivity (15,5)
Hysteresis (1,1)
)
;
; Cursor Definitions
Menus: Cursor
(
Left ()
Right ()
Up ([Up])
Down ([Down])
)
; Button Definitions
LBM: Button (Menu(Main))
MB: Button (keys([Enter]))
RB: Button (Keys(" "))
MR: Button (Keys([ESC]))
; Menu Definitions
Main: Menu
(
Title ("GT PowerComm")
Item ("Dialing Directory", Keys([a-D]) Cursor(MedKeys))
Item ("Dialing Menu", Menu(Dial), Cursor(Menus))
Item ("Configuration" Keys([a-I]) Cursor(MedKeys))
Item ("Configure Menu", Menu(Configure), Cursor(Menus))
Item ("OnLine Menu", Menu(OnLine), Cursor(Menus))
Item ("Files Menu", Menu(Files), Cursor(Menus))
Item ("Help Screen", Keys([a-H]))
Item (" ", Keys())
Item ("Exit", Keys([a-X]))
Item (" ", Keys())
Footer ("by F. S. Gall")
)
;
Dial: Menu
(
Title ("Dialing Directory")
Item ("Mark", Keys("G"))
Item ("Add Entry", Keys("A"))
Item ("Change Entry", Keys("C"))
Item ("Delete Entry", Keys("K"))
Item (" ", Keys())
Item ("Circular Dial", Keys([a-6]))
Item ("Manual Dial", Keys("M"))
Item (" ", Keys())
Item ("Locate", Keys("L"))
Item ("Toggle Display", Keys("T"))
Item ("Exchange Dir", Keys("E"))
Item (" ", Keys())
Item ("OnLine MENU", Menu(OnLine))
Item ("Main MENU", Menu(Main))
)
Configure: Menu
(
Title ("Configuration")
Item ("Change Settings", Keys([a-I]))
Item ("Fix Time", Keys([a-F]))
Item ("Memory Available", Keys([a-J]))
Item ("Baud Rate", Keys([a-S]))
Item ("Time Used", Keys([a-U]))
Item ("Clear Screen", Keys([a-W]))
Item ("Toggle Beeps", Keys([a-9]))
Item ("Log Entry", Keys([a-0]))
Item (" ", Keys())
Item ("Files Menu", Menu(Files))
Item ("OnLine MENU", Menu(OnLine))
Item ("Main MENU", Menu(Main))
)
OnLine: Menu
(
Title ("OnLine")
Item ("UpLoad a File", Keys([a-T]))
Item ("Download a File", Keys([a-R]))
Item ("Transmit ASCII File", Keys([a-A]))
Item (" ", Keys())
Item ("Dump Screen to file", Keys([a-2]))
Item ("Toggle Capture Mode", Keys([a-C]))
Item ("Suspend Capture", Keys([a-4]))
Item ("Review Capture Buffer",Keys([a-8]))
Item ("Toggle Half Duplex", Keys([a-E]))
Item ("Time Used", Keys([a-U]))
Item ("Clear Screen", Keys([a-W]))
Item (" ", Keys())
Item ("Terminate Script", Keys([a-X] [Esc]))
Item ("HangUp Modem", Keys([a-Q]))
Item (" ", Keys())
Item ("Switch to Answer Mode",Keys([a--]))
Item ("Files MENU", Menu(Files))
Item ("Configuration MENU", Menu(Configure))
Item ("Main MENU", Menu(Main))
)
Files: Menu
(
Title ("Files Menu")
Item ("Display Directory", Keys([a-L]))
Item ("Change Drive/Directory", Keys([a-N]))
Item ("View File", Keys([a-V]))
Item ("Copy File", Keys([a-Y]))
Item ("Delete File", Keys([a-K]))
Item ("Sort Dialing Directory", Keys([a-O]))
Item ("Print File", Keys([a-P]))
Item ("Clear Screen", Keys([a-W]))
Item (" ", Keys())
Item ("Main MENU", Menu(Main))
)
; Mouse Definition
Mouse
(
Left (LBM)
Middle (MB)
LeftRight (MB)
Right (RB)
MiddleRight (MR)
Cursor (Menus)
)