home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 440.lha / Zoom / zoom!.doc < prev    next >
Text File  |  1990-11-13  |  1KB  |  39 lines

  1. ZOOM!
  2. (c) 1990 MKSoft
  3. Public Domain
  4.  
  5. Zoom! is an Assembly-Code program that replaces PopCLI,
  6. QuickMouse, and a screen-controlling program all in 1.5K!
  7.  
  8. To run Zoom!, either use it's icon or use RUNBACK from the
  9. CLI. It will not let itself be started more than once.
  10.  
  11. Features:
  12.  
  13. PopCLI: By pressing the Left-Amiga key and the ESC key at the
  14.  same time, it will do a NewCLI command.  If you have
  15.  WShell from William Hawes, just Alias newcli to NewWSH.
  16.  
  17. Blank: Zoom! will blank the screen after 300 seconds.  You can
  18.  change the blanking time by pressing Left-Amiga and
  19.  F1 for 3 seconds, F2 for 300 seconds, and F3 for 30000
  20.  seconds.  It will restore the screen if any keyboard,
  21.  mouse, or other user I/O happens.  The way Zoom! blanks
  22.  the screen is to open a 1-bit plane, low-res 100x16
  23.  screen that takes very little memory and even less
  24.  DMA time.  Zoom! then turns display DMA off so that
  25.  your system can use this for hard-disk DMA, floppy
  26.  DMA, or just non-interferance with the CPU.
  27.  
  28. Point: Zoom! will blank the mouse pointer after 10 seconds of
  29.  no mouse movement.  This gets the mouse pointer out of
  30.  the way.  Any mouse movement will bring back the pointer.
  31.  
  32. Zoom: Zoom! will also make your mouse faster.  If you move your
  33.  mouse faster than 3-ticks per I/O message, Zoom! will
  34.  accelerate it.  Thus, you can have a fast mouse when you
  35.  needed and still have fine resolution without giving
  36.  up either.
  37.  
  38. Zoom! may also be terminated by pressing Left-Amiga, CTRL, and ESC
  39.