home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 056.lha / Mach.doc < prev    next >
Text File  |  1986-11-20  |  2KB  |  59 lines

  1.  
  2.  
  3. Mach - Mouse Accelerator with Hotkey.
  4.  
  5.        The accelerator part is similar to QuickMouse from Gizmoz...BUT, it
  6.        will accept an argument, a number 0-9, which sets its speed (only
  7.        speeds 1-4 are very usable). 1 is the default, 0 is no acceleration.
  8.  
  9.        The hotkeys are:
  10.             Left or Right-Alternate F1 - F10.
  11.             Left-Alternate-Ctl-F1 to uninstall.
  12.  
  13.        They are defined in the command line following the accelerator
  14.        argument. Definitions with embedded spaces should use "".
  15.  
  16.        Examples:
  17.  
  18.        run mach 2 df0: df1: dir copy "" "run sys:system/rollodex"
  19.          this maps
  20.            df0: to f1
  21.            df1: to f1
  22.            dir  to f3
  23.            copy to f4
  24.            nothing to f5
  25.            run sys:system/rollodex to f6
  26.  
  27.        run mach 3 "Joe Foo" "512 West 3rd St." "The Trees, ID 83703"
  28.          this maps
  29.            Joe Foo to f1
  30.            512 etc. to f2
  31.            The Trees etc. to f3
  32.  
  33.        Note that anything after a semicolon is treated as a comment.
  34.        When you reach the end of the line, don't hit return and you can
  35.        continue mapping up to 255 characters (including the "run mach 2").
  36.        You can also put this in your startup-sequence. (Of course you can't
  37.        endcli if you do this (unless you use runback)). Sorry, no arguments
  38.        from the icon...yet.
  39.  
  40.        If you do "stack 2000" before you start Mach, it will use only 10k.
  41.        Be sure to reset your stack to 4000 or higher after this.
  42.        To keep this program small, there are no messages, no prompts, no
  43.        nothing. If, however, for any reason it fails to run (e.g. no free
  44.        signals, no input.device??) it will use a return code of 10 or
  45.        higher.
  46.  
  47.  
  48.        Copyright 1987 by Brian Moats.
  49.        This program may be freely distributed but may not be used in any
  50.        commercial product without prior written permission.
  51.  
  52.  
  53. Brian Moats @Polyglot Software.
  54.  
  55. PeopleLink - BrianM
  56. CI$        - 76167,2334
  57.  
  58.  
  59.