home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / clkmtr11.zip / FEATURES.TXT < prev    next >
Text File  |  1994-11-29  |  6KB  |  117 lines

  1.     Clickometer(TM)                      (FEATURES.TXT - November 29, 1994)
  2.     =======================================================================
  3.     Requirements:  Windows 3.1, 0.5MB of disk.
  4.     -----------------------------------------------------------------------
  5.     In Brief:
  6.      -- Counts keystrokes, mouse clicks, mouse travel, and transitions.
  7.      -- Provides warning notices when warning levels reached.
  8.      -- Can display up to 24 different real-time digital meters.
  9.      -- Can display or print 26 different reports.
  10.      -- Dynamic Link Library can be used with your own programs.
  11.     -----------------------------------------------------------------------
  12.     Improving workstation ergonomics can greatly reduce workstation related
  13.     problems such as repetitive-strain injuries (RSI), eyestrain, headaches,
  14.     Carpal tunnel syndrome (CTS) and other musculoskeletal injuries.  In
  15.     addition, it helps to take work breaks at reasonable intervals.
  16.  
  17.     The main purpose of this program is to simply let you know when to take
  18.     a break based on the level of keyboard and mouse activity.  For example,
  19.     you can tell the program to display a warning notice when you have
  20.     reached 10,000 keystrokes.  It also keeps some cumulative statistics
  21.     so it can give you a profile of your keystrokes and mouse activity.
  22.  
  23.     The program will count the following types of user input:
  24.  
  25.         Operation           Description
  26.         ------------  ------------------------------------------------
  27.         Key Click     Any keystroke (auto-repeat keystrokes are not
  28.                       counted).
  29.         Mouse Click   Pressing any mouse button.
  30.         Mouse Travel  Approximate distance the mouse cursor has traveled
  31.                       on the screen during mouse operations.
  32.         Transition    Any keyboard operation followed by a mouse operation
  33.                       or any mouse operation followed by a keyboard
  34.                       operation.
  35.  
  36.     As the program counts the number of keystrokes and mouse operations,
  37.     you can view the activity in digital meters (like car odometers) that
  38.     are updated in real-time.  You can select one or more of the following
  39.     meters:
  40.         Meter Name              Description
  41.         ----------  --------------------------------------------------
  42.         xClicks     All Clicks since Start
  43.         xClicks(%)  All Clicks since Start (Percent to Warning)
  44.         xClicks(-)  All Clicks since Start (Countdown to Warning)
  45.         Clicks      All Clicks since Reset
  46.         Clicks(%)   All Clicks since Reset (Percent to Warning)
  47.         Clicks(-)   All Clicks since Reset (Countdown to Warning)
  48.         xKeys       Key Clicks since Start
  49.         xKeys(%)    Key Clicks since Start (Percent to Warning)
  50.         xKeys(-)    Key Clicks since Start (Countdown to Warning)
  51.         Keys        Key Clicks since Reset
  52.         Keys(%)     Key Clicks since Reset (Percent to Warning)
  53.         Keys(-)     Key Clicks since Reset (Countdown to Warning)
  54.         xMouse      Mouse Clicks since Start
  55.         xMouse(%)   Mouse Clicks since Start (Percent to Warning)
  56.         xMouse(-)   Mouse Clicks since Start (Countdown to Warning)
  57.         Mouse       Mouse Clicks since Reset
  58.         Mouse(%)    Mouse Clicks since Reset (Percent to Warning)
  59.         Mouse(-)    Mouse Clicks since Reset (Countdown to Warning)
  60.         xTravel     Mouse Travel since Start
  61.         xTravel(%)  Mouse Travel since Start (Percent to Warning)
  62.         xTravel(-)  Mouse Travel since Start (Countdown to Warning)
  63.         Travel      Mouse Travel since Reset
  64.         Travel(%)   Mouse Travel since Reset (Percent to Warning)
  65.         Travel(-)   Mouse Travel since Reset (Countdown to Warning)
  66.  
  67.     Since no two people work alike, you can specify your own warning
  68.     levels.  Warning notices can be displayed for the following:
  69.  
  70.         1.  All keystrokes and mouse clicks (since start or reset).
  71.         2.  Keystrokes only (since start or reset).
  72.         3.  Mouse button clicks only (since start or reset).
  73.         4.  Mouse travel in current units (since start or reset).
  74.             Mouse travel can be displayed in millimeters, meters,
  75.             kilometers, feet, or miles.
  76.  
  77.     Available Reports:
  78.         Summary Report
  79.         Hourly Reports:
  80.             All Clicks per Hour (Average)   
  81.             All Clicks Per Hour (Last)      
  82.             All Clicks Per Hour (Peak)      
  83.             All Clicks Per Hour (Total)     
  84.             Key Clicks Per Hour (Average)
  85.             Key Clicks Per Hour (Last)
  86.             Key Clicks Per Hour (Peak)
  87.             Key Clicks Per Hour (Total)
  88.             Mouse Clicks Per Hour (Average) 
  89.             Mouse Clicks Per Hour (Last)    
  90.             Mouse Clicks Per Hour (Peak)    
  91.             Mouse Clicks Per Hour (Total)   
  92.             Mouse Travel Per Hour (Average)
  93.             Mouse Travel Per Hour (Last)
  94.             Mouse Travel Per Hour (Peak)
  95.             Mouse Travel Per Hour (Total)
  96.             Number of Samples per Hour
  97.             Transitions Per Hour (Average)
  98.             Transitions Per Hour (Last)
  99.             Transitions Per Hour (Peak)
  100.             Transitions Per Hour (Total)
  101.         Virtual Keys Reports:
  102.             Key Code Order (Total)
  103.             Key Code Order (Percent)
  104.             Top 64 (Total)
  105.             Top 64 (Percent)
  106.  
  107.     This program has been developed with Microsoft's Visual C++ 1.5.
  108.     Information about how to use the dynamic link library is provided
  109.     with the registered version of this program.  In addition, the
  110.     library file (.lib) for linking is also provided.
  111.  
  112.     =======================================================================
  113.  
  114.  
  115.  
  116.  
  117.