home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEL202R.ZIP / CEL202-2.ZIP / SYSTEM.KBD < prev   
Text File  |  1994-09-01  |  5KB  |  167 lines

  1. ; This file is SYSTEM.KBD.  It contains a description of which console
  2. ; commands do what.
  3. ;
  4. ; the syntax for lines is currently as follows:
  5. ; Key,Menu Title,CommandTypeCommandLine,Parameters
  6. ;
  7. ; The key field describes the key used to execute the command.  Regular key
  8. ; commands which can be transmitted across the modem are NOT usable.
  9. ;
  10. ; Precede the key with ^ to define a control character.
  11. ; Precede the key with @ to define an Alt character.
  12. ; Precede the key with S to define a shift character.
  13. ;
  14. ; Valid keys are:
  15. ;
  16. ; F1,F2..F12: Function keys F1 through F12 (F11,F12 may not function)
  17. ; A..Z = Letters A to Z  (Alt only)
  18. ; Equ  = = (equals)      (Alt only)
  19. ; Min  = - (Minus)       (Alt only)
  20. ; 0..9 = Numbers 0 to 9  (Alt only)
  21. ; Ins  = Insert          (Ins only)
  22. ; Del  = Delete          (Del only)
  23. ; Home = Home            (Home, ^Home only)
  24. ; End  = End             (End, ^End only)
  25. ; PgUp = Page Up         (PgUp, ^PgUp only)
  26. ; PgDn = Page Down       (PgDn, ^PgDn only)
  27. ; Pscr = Print Screen    (^Pscr only)
  28. ; <-   = Right Arrow     (<-, ^<- only)
  29. ; ->   = Left Arrow      (->, ^-> only)
  30. ; Up   = Up Arrow        (Up only)
  31. ; Dn   = Down Arrow      (Dn only)
  32. ; Brk  = Break           (^Brk only)
  33. ;
  34. ; Menu title is basically just for your reference.
  35. ;
  36. ; Commandtype tells Celerity what type of command to execute.  Valid command
  37. ; types are:
  38. ;
  39. ; # : Execute Celerity command # (list follows)
  40. ; ! : Execute DOS program
  41. ; @ : Enter into command buffer (text macro - will NOT work in FSE)
  42. ; & : Translate key
  43. ;
  44. ; Commandline is used to tell Celerity specifically what to do.  This can be
  45. ; either a number (for an internal Celerity command, or "#" command), a DOS
  46. ; path and filename (for the "!" option), or a sequence of keypresses (for
  47. ; the "@" command).
  48. ;
  49. ; If the "!" command is used, the commandline may be followed by an asterisk
  50. ; (*) to make Celerity change to the directory specified by Commandline before
  51. ; executing.  Otherwise, it will be executed from the BBS Node Directory.
  52. ;
  53. ; Valid internal commands are:
  54. ;
  55. ; #1 : Split Screen Chat
  56. ; #2 : Smart Chat (Alacrity)
  57. ; #3 : Line Chat
  58. ; #4 : Beep at user for attention
  59. ; #5 : Toggle sysop availability status
  60.  
  61. ; #6 : Restrict all input from modem (user can't type anything)
  62. ; #7 : Restrict all output to modem (user can't see anything)
  63. ; #8 : Echo output to printer
  64. ; #9 : Echo all output to text file (node#.cap in shared dir)
  65. ; #10: Turn snoop buffer on (secondary text capture)
  66.  
  67. ; #11: Lock user's time at current value for this call
  68. ; #12: Set user's time to 0
  69. ; #13: Add 1 minute of user time
  70. ; #14: Subtract 1 minute of user time
  71. ; #15: Add 10 minutes of user time
  72. ; #16: Subtract 10 minutes of user time
  73.  
  74.  
  75. ; #17: Cycle bottom status bar
  76. ; #18: Show users statistics / Background editor
  77.  
  78. ; #19: Give user 1 xfer point
  79. ; #20: Subtract 1 xfer point
  80. ; #21: Give 10 xfer points
  81. ; #22: Subtract 10 xfer points
  82. ; #23: Raise access level by 1
  83. ; #24: Subtract access level by one
  84. ; #25: Raise access level by 10
  85. ; #26: Lower access level by 10
  86. ; #27: Raise xfer access level (unused) by 1
  87. ; #28: Lower xfer access level (unused) by 1
  88. ; #29: Raise xfer access level by 10
  89. ; #30: Lower xfer access level by 10
  90.  
  91. ; #31: Toggle display of Fido kludge lines in messages
  92. ; #32: Toggle display of language entry #'s
  93. ; #33: Toggle Geek Speak feature
  94.  
  95.  
  96. ; #34: Kick Off User
  97. ; #35: Online tools
  98. ; #36: Grant temporary sysop access
  99. ; #37: Reserve system for sysop
  100. ; #38: Show help screen
  101. ; #39: Drop to DOS
  102. ; #40: Break out from Celerity
  103. ; #41: Toggle screen output on/off
  104. ; #42: ScrollBack - scroll up
  105. ; #43: ScrollBack - scroll down
  106. ; #44: ScrollBack - end scrollbac;
  107. ; #45: Quick Validate current user
  108.  
  109.  
  110.  
  111. ; The parameters entry may be excluded if there are no command-line parameters
  112. ; or enter a '?' to have Celerity ask for the parameters.
  113. ;
  114. ; A parameter of '%S' will pass the path and filename of the setup.dat
  115. ; A parameter of '%N' will pass the current BBS node #
  116. ; A parameter of '%U' will pass the current user's UserID
  117. ;
  118. ; Lines beginning with a semicolon are ignored.  Blank lines are acceptable.
  119. ;
  120.  
  121.  
  122.  
  123. F1,Split Chat,#1
  124. AF1,Line Chat,#3
  125. F3,Kick User,#34
  126. F5,Sysop Tools,#35
  127. F8,Lock User Time,#11
  128. AF8,Set time to 0,#12
  129. F9,Decrease Time,#14
  130. F10,Increase Time,#13
  131. AF9,Decrease Time x10,#16
  132. AF10,Increase Time x10,#15
  133. AA,Toggle Chat Availability,#5
  134. AB,Toggle Status Bar,#17
  135. AD,Drop to DOS,#39
  136. AE,Toggle Text Capture,#9
  137. AF,Toggle Snoop Capture,#10
  138. AG,Toggle Geek Speak,#33
  139. AH,Show Help Screen,#38
  140. AI,Toggle Modem Input,#6
  141. AJ,Toggle Kludge Display,#21
  142. AK,Set user time to 0,#12
  143. AL,Toggle Language Display,#32
  144. AO,Toggle Modem Output,#7
  145. AR,Reserve System,#37
  146. AS,Toggle Temp Sysop,#36
  147. AV,Quick Validate,#45
  148. ^Pscr,Toggle Printer Echo,#8
  149. ^Brk,Break Out,#40
  150. Up,Scrollback Up,#42
  151. Dn,Scrollback Down,#43
  152. ->,Exit Scrollback,#44
  153. <-,Exit Scrollback,#44
  154. SF1,Celerity Setup,!c:\celerity\node1\celsetup.exe*
  155. Ins,ANSI Corner,&218
  156. Del,ANSI Corner,&192
  157. Home,ANSI Horizontal,&196
  158. End,ANSI Vertical,&179
  159. PgUp,ANSI Corner,&191
  160. PgDn,ANSI Corner,&217
  161. ;
  162. ; SYSTEM.KBD will support up to 50 keyboard commands.
  163. ;
  164. ; Here ends the SYSTEM.KBD specification
  165. ;
  166.  
  167.