home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / BLST10_2.ZIP / SAMPLES / BLMOUSE.DEF < prev    next >
Encoding:
Text File  |  1990-08-22  |  1.1 KB  |  34 lines

  1. ;------------------------------------------------------------------;
  2. ;
  3. ;   Menu Definition File definition for BLAST
  4. ;
  5. ;   This  menu  definition  assumes  you  have  a mouse that has three
  6. ;   button operation either with two or three buttons.  (On  some  two
  7. ;   button  units hitting both buttons operates the middle button.) To
  8. ;   use the menu, you must compile it using the command NEWMENU BLAST.
  9. ;   To reload the menu after compiling it type in MENU BLAST. See your
  10. ;   mouse operation manual for more information.
  11. ;
  12. ;-----------------------------------------------------------------;
  13.  
  14. BEGIN LeftB,MidB,RightB,LeftM,RightM,UpM,DownM, 50, 50
  15.  
  16.  
  17. LeftB:      TYPE ENTER      ;Left button is ENTER
  18. MidB:       TYPE 11         ;Middle button is the default ATTN key (^K)
  19. RightB:     TYPE ESC        ;Right Button is ESC
  20.  
  21. LeftM:      TYPE 0, 75      ;0, 75 is Left Arrow Key
  22. RightM:     TYPE 0, 77      ;0, 77 is Right Arrow Key
  23. UpM:        TYPE 0, 72      ;0, 72 is Up Arrow Key
  24. DownM:      TYPE 0, 80      ;0, 80 is Down Arrow Key
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.