home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 138.lha / DMouse_1.06 / dmouse.doc < prev    next >
Text File  |  1986-11-20  |  4KB  |  71 lines

  1. V1.06                      DMOUSE.DOC          18 May 1988
  2.                           Matthew Dillon
  3.                           891 Regal Rd
  4.                           Berkeley, California 94708
  5.                           USA
  6.         YAIH (Yet Another Input Handler)... nahh, like DMouse better...
  7. for "Dillon's Mouse"???   Placed in PUBLIC DOMAIN because it's such a
  8. nifty program!
  9.         After looking at and rejecting several mouse-intuition input
  10. handler enhancers (you know, accelerate the mouse, click-to-front, etc...)
  11. and finding them all useless, I have written my own.
  12.         - Any option can be turned off or modified.
  13.         - Screen blanks if keyboard or mouse is idle > N1 secs (def 300)
  14.         - The Pesky Mouse blanks if mouse is idle > N2 secs (def 5)
  15.  
  16.         - Auto Activate a window when the mouse is moved over it.  Window
  17.           also activated (if not already active) when you type.
  18.         - Mouse Accelerator.  Back feeds power into the mouse unit;
  19.           give it a nudge and it is guarenteed to penetrate up to an
  20.           inch and a half of wall plaster (programmable depth).  Once
  21.           you start using it, you won't be able to switch back!
  22.         - Programmable command-key and command string ala PopCli, default
  23.           left-Amiga ESC.
  24.         - Left Mouse Button click in window brings it to the front
  25.             DOES NOT BRING THE WINDOW TO THE FRONT IF IT IS ALREADY
  26.             IN THE FRONT.  Other programs would call WindowToFront() on
  27.             every click, which is horrible if you have a simple-refresh
  28.             window.
  29.           # clicks required is settable.
  30.         - Hold LMB, click Right Mouse Button .. Window to Back!  Great
  31.           for cycling windows.  See next feature for more info.
  32.         - Same sequence as above, but if there is no window under the
  33.           current mouse position, there is only one window on the screen,
  34.           or the window under the mouse is a BACKDROP window, the
  35.           sequence cycles through Screens!
  36.         - NO DAMN CLOCK.  Use another utility to get a clock.  No other
  37.           glossy thrills.  DMouse is short, sweet, and functional.
  38.         - Does not use a CLI, can be placed in workbench startup sequence.
  39. INSTALLATION:
  40.     Place dmouse-handler in L: (or in the 'current' directory when DMOUSE
  41.     is run).
  42. EXECUTE FROM A CLI (e.g. WORKBENCH STARTUP SCRIPT), example:
  43.     1> DMouse -C newcli "<nil: >nil: con:320/120/320/80/Shell c:shell.exe"
  44.     There is no need to 'RUN' DMouse.  A double set of quotes may be
  45.     required for the program to work properly with ConMan.
  46. TO KILL:
  47.     1> dmouse QUIT
  48. SOURCE:
  49.     Source is compileable under Aztec, +L (32 bit ints) and suitable
  50.     precompiled include file (remember the precompiled include file must
  51.     be precompiled with +L also)
  52. COMMAND LINE ARGUMENTS:
  53.     If DMouse is already running, any specified options will be
  54.     incorporated.
  55.     quit        QUIT .. remove DMouse
  56.     -h          HELP
  57.     -a#         Set acceleration to #.  Default 3,           1 disables option
  58.     -t#         Set mouse acceleration threshhold, pixs/ev. default 0.
  59.     -s#         Set screen timeout to # (secs), Default 300, 0 disables option
  60.     -m#         Set mouse timeout to # (secs), Defalut 5,    0 disabled option
  61.     -c#         Set # of clicks required to bring window to frlont (def 1)
  62.     -L0         Disable LMB Window To Front and LMB/RMB Window To Back
  63.     -A0         Disable Auto-Activate when mouse moved over a window
  64.     -Rqqqq      Set Qualfier (HEX) with RMB for Window To Back (default is
  65.                  the LMB qualifier).
  66.     -Kcccc      Set Keycode (HEX)   for command key (default 0045)
  67.     -Qqqqq      Set Qualifier (HEX) for command key (default 8040)
  68.                     (For keycode and qualfier, must specify 4 hex digits)
  69.     -C CMD      Set Command to run.  Default is NEWCLI.  Remaining arguments
  70.                 on command line is the command.
  71.