home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 128.img / WS6#02.LZH / WS.DEF < prev    next >
Text File  |  1990-02-22  |  896b  |  21 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                                                       ;
  3. ;    LOGIMENU File definition for WordStar Professional 6.0          ;
  4. ;                                                                       ;
  5. ;         This menu definition is run from "MENU" or "CLICK"            ;
  6. ;-----------------------------------------------------------------------;
  7. ;
  8. ;NOTE: with 2-button mouse, "MidB" means both buttons,
  9. ;      and CHORDS are disabled
  10. ;
  11. BEGIN LeftB,MidB,RightB,LeftM,RightM,UpM,DownM,130,70
  12.  
  13. LeftB:    TYPE ENTER
  14. MidB:    TYPE 0,34    ; 0,34 is ALT-G
  15. RightB:    TYPE ESC
  16.  
  17. LeftM:    TYPE 0, 75    ; 0, 75 is Left Arrow Key
  18. RightM:    TYPE 0, 77    ; 0, 77 is Right Arrow Key
  19. UpM:    TYPE 0, 72    ; 0, 72 is Up Arrow Key
  20. DownM:    TYPE 0, 80    ; 0, 80 is Down Arrow Key
  21.