home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / cdity / multicx / multicx.doc < prev    next >
Text File  |  1995-07-11  |  31KB  |  840 lines

  1. ------------------------------------------------------------------------
  2.                          MultiCX 2.0ß (10.7.95)
  3. ------------------------------------------------------------------------
  4.  
  5. MultiCX  is the smallest Multi-Function-Commodity for the Amiga, thought
  6. as  a  replacement  for  many  larger  and  sometimes  badly  programmed
  7. programs.  It is a 100% pure commodity, which means that it does not use
  8. interrupts and no special input handlers. Some Patches (SetFunction) are
  9. installed in a very clean  way, so that they do not interfere with other
  10. programs which use the same vectors.
  11. As a result MultiCX can safely be disabled or removed at any time.
  12.  
  13. If you need a clean Commodity without bad hacks there's no alternative !
  14.  
  15. ------------------------------------------------------------------------
  16.                                 Features
  17. ------------------------------------------------------------------------
  18.  
  19. - Notification
  20.  
  21.   MultiCX  recognizes  any  changes  of  the ToolTypes while running, so
  22.   there's no real need for a GUI.
  23.  
  24. - Screen Blanker
  25.  
  26.   MultiCX  includes  a  simple but compatible screen blanker.  It always
  27.   uses  the  display  mode  which  fits best to the actual front screen,
  28.   while taking the lowest resolution with only one plane.
  29.  
  30.   ToolTypes:
  31.  
  32.   SCRBLANK=n            sets number of seconds until screen blanks,
  33.                         0 means OFF
  34.   HOTBLANK=Qual&Key     sets hotkey for immediate blanking
  35.   CDNOBLANK             do not blank screen if Carrier is detected
  36.                         (currently only supports internal serial port)
  37.   CDUNBLANK             unblank screen if Carrier is detected
  38.                         (currently only supports internal serial port)
  39.   AVOIDTASK=Pattern     do not blank screen if OwnerTask of active
  40.                         screen matches pattern
  41.   AVOIDSCREEN=Pattern   do not blank screen if Title of active screen
  42.                         matches pattern
  43.   LIKEWB                forces cloning the WB's display mode
  44.   SCRMODE=ModeName      selects a display mode by name
  45.  
  46.   AVOIDTASK  and AVOIDSCREEN fully support AmigaDOS pattern matching and
  47.   work case insensitive.
  48.   If  LIKEWB  and  SCRMODE  are  set,  SCRMODE is only used if WB is not
  49.   available for some reason.  But this should never happen...
  50.  
  51. - Moire Blanker
  52.  
  53.   MultiCX has a really nice screen blanker, too!  It steals no processor
  54.   time  from other tasks, and if it couldn't draw a line for longer than
  55.   10  seconds  it  falls  back to a simple black screen.  There are some
  56.   parameters to play with...
  57.  
  58.   ToolTypes:
  59.  
  60.   MOIRE                 selects Moire blanker
  61.   LINES=n               number of lines, default is 2
  62.   TRAIL=n               length of trail, default is 64
  63.   XSPEED=n              x offset for next line, default is 4
  64.   YSPEED=n              y offset for next line, default is 6
  65.   CSPEED=n              color cycling delay, default is 16
  66.   COLOR=n               drawing color, range is 1-4095
  67.                         0 means Random, -1 means Color Cycling
  68.  
  69. - Mouse Accelerator
  70.  
  71.   MultiCX  lets  you  set Acceleration and Theshold (minimum movement to
  72.   activate Acceleration) for smooth mouse handling.
  73.  
  74.   ToolTypes:
  75.  
  76.   ACCELERATION=n        sets Acceleration factor, 0 means OFF
  77.   THRESHOLD=n           sets Threshold value, 0 means no Threshold
  78.  
  79. - Mouse Blanker
  80.  
  81.   MultiCX blanks the mouse pointer on keypress and/or after approx.  30
  82.   seconds when no mouse movement has occured.
  83.  
  84.   ToolTypes:
  85.  
  86.   KEYBLANK              activates MouseBlanking on keypress
  87.   TIMEBLANK             activates MouseBlanking after timeout
  88.  
  89. - Screen Cycle
  90.  
  91.   MultiCX  allows you to cycle screens using either MiddleMouseButton or
  92.   BothMouseButtons,  this  is  equivalent to LCOMMAND M.  Additionally a
  93.   hotkey for backward cycling may be defined.
  94.  
  95.   If  MOUSESHIFT  and  SCRCYCLE  are both set to MMB, then ScreenCycling
  96.   will occur on a Double-MMB-Click.
  97.  
  98.   ToolTypes:
  99.  
  100.   SCRCYCLE=MMB|BMB      sets Screen Cycle to MMB or BMB
  101.   BACKCYCLE=Qual&Key    sets Qualifier and Key for BackCycle,
  102.                         none means OFF
  103.  
  104. - Mouse Shift
  105.  
  106.   MultiCX  lets  you  use the RightMouseButton or MiddleMouseButton as a
  107.   Shift-Key for extended selection.
  108.  
  109.   And this is how it works with RightMouseButton:
  110.  
  111.   1. Press LeftButton to select first icon and hold it.
  112.   2. Press RightButton and hold it.
  113.   3. Release LeftButton and keep RightButton pressed.
  114.   4. Now select some more icons with LeftButton.
  115.   5. To deselect an icon, click on it with LeftButton and keep it
  116.      pressed, then release RightButton and press it again.
  117.  
  118.   Sounds much more complicated than it is...
  119.  
  120.   ToolTypes:
  121.  
  122.   MOUSESHIFT=RMB|MMB    sets MouseShift to RMB or MMB
  123.  
  124. - Window Cycle
  125.  
  126.   MultiCX  lets  you put a window to front/back by a configurable number
  127.   of  LeftButton  clicks.  Qualifiers can be defined for both functions.
  128.   Additionally  there  are two hotkeys available for TopWindowToBack and
  129.   BottomWindowToTop.  But only windows with a Depth Gadget  are affected
  130.   by Window Cycling.
  131.  
  132.   ToolTypes:
  133.  
  134.   WINCYCLE=n            sets number of mouse clicks for WindowCycle,
  135.                         0 means OFF
  136.   WINFRONTQUAL=Qual     sets Qualifier for WindowToFront
  137.   WINBACKQUAL=Qual      sets Qualifier for WindowToBack
  138.   FRONT2BACK=Qual&Key   sets hotkey for TopWindowToBack
  139.   BACK2FRONT=Qual&Key   sets hotkey for BottomWindowToTop
  140.  
  141. - SUN-alike Window Activation
  142.  
  143.   MultiCX has three different options to activate windows automatically.
  144.   All  of  them activate the window under the mouse pointer, SunKey does
  145.   it  on  every  keypress,  SunMouse  does  it after mouse movement, and
  146.   SunRMB  does  it after pressing the right mouse button.  So SunKey and
  147.   SunMouse together seem to be rather useless.
  148.   Windows  with  active Gadgets  (like FileRequesters etc) will never be
  149.   deactivated by one of these functions.
  150.  
  151.   ToolTypes:
  152.  
  153.   SUNKEY                activates SunKey
  154.   SUNMOUSE              activates SunMouse
  155.   SUNRMB                activates SunRMB
  156.  
  157. - HoldX and HoldY
  158.  
  159.   MultiCX  allows you to lock a specific mouse dimension while holding a
  160.   defined Qualifier. If both Qualifiers are set to the same it locks all
  161.   mouse movements. So you are responsible for useful settings...
  162.  
  163.   ToolTypes:
  164.  
  165.   HOLDXQUAL=Qual        sets Qualifier for HoldX, none means OFF
  166.   HOLDYQUAL=Qual        sets Qualifier for HoldY, none means OFF
  167.  
  168. - Enter ASCII
  169.  
  170.   MultiCX  allows you to enter ASCII codes directly by pressing the RALT
  171.   key  and the  numbers in the numeric block, for example: <ALT> 65 = A.
  172.   Maximum 3 digits, value must not be greater than 255.
  173.  
  174.   ToolTypes:
  175.  
  176.   ENTERASCII            activates EnterASCII
  177.  
  178. - Map Umlauts
  179.  
  180.   This  option  might be of use for german users or other people writing
  181.   german  texts.   It  will  convert  the german umlauts into the normal
  182.   character pendants.
  183.  
  184.   ToolTypes:
  185.  
  186.   MAPUMLAUTS            activates MapUmlauts
  187.  
  188. - CapShift
  189.  
  190.   This  option  changes  the  way  CapsLock  works.  Just try activating
  191.   CapsLock,  and  then  press some shifted letters to get an idea of it.
  192.   Hotkeys etc. are no longer affected by CapsLock.
  193.   CapShift is ignored if NoCapsLock is active.
  194.  
  195.   ToolTypes:
  196.  
  197.   CAPSHIFT              activates CapShift
  198.  
  199. - NoCapsLock
  200.  
  201.   ... simply switches off CAPSLOCK completely.
  202.  
  203.   ToolTypes:
  204.  
  205.   NOCAPSLOCK            activates NoCapsLock
  206.  
  207. - Window Close/Zoom
  208.  
  209.   MultiCX  allows you to close/zoom windows using pre-defined Qualifiers
  210.   and Keys.
  211.  
  212.   ToolTypes:
  213.  
  214.   WINCLOSE=Qual&Key     sets Qualifier and Key for CloseWindow,
  215.                         none means OFF
  216.   WINZOOM=Qual&Key      sets Qualifier and Key for ZoomWindow,
  217.                         none means OFF
  218.  
  219. - Window Remember
  220.  
  221.   MultiCX remembers the last active window on every screen, and the next
  222.   time  you  go  to  that  screen,  this  window  will  be  re-activated
  223.   automatically.
  224.  
  225.   ToolTypes:
  226.  
  227.   WINREMEMBER           activates WindowRemember
  228.  
  229. - CenterScreen
  230.  
  231.   The active screen is centered when this hotkey is pressed.  Optionally
  232.   the  frontmost  Screen is centered automatically as soon as it becomes
  233.   active.
  234.  
  235.   ToolTypes:
  236.  
  237.   CENTERSCR=Qual&Key    sets Qualifier and Key for CenterScreen,
  238.                         none m