home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / cli / help034.lzh / Blanker.help < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.9 KB  |  46 lines

  1. BLANKER:  When the Blanker is running, the screen will automatically go 
  2.           blank if no input has been received during a specified period
  3.           of time.  This helps preserve your monitor.  The default time 
  4.           is 60 seconds.  If you do not press a key or click a mouse
  5.           button during a 60 second period, the screen will go blank.
  6.  
  7. This commodity can open a window.
  8.  
  9. TOOL TYPES
  10.  
  11. SECONDS=<n>  Allows you to specify the number of seconds that will pass
  12.              before the screen goes blank.
  13.  
  14. All commodities have the tool type CX_PRIORITY=<n> which assigns an
  15. order or priority to a commodity.  This priority is shared with only
  16. commodities and not other programs.  The reason is incase one commodity
  17. uses the same key-strokes as another then the priority will determine which
  18. ones gets the keystroke.  The default priority is 0.
  19.  
  20. There are two TOOL TYPES that only commodities that can open a window are
  21. able to use CX_POPUP and CX_POPKEY.  CX_POPUP=no prevents the program from
  22. opening a window when it is initially run.
  23.  
  24. CX_POPKEY=<key> determines the HOT KEY for the program to look for to pop
  25.                 up the program window.  If the window is open but the
  26.                 window is behind other windows then the program window
  27.                 will be brought to the front.
  28.  
  29. ===================Acceptable Key Combinations=======================
  30.  
  31. Qualifier                 Key
  32. ---------                 ----
  33. Alt                       either Alt key
  34. RAlt                      right Alt key
  35. LAlt                      left Alt key
  36. Shift                     either shift key
  37. RShift                    right Shift key
  38. LShift                    left Shift key
  39. LCommand                  left Amiga key
  40. RCommand                  right Amiga key
  41. Control                   Ctrl
  42. Numberpad                 specifies a key on the numeric keypad
  43. Rbutton                   click the menu button
  44. Lbutton                   click the selection button
  45.  
  46.