home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSG.ZIP / MSG.MAC < prev    next >
Text File  |  1991-10-03  |  1KB  |  48 lines

  1.  
  2. ; Macro Definition file for MSG V4.2
  3. ; ----------------------------------
  4.  
  5. ; To define a macro, place the scan code number in the first column,
  6. ; followed by one or more spaces, followed by the macro definition.
  7. ; See the file MSG.REF for a fairly exhaustive list of scan codes.
  8.  
  9. ; These are only examples - modify, delete, or add to them all you like...
  10.  
  11. ; -------------------------------------------------------------------------
  12.  
  13. ; Alt Enter - toggle Quotes
  14. 28      X Q ^
  15.  
  16. ; END key - terminate the program immediately, without waiting for
  17. ; confirmation.
  18. 79     G Y
  19.  
  20. ; F1 - summon help like the "Home" key
  21. 59     ?
  22.  
  23. ; F12 key (extended keyboard) - execute DIR in the current directory
  24. 134    J DIR
  25.  
  26. ; Delete key - delete the current message without confirmation, and
  27. ; then go on to the next message
  28. 83      K ^ N
  29.  
  30. ; F11 - run a batch file
  31. 133     J TossAll
  32.  
  33. ; Gray Enter - cause a rescan of the area when the program exits
  34. 166     ! J Echo Rescan > Message.Txt^ E No One^Nothing^* K ^ @
  35.  
  36. ; Alt P - reply privately
  37. 25      RP
  38.  
  39. ; Alt H - reply on hold
  40. 35      RH
  41.  
  42. ; Alt N - reply publicly
  43. 49      RN
  44.  
  45. ;Alt C - reply crash
  46. 46      RC
  47.  
  48.