home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / qmodem / q40msmou.zip / M_QMOD40.MSC < prev    next >
Text File  |  1989-03-11  |  6KB  |  154 lines

  1. ;
  2. ;       QMODEM   Pop-up Menu Configuration
  3. ;
  4. Comment         (" ")
  5. Comment         ("/----------------------------------\")
  6. Comment         ("|  QMODEM 4.O PCMouse Pop-up Menu  |")
  7. Comment         ("|          Programmed by:          |")
  8. Comment         ("|    Roy Kurtzman - Cypress, CA.   |")
  9. Comment         ("\----------------------------------/")
  10. Comment         (" ")
  11.  
  12. ;
  13. ;       Parameters
  14. ;
  15. Sensitivity     (12, 5)         ; (Xinc, Yinc)
  16. Hysteresis      (2, 2)          ; (AutoX, AutoY)
  17. ReverseVideo    (No)            ; Menu is not displayed in reverse video
  18. FixedMenu       (Yes)           ; Menu is fixed
  19. MenuCenter      (70,15)         ; Menu appears in lower right corner
  20. EnableBeep      (No)            ; Allows menu switching rather than beep
  21. ExpertMode      (Yes)           ; Allows menu switching rather than beep
  22.  
  23. ;
  24. ;       Cursor Definitions
  25. ;
  26. CommandKeys:Cursor
  27. (
  28.         Left   ()
  29.         Right  ()
  30.         Up     ()
  31.         Down   ()
  32. )
  33.  
  34. ArrowKeys: Cursor
  35. (
  36.         Left   ([PgUp])
  37.         Right  ([PgDn])
  38.         Up     ([Up])
  39.         Down   ([Down])
  40. )
  41.  
  42. ;
  43. ;       Button Definitions
  44. ;
  45. LBM:    Button  (Menu(Main),Cursor(CommandKeys)); Left button, Main Menu
  46.  
  47. MBO:    Button  (Menu(Other),Cursor(ArrowKeys)); Middle button, Other Menu
  48.  
  49. RBD:    Button  (Menu(Dial),Cursor(ArrowKeys)); Right button, Dial Menu
  50.  
  51.  
  52. ;
  53. ;       Menu Definitions  -  Left Button
  54. ;
  55. Main: Menu
  56. (
  57.         Title   ("QMODEM")
  58.         Item    ("Halt Script",         Keys ([Esc] "A"))
  59.         Item    ("Hang Up",             Keys ([a-H]))
  60.         Item    ("Exit Qmodem",         Keys ([a-X]))
  61.         Item    ("Yes",                 Keys ("Y" [Enter]))
  62.         Item    ("Enter",               Keys ([enter]))
  63.         Item    ("<ESC>",               Keys ([Esc]))
  64.         Item    ("Live",                Keys ("L" [Enter]))
  65.         Item    ("Message",              Keys ("M" [Enter]))
  66.         Item    ("Read",                Keys ("R" [Enter]))
  67.         Item    ("Since/Save",          Keys ("S" [Enter]))
  68.         Item    ("New or No",           Keys ("N" [Enter]))
  69.         Item    ("Quit",                Keys ("Q" [Enter]))
  70.         Item    ("eXit",                Keys ("X" [Enter]))
  71.         Item    ("Goodbye",             Keys ("G" [Enter]))
  72.         Item    ("Join",                Keys ("J" [Enter]))
  73.         Item    ("Abandon",             Keys ("A" [Enter]))
  74.         Item    ("OPEN",                Keys ("OPEN" [Enter]))
  75.         Item    ("Files",               Keys ("F" [Enter]))
  76.         Item    ("Top",                  Keys ("T" [Enter]))
  77.         Item    ("Zap",                  Keys ("Z" [Enter]))
  78.         Item    ("Kill",                 Keys ("k" [Enter]))
  79. )
  80.  
  81.  
  82.  
  83. ;
  84. ;       Menu Definitions  -  Middle Button
  85. ;
  86. Other: Menu
  87. (
  88.         Title   ("Log On")
  89.         Item    ("First Name",          Keys ([F1]))
  90.         Item    ("Last Name",           Keys ([F2]))
  91.         Item    ("Password",            Keys ([F3]))
  92.         Item    ("Full Name",           Keys ([F4]))
  93.         Item    ("Home Phone",           Keys ([F5]))
  94.         Item    ("Data Phone",           Keys ([F6]))
  95.         Item    ("Address",              Keys ([F7]))
  96.         Item    ("City, State",          Keys ([F8]))
  97.         Item    ("Zip Code",            Keys ([F9]))
  98.         Item    ("Comment",             Keys ("C" [Enter]))
  99.         Item    ("Download",            Keys ("D" [Enter]))
  100.         Item    ("Upload",              Keys ("U" [Enter]))
  101.         Item    ("Chat",                Keys ("C" [Enter]))
  102.        Item    ("Operator",             Keys ("O" [Enter]))
  103.        Item    ("Page",                 Keys ("P" [Enter]))
  104.        Item    ("View",                 Keys ("V" [Enter]))
  105.        Item    ("Write",                Keys ("W" [Enter]))
  106.        Item    ("Help",                 Keys ("H" [Enter]))
  107.        Item    ("Kill",                 Keys ("K" [Enter]))
  108.        Item    ("Qmodem Menu",          Keys ([Home]))
  109.        Item    ("DOS Shell",            Keys ([a-R]))
  110. )
  111.  
  112.  
  113. ;
  114. ;       Menu Definitions  -  Right Button
  115. ;
  116. Dial: Menu
  117. (
  118.         Title   ("Dialing Menu")
  119.         Item    ("Point",                Keys ([a-D]))
  120.         Item    ("Shoot",                Keys ([Enter]))
  121.         Item    ("Cancel/Exit",          Keys ([Esc]))
  122.         Item    ("Untag All",            Keys ("U"))
  123.         Item    ("Tag/Untag",            Keys (" "))
  124.         Item    ("Enter",                Keys ([enter]))
  125.         Item    ("Tag Multiple",         Keys ("T"))
  126.         Item    ("Space Bar",            Keys (" "))
  127.         Item    ("1",                    Keys ("1"))
  128.         Item    ("2",                    Keys ("2"))
  129.         Item    ("3",                    Keys ("3"))
  130.         Item    ("4",                    Keys ("4"))
  131.         Item    ("5",                    Keys ("5"))
  132.         Item    ("6",                    Keys ("6"))
  133.         Item    ("7",                    Keys ("7"))
  134.         Item    ("8",                    Keys ("8"))
  135.         Item    ("9",                    Keys ("9"))
  136.         Item    ("0",                    Keys ("0"))
  137.         Item    ("Backspace",            Keys ([Backspace]))
  138.         Item    ("Bulletins",           Keys ("B" [Enter]))
  139.         Item    ("Comments",             Keys ("C" [Enter]))
  140. )
  141.  
  142.  
  143. ;
  144. ;
  145. ;       Mouse Definition
  146. ;
  147. Mouse
  148. (
  149.         Left    (LBM)                   ; Left Button:   Main Menu
  150.         Middle  (MBO)                   ; Middle Button: Other Menu
  151.         Right   (RBD)                   ; Right  Button: Dial Menu
  152.         Cursor  (CommandKeys)
  153. )
  154.