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

  1.  
  2. Mach - Mouse Accelerator with Hotkey.  Version 1.2    12-04-87.
  3.  
  4.        This is a combination mouse accelerator/hotkey/popcli/screen blanker/
  5.        sun mouse/click to front utility program. Whew!
  6.  
  7.        It started as just an accelerator-hotkey, but as these things tend
  8.        to do, it quickly grew to include a lot more. It's still pretty small
  9.        tho... using about 12k-13k when run with a minimal stack.
  10.        All features default to on (except the double control key feature) so
  11.        you need to use the switches to change or disable them.
  12.  
  13.  
  14.     Usage:
  15.  
  16.      Run Mach [nambscd] hotkeystring hotkeystring...hotkeystring
  17.  
  18.      Arguments: All optional. Any order.
  19.  
  20.      -n    Acceleration factor where n >= 0 && n <=9.
  21.      -a    Switchs hotkey qualifier from Alternate to Amiga.
  22.      -m    Removes the trapping of left-amiga-m. (allows normal use)
  23.      -bnn  Time delay before blanking screen. 0-99 minutes. 0 = no blank.
  24.      -s    Removes sunmouse.
  25.      -c    Removes click to front.
  26.      -d    Adds double control feature.
  27.  
  28.  
  29.     Accelerator:
  30.  
  31.        The accelerator part is similar to QuickMouse from Gizmoz...but it
  32.        will accept an argument, a number 0-9, which sets its speed.
  33.        -1 is the default, -0 = no acceleration. (I use -4).
  34.  
  35.     Hotkeys:
  36.  
  37.        The hotkeys are the keys F1 to F10 qualified with the left or
  38.        right alternate keys. If you prefer to use left or right Amiga, use
  39.        -a on the command line. This makes it more compatible with WordPerfect
  40.        and other programs that make use of alternate-function keys.
  41.        The uninstall combination left-alternate-ctl-f1 still will use the
  42.        alternate key not the amiga key.
  43.  
  44.        The hotkeys are defined in the command line following the optional
  45.        switches. Definitions with embedded spaces should use "".
  46.        See the examples below.
  47.  
  48.     PopCLI:
  49.  
  50.        The qualifier and ESCape combination will create a newcli á la PopCLI
  51.        from The Software Distillary. This cannot be disabled.
  52.  
  53.     Screen Shuffler:
  54.  
  55.        Left-Amiga-M will push the front screen to the back instead of
  56.        pushing workbench to the back.
  57.        Left-Amiga-N will still bring the workbench to the front.
  58.        This is useful if you have more than two screens on at once,
  59.        especially if they don't have screen depth gadgets.
  60.        If you don't want this feature, use -m on your command line.
  61.  
  62.     Sun Mouse:
  63.  
  64.        The window that the pointer is over becomes the active window
  65.        after the first mouse movement.
  66.        If you don't want this, use -s on the command line.
  67.  
  68.     Click To Front:
  69.  
  70.        You can click in any part of a window and bring it to the front.
  71.        If you don't want this, use -c on the command line.
  72.  
  73.     Screen Blanker:
  74.  
  75.        After 5 minutes of no mouse or keyboard activity, the screen will
  76.        go blank. You can change this default with -bnn where nn = 0 - 99
  77.        minutes. 0 disables blanking.
  78.  
  79.     Uninstall:
  80.  
  81.        Use the combination Left-Alternate-Control-F1 to uninstall Mach.
  82.  
  83.  
  84.     Examples:
  85.  
  86.        run Mach -2 -m -s df0: df1: "dir " "copy " "" "run sys:system/rollodex"
  87.          This maps
  88.              Alternate-F1 to  df0:
  89.              Alternate-F2 to  df1:
  90.              Alternate-F3 to  dir
  91.              Alternate-F4 to  copy
  92.              Alternate-F5 to  nothing
  93.              Alternate-F6 to  run sys:system/rollodex
  94.  
  95.          The switches set the acceleration factor to 2, allows the normal use
  96.          of Left-Amiga-M, and disables the sun mouse feature.
  97.  
  98.        run Mach -a -0 -c -b12 "run df1:wp" df0: df1: vd0:
  99.          This maps
  100.            Amiga-F1 to  run df1:wp
  101.            Amiga-F2 to  df0:
  102.            Amiga-F3 to  df1:
  103.            Amiga-F3 to  vd0:
  104.  
  105.          The switches set the acceleration factor to 0, sets the hotkey/popCLI
  106.          qualifiers to the Amiga keys, disables the click to front feature,
  107.          and sets the waiting before blanking to 12 minutes.
  108.  
  109.  
  110.        Note that anything after a semicolon is treated as a comment.
  111.        If you are typing this in from the CLI, when you reach the end of
  112.        the line, don't hit return and you can continue mapping up to 255
  113.        characters (including run mach [switches]). If you are using an editor
  114.        or word processor, use one that can handle long lines, not Ed which
  115.        puts a return at the end. You can then put this in your startup-
  116.        sequence.
  117.        I have found that the hotkeys do not function properly with the
  118.        program Sili(Con:). But it does seem to run ok with Conman.
  119.        Let me know if you find other incompatibilities.
  120.  
  121.        If you do "stack 2000" before you run Mach, it will use only
  122.        12k-13k. Be sure to reset your stack to 4000 or higher after this.
  123.        If for any reason Mach fails to run (e.g. no free signals, no
  124.        input.device??) it will use a return code of 10 or higher.
  125.  
  126.     Hidden Control Feature:
  127.  
  128.        If you happen to be a one handed typist, you know what a pain
  129.        it is when you need to do a Control-F10 or any combination of
  130.        the Control key and a key on the right side of the keyboard.
  131.        If you put -d on the command line, you can still use the Control
  132.        key in the normal way but if you hit it twice in a row, the NEXT
  133.        key will have the Control qualifier added to it. This excludes
  134.        the shift, alternate or amiga keys so, for example, ctl-ctl-f10
  135.        is the same as ctl-f10 but you don't need to hold down the control
  136.        key. Ctl-ctl-shift-p is the same as ctl-shift-p.
  137.        Note that this is normally disabled unlike all the other features.
  138.  
  139.  
  140.  
  141.        Copyright 1987 by Brian Moats.
  142.        This program may be freely distributed but may not be used in any
  143.        commercial product without prior written permission.
  144.  
  145.  
  146.  
  147.   Other programs from Polyglot Software:
  148.  
  149.   M18Cheater - Lets you cheat in Mean 18 by causing your opponent to
  150.                slice. Public domain.
  151.  
  152.   FunBut - Lets you use the F1 key instead of the left mouse button.
  153.            It's useful when playing games like Defender of the Crown
  154.            because it sends repeat mouse clicks.  Public Domain.
  155.  
  156.   Dominoes - 3d graphics, instructions, tutorial. More entertaining and
  157.              challenging than Shanghai.  $24.95
  158.  
  159.   The Crossword Creator - Make or solve crossword puzzles. 40,000+ word
  160.                           pattern matching dictionary, med-res or interlace,
  161.                           IFF compatible and many more features. $49.95
  162.  
  163.  
  164.  
  165. Brian Moats @Polyglot Software.
  166.  
  167. PeopleLink - BrianM
  168. CIS        - 76167,2334
  169.  
  170.  
  171.