home *** CD-ROM | disk | FTP | other *** search
-
- ; Macro Definition file for MSG V4.2
- ; ----------------------------------
-
- ; To define a macro, place the scan code number in the first column,
- ; followed by one or more spaces, followed by the macro definition.
- ; See the file MSG.REF for a fairly exhaustive list of scan codes.
-
- ; These are only examples - modify, delete, or add to them all you like...
-
- ; -------------------------------------------------------------------------
-
- ; Alt Enter - toggle Quotes
- 28 X Q ^
-
- ; END key - terminate the program immediately, without waiting for
- ; confirmation.
- 79 G Y
-
- ; F1 - summon help like the "Home" key
- 59 ?
-
- ; F12 key (extended keyboard) - execute DIR in the current directory
- 134 J DIR
-
- ; Delete key - delete the current message without confirmation, and
- ; then go on to the next message
- 83 K ^ N
-
- ; F11 - run a batch file
- 133 J TossAll
-
- ; Gray Enter - cause a rescan of the area when the program exits
- 166 ! J Echo Rescan > Message.Txt^ E No One^Nothing^* K ^ @
-
- ; Alt P - reply privately
- 25 RP
-
- ; Alt H - reply on hold
- 35 RH
-
- ; Alt N - reply publicly
- 49 RN
-
- ;Alt C - reply crash
- 46 RC
-
-