home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / amiga / opalvisn / opalhk17.lha / history.doc next >
Text File  |  1993-03-24  |  3KB  |  72 lines

  1.             OpalHotKey  5-Feb-92
  2.  
  3. CLI Parameters:
  4.   OpalHotKey accepts the following command line parameters.
  5.  
  6.   Reset - Reset the frame buffer, remove 24bit display if the Amiga
  7.           has been reset with the 24bit display 'Latched' on.
  8.   Imagine - Install imagine patch, this will cause the file 'Ram:QuickRender'
  9.       to be automatically displayed after being written to.
  10.   -f FileName - Overides the file name for the imagine patch, you can
  11.       assign your own name to the file to be displayed.
  12.   -q      - Be quiet. (Don't output any text).
  13.  
  14.  
  15. example:
  16.     OpalHotKey Reset Imagine -f ram:Pic
  17.  
  18.  
  19.         History
  20.  
  21.         v1.0
  22. - First release.
  23.  
  24.         v1.1
  25. - Added support for AA Chip set.
  26.  
  27.         v1.2
  28. - Recompiled using SAS/C v6.0.
  29. - Changed Left mouse button detection for more reliable operation
  30.   when running the Imagine Patch.
  31.  
  32.         v1.3
  33. - Added -f command line parameter to allow a filename to be specified
  34.  for the imagine patch.
  35.  
  36.         v1.4
  37. - Added -q command line parameter. Forces HotKey to be quiet, i.e. not
  38.  print anything to the console.
  39.  
  40.         v1.5 (02-Feb-93)
  41. - Under AmigaDOS 2.0 and greater, now installs itself as a commodity.
  42. - The following ToolTypes are accepted when running as a commodity,
  43.   if these tooltypes are not specified they will default to the old
  44.   values as accepted by v1.4 and previous (ctrl lshift lcommand):
  45.  
  46.    CX_PRIORITY=n            Set the priority of the OpalHotKey commodity.
  47.    CX_POPKEY=key            Set the key combination for the help requester.
  48.    LOADIMAGE=key            Set the key combination to load an image.
  49.    DISPLAYPRIORITY=key      Set the key combination change Amiga/OV priority.
  50.    DUALDISPLAY=key          Set the key combination to toggle dual display.
  51.    PRIORITYSTENCIL=key      Set the key combination to toggle priority stencil.
  52.    REMOVEDISPLAY=key        Set the key combination to remove 24bit display.
  53.    QUIT=key                 Set the key combination to quit OpalHotKey.
  54.    FILEWATCH=FileName       Set the filename to watch and display if changed,
  55.                             defaults to Ram:QuickRender.
  56.  
  57.   Please refer to the AmigaDOS system software manual (section 5) or
  58. documentation on the Exchange program for more details on the tooltypes
  59. and the format of the 'key' parameter.
  60.   These tooltypes can also be specified as cli parameters.
  61.  
  62.  
  63.         v1.6 (09-Feb-93)
  64. - The Show gadget now works in the Commodities exchange requester.
  65. - CLI paramaters are now parsed correctly and the program name
  66.   is now printed on startup as before.
  67.  
  68.         v1.7 (24-Mar-93)
  69. - No longer crashes if the cli is closed down before HotKey has
  70.   time to display its copyright notice in the cli.
  71.  
  72.