home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------;
- ;
- ; Menu Definition File definition for BLAST
- ;
- ; This menu definition assumes you have a mouse that has three
- ; button operation either with two or three buttons. (On some two
- ; button units hitting both buttons operates the middle button.) To
- ; use the menu, you must compile it using the command NEWMENU BLAST.
- ; To reload the menu after compiling it type in MENU BLAST. See your
- ; mouse operation manual for more information.
- ;
- ;-----------------------------------------------------------------;
-
- BEGIN LeftB,MidB,RightB,LeftM,RightM,UpM,DownM, 50, 50
-
-
- LeftB: TYPE ENTER ;Left button is ENTER
- MidB: TYPE 11 ;Middle button is the default ATTN key (^K)
- RightB: TYPE ESC ;Right Button is ESC
-
- LeftM: TYPE 0, 75 ;0, 75 is Left Arrow Key
- RightM: TYPE 0, 77 ;0, 77 is Right Arrow Key
- UpM: TYPE 0, 72 ;0, 72 is Up Arrow Key
- DownM: TYPE 0, 80 ;0, 80 is Down Arrow Key
-
-
-
-
-
-
-
-
-