home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
software
/
sharware
/
komunik
/
QMODEM
/
Q40MSMOU.ZIP
/
M_QMOD40.MSC
< prev
next >
Wrap
Text File
|
1989-03-11
|
6KB
|
154 lines
;
; QMODEM Pop-up Menu Configuration
;
Comment (" ")
Comment ("/----------------------------------\")
Comment ("| QMODEM 4.O PCMouse Pop-up Menu |")
Comment ("| Programmed by: |")
Comment ("| Roy Kurtzman - Cypress, CA. |")
Comment ("\----------------------------------/")
Comment (" ")
;
; Parameters
;
Sensitivity (12, 5) ; (Xinc, Yinc)
Hysteresis (2, 2) ; (AutoX, AutoY)
ReverseVideo (No) ; Menu is not displayed in reverse video
FixedMenu (Yes) ; Menu is fixed
MenuCenter (70,15) ; Menu appears in lower right corner
EnableBeep (No) ; Allows menu switching rather than beep
ExpertMode (Yes) ; Allows menu switching rather than beep
;
; Cursor Definitions
;
CommandKeys:Cursor
(
Left ()
Right ()
Up ()
Down ()
)
ArrowKeys: Cursor
(
Left ([PgUp])
Right ([PgDn])
Up ([Up])
Down ([Down])
)
;
; Button Definitions
;
LBM: Button (Menu(Main),Cursor(CommandKeys)); Left button, Main Menu
MBO: Button (Menu(Other),Cursor(ArrowKeys)); Middle button, Other Menu
RBD: Button (Menu(Dial),Cursor(ArrowKeys)); Right button, Dial Menu
;
; Menu Definitions - Left Button
;
Main: Menu
(
Title ("QMODEM")
Item ("Halt Script", Keys ([Esc] "A"))
Item ("Hang Up", Keys ([a-H]))
Item ("Exit Qmodem", Keys ([a-X]))
Item ("Yes", Keys ("Y" [Enter]))
Item ("Enter", Keys ([enter]))
Item ("<ESC>", Keys ([Esc]))
Item ("Live", Keys ("L" [Enter]))
Item ("Message", Keys ("M" [Enter]))
Item ("Read", Keys ("R" [Enter]))
Item ("Since/Save", Keys ("S" [Enter]))
Item ("New or No", Keys ("N" [Enter]))
Item ("Quit", Keys ("Q" [Enter]))
Item ("eXit", Keys ("X" [Enter]))
Item ("Goodbye", Keys ("G" [Enter]))
Item ("Join", Keys ("J" [Enter]))
Item ("Abandon", Keys ("A" [Enter]))
Item ("OPEN", Keys ("OPEN" [Enter]))
Item ("Files", Keys ("F" [Enter]))
Item ("Top", Keys ("T" [Enter]))
Item ("Zap", Keys ("Z" [Enter]))
Item ("Kill", Keys ("k" [Enter]))
)
;
; Menu Definitions - Middle Button
;
Other: Menu
(
Title ("Log On")
Item ("First Name", Keys ([F1]))
Item ("Last Name", Keys ([F2]))
Item ("Password", Keys ([F3]))
Item ("Full Name", Keys ([F4]))
Item ("Home Phone", Keys ([F5]))
Item ("Data Phone", Keys ([F6]))
Item ("Address", Keys ([F7]))
Item ("City, State", Keys ([F8]))
Item ("Zip Code", Keys ([F9]))
Item ("Comment", Keys ("C" [Enter]))
Item ("Download", Keys ("D" [Enter]))
Item ("Upload", Keys ("U" [Enter]))
Item ("Chat", Keys ("C" [Enter]))
Item ("Operator", Keys ("O" [Enter]))
Item ("Page", Keys ("P" [Enter]))
Item ("View", Keys ("V" [Enter]))
Item ("Write", Keys ("W" [Enter]))
Item ("Help", Keys ("H" [Enter]))
Item ("Kill", Keys ("K" [Enter]))
Item ("Qmodem Menu", Keys ([Home]))
Item ("DOS Shell", Keys ([a-R]))
)
;
; Menu Definitions - Right Button
;
Dial: Menu
(
Title ("Dialing Menu")
Item ("Point", Keys ([a-D]))
Item ("Shoot", Keys ([Enter]))
Item ("Cancel/Exit", Keys ([Esc]))
Item ("Untag All", Keys ("U"))
Item ("Tag/Untag", Keys (" "))
Item ("Enter", Keys ([enter]))
Item ("Tag Multiple", Keys ("T"))
Item ("Space Bar", Keys (" "))
Item ("1", Keys ("1"))
Item ("2", Keys ("2"))
Item ("3", Keys ("3"))
Item ("4", Keys ("4"))
Item ("5", Keys ("5"))
Item ("6", Keys ("6"))
Item ("7", Keys ("7"))
Item ("8", Keys ("8"))
Item ("9", Keys ("9"))
Item ("0", Keys ("0"))
Item ("Backspace", Keys ([Backspace]))
Item ("Bulletins", Keys ("B" [Enter]))
Item ("Comments", Keys ("C" [Enter]))
)
;
;
; Mouse Definition
;
Mouse
(
Left (LBM) ; Left Button: Main Menu
Middle (MBO) ; Middle Button: Other Menu
Right (RBD) ; Right Button: Dial Menu
Cursor (CommandKeys)
)