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

  1.  
  2. ; Macro Definition file for MSG V4.1.
  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. ; END key - terminate the program immediately, without waiting for
  14. ; confirmation.
  15. 79     G Y
  16.  
  17. ; F1 - summon help like the "Home" key
  18. 59     ?
  19.  
  20. ; F12 key (extended keyboard) - execute DIR in the current directory
  21. 134    J DIR
  22.  
  23. ; Delete key - delete the current message without confirmation, and
  24. ; then go on to the next message
  25. 83      K ^ N
  26.  
  27. ; F11 - run a batch file
  28. 133     J TossAll
  29.  
  30. ; Gray Enter - cause a rescan of the area when the program exits
  31. 166     ! J Echo Rescan > Message.Txt^ E No One Nothing^ * K ^ @
  32.  
  33. ; Alt P - reply privately
  34. 25      RP
  35.  
  36. ; Alt H - reply on hold
  37. 35      RH
  38.  
  39. ; Alt N - reply publicly
  40. 49      RN
  41.  
  42. ;Alt C - reply crash
  43. 46      RC
  44.  
  45.