home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / W / WWIVEDIT / MACROS.LCL < prev    next >
Text File  |  1992-12-03  |  2KB  |  75 lines

  1. This is the local macros file for WWIVEdit version 2.4+.  To edit these macros,
  2. edit them with WWIVEdit (type WWIVEDIT MACROS.LCL -set:dos -key:local
  3. from the dos command line or //EDIT [ENTER] WWIVEDIT\MACROS.LCL from within
  4. WWIV)
  5. For more information on this file, check the Help section of WWIVEdit, and 
  6. also the WWIVEDIT.DOC file.
  7.  
  8. 1:
  9. This is the 2Alt-10 macro.  Edit the MACROS.LCL file to change it!
  10. :1
  11.  
  12. < This line is ignored because it isn't between two delimeters >
  13.  
  14. 2:
  15. This is the Alt-2 macro.  Edit the MACROS.LCL file to change it!
  16. :2
  17.  
  18. 0:
  19. This is the Alt-0 Macro. ~
  20. It is multi-lined in the macro file!
  21. :0
  22.  
  23.  
  24. Here is a "Save" macro.  It was inserted using Alt-L ESC.
  25. F2:
  26. S~
  27. :F2
  28.  
  29. Here is another "Save" macro.
  30. !F2:
  31. ~/SN
  32. :!F2
  33.  
  34. Here's an ALT-F10 macro that doesn't do anything useful
  35. !F0;
  36. DIR /W
  37. LIST
  38. :!F0
  39.  
  40. Here's a macro to run 8-Ball's Net Utility
  41. N;
  42. CD\WWIV
  43. \WWIV\NETUTIL
  44. :N
  45.  
  46. Here's a "literal" macro to insert an ANSI clear screen in to a file
  47. B"
  48. ~
  49. :B
  50.  
  51.  
  52. Naming Conventions
  53.        "A"   thru "Z"   relate to Alt-A thru Alt-Z
  54.        "1"   thru "0"   relate to Alt-1 thru Alt-0
  55.        "F1"  thru "F0"  relate to F1 thru F10
  56.        "$F1" thru "$F0" relate to Shift-F1 thru Shift-F10
  57.        "^F1" thru "^F0" relate to Control-F1 thru Control-F10
  58.        "!F1" thru "!F0" relate to Alt-F1 thru Alt-F10
  59.        "-", "="        relate to ALT-Minus and Alt-Equal
  60.        "$PD","$HO","$PU","$EN" relate to Shift-(Page Down, Home, PageUp, End)
  61.        "!EN"            relates to ALT-End
  62.        "^PD","^HO","^PU" relate to Control-(Page Down, Home, Page Up)
  63.  
  64. Total Number of Macros:
  65.      F1  thru F0  = 10 minus Any that you use (default F1 and F10 are used)
  66.      $F1 thru $F0 = 10
  67.      ^F1 thru ^F0 = 10
  68.      !F1 thru ^F0 = 10
  69.      A   thru Z   = 26 minus any you use for functions (some used by default)
  70.      1   thru 0   = 10
  71.      ^A,^D,^F     =  3 FROM WWIV (or whatever you map them to)
  72.      -, =, $PD,$HO,$PU,$EN,!EN,^PD,^HO,^PU = 10
  73.     ---------------
  74.                 89 Macros
  75.