home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / dosdrivers / LogiMouse103.lha / LogiMouse103 / LogiMouse.man < prev    next >
Encoding:
Text File  |  1995-03-26  |  4.9 KB  |  150 lines

  1. LogiMouse                           Manual                            LogiMouse
  2.  
  3.    NAME
  4.  
  5.       LogiMouse - Mouse Driver for LogiTech serial mice
  6.                    (eg TrackMan trackball)
  7.  
  8.    SYNOPSIS
  9.       
  10.       LogiMouse      [-d <serial.device>][-u <unit>][-q]
  11.                      [-m <qualifier>|<Button>][-r <qualifier>|<Button>]
  12.                      [-l <qualifier>|<Button>][-3]
  13.   
  14.    DESCRIPTION
  15.  
  16.       A few months ago i bought a LogiTech Trackman TrackBall (which if you
  17.       haven't seen one is the most wonderfully shaped trackball known to man
  18.       (well to me..) your hand just flops over the thing... soo cumfy!), as
  19.       i have a serial card, spare serial ports where not a problem.
  20.       
  21.       I chearfully grabbed sermouse from Aminet, only to find out that my
  22.       TrackMan doesn't actually use either of the protocols sermouse does..
  23.  
  24.       So i wrote my own driver.
  25.  
  26.       Also i wanted to swap the middle button and the right button so that
  27.       got incorperated.
  28.  
  29.       To install the thing just put a line in your user-startup like
  30.       
  31.       sys:bin/boot/LogiMouse >NIL: -u2 -mRSH
  32.  
  33.       You can alter the settings whist the driver is running, just run the 
  34.       driver again with the new settings and it'll send the info to the first
  35.       instance of the driver and exit (only one instance of the driver can be
  36.       running)   
  37.  
  38.    OPTIONS
  39.  
  40.       -d <serial.device>         (defaults to serial.device)
  41.       -u <unit>                  (defaults to 0)
  42.       -q                                 quit
  43.       -m <qualifier>|<Button>     middle mouse buttion = qual. (ie shift, alt etc)/button
  44.       -r    <qualifier>|<Button>     right mouse buttion = qual. (ie shift, alt etc)/button
  45.       -l <qualifier>|<Button>     lift mouse buttion = qual. (ie shift, alt etc)/button
  46.       -3                                    Reset mouse to std 3 buttons
  47.  
  48.    QUALIFIERS
  49.  
  50.       R                          Right Button
  51.       M                          Middle Button
  52.       L                          Left Button
  53.       
  54.       RSHIFT   (RS)              Right Shift key
  55.       LSHIFT   (LS)              Left Shift key
  56.       RCOMMAND (RC)              Right Amiga Key
  57.       LCOMMAND (LC)              Left Amiga Key
  58.       RALT     (RA)              Right Amiga Key
  59.       LALT     (LA)              Left Amiga Key
  60.       CONTROL  (CT)              Control Ket      
  61.  
  62.    EXAMPLE
  63.  
  64.       sys:bin/boot/LogiMouse >NIL: -u2 -mRSH
  65.        
  66.        - uses unit 2 of the serial.device, middle button is mapped 
  67.          to right shift (only have to specify enough of the qualifier to
  68.          differentiate between it and other qualifiers)
  69.  
  70.       LogiMouse >NIL: -lR -rL -mRC
  71.  
  72.        - use serial.device, unit 0, swap left and right mouse buttons, map
  73.          middle mouse button to right control key
  74.  
  75.       LogiMouse -q
  76.  
  77.        - Quit driver  
  78.  
  79.    ERRORS
  80.  
  81.       If there are not enough resources for LogiMouse to run it will exit
  82.       (this is not very likely - it doesn't exactly use much mem.)
  83.  
  84.    WARNING
  85.    
  86.       Remember: If the mouse driver is not running you cannot use your 
  87.       LogiTech mouse, for example the early startup screen, or canceling
  88.       GURUs that have reset your Ami.
  89.  
  90.    BUGS/PROBLEMS
  91.  
  92.       DragIT Commodity refuses to work at all with my driver.
  93.  
  94.       (in 4 months of constant use this is the only problem i have found 
  95.       with the 'normal' functions of the mouse (ie 3 buttons))
  96.  
  97.       The Qualifiers (discluding swapping buttons and having shift as a
  98.       button) should be considered as a bonus.. ie wether they'll work with
  99.       a program depends on how the program reads the information from the
  100.       system.
  101.  
  102.       (personally i'm just using my mouse as a standard 3 button mouse at the 
  103.       moment, using yak by GaĆ«l Marziou and Philippe Bastiani to use the 
  104.       middle button as shift and also as window to front/back)
  105.  
  106.       Feel free to email me with bug-reports/suggestions etc (i may even
  107.       act upon them) 
  108.  
  109.    SPECIAL REQUIREMENTS
  110.  
  111.    Needs OS 2.04 or higher.
  112.    Spare serial port.
  113.    LogiTech Mouse that uses the 'MouseMan' protocol, eg the TrackMan trackball
  114.  
  115.    (if you have a LogiTech Mouse that won't work with sermouse/optmouse or any
  116.    of the other serial drivers around, then it prob. uses this protocol 
  117.    (maybe.. ;-) )) 
  118.  
  119.    AUTHOR
  120.  
  121.       Simon Richardson
  122.       simon@albert.demon.co.uk
  123.  
  124.    COPYRIGHT
  125.  
  126.       Simon Richardson 1994 - 1995.
  127.  
  128.    PRICE
  129.  
  130.       LogiMouse is emailware (if you like it let me know)
  131.  
  132.    DISTRIBUTABILITY
  133.  
  134.       Freely Distributable, (c) 1994-95 Simon Richardon
  135.  
  136.    DISCLAMER
  137.  
  138.       If LogiMouse steals your dog, has an affair with your wife, 
  139.       implodes your hard disk etc etc then its a real shame.. but then
  140.       its free init??                                   
  141.       
  142.       LogiMouse has been running on my Amiga for over 4 months with no 
  143.          problems (so i think its fairly stable.. ;-) )
  144.       
  145.       If you like it, use it.. If you hate it delete it.
  146.         
  147.    HISTORY
  148.  
  149.       1.03  08/02/95    First Aminet release.
  150.