home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 325.lha / keys / k.doc < prev    next >
Text File  |  1989-12-26  |  2KB  |  80 lines

  1.  
  2.         Keys - a keyboard macro utility.
  3.         Copyrite 1989, by SLADE software.
  4.  
  5.         This is public domain software in the purest sense:
  6.         change it, copy it, mangle it to your heart's content,
  7.         and don't blame us if your machine dislikes it.
  8.  
  9. Usage:
  10.  
  11.     keys [filename]
  12.  
  13.     Where [filename] is an optional macro definition file. You do not
  14.     need to RUN it, Keys detaches itself from the CLI after it loads.
  15.  
  16.  
  17. Description
  18.  
  19.     Keys allows you to redefine  every key on the  keyboard, with the
  20.     exception of the Escape, ^, \, and Keypad enter key. Because this
  21.     substitution  is done on the  input.event level, the redefinition
  22.     should be transparent to any program.
  23.  
  24.     To get to Keys after it is loaded, just type LeftAmiga-Help from
  25.     any window or screen, and the Keys window will appear at the top.
  26.     To leave the Keys window, hit the escape key.
  27.  
  28. Qualifiers and special keys:
  29.     All qualifiers and special keys must be preceeded by a backslash 
  30.     '\' character, and either upper or lower case may be used.
  31.     
  32.  
  33. Qualifiers
  34.     \c    control
  35.     \a    alt*
  36.     \s    shift*
  37.     \l    Left amiga
  38.     \r    Right amiga
  39.     \\    backslash
  40.  
  41. Special keys
  42.     \k    keypad
  43.     \f    function
  44.     \h    help key
  45.     \^    cursor 
  46.  
  47.     * Keys uses lower case to indicate left key, and upper case to
  48.       indicate right key.
  49.  
  50.     Qualifiers can be in any order, but the special keys MUST be last 
  51.     on the line, which prohibits things like \f10\k0, which is not a 
  52.     single key.
  53.  
  54.  
  55. Bugs && other stuff
  56.     - The keypad Enter key cannot be redefined. You may redefine the
  57.       escape, / and ^ keys, but it will really mess things up!
  58.  
  59.     - It is impossible to define a macro using just qualifiers - they
  60.       must be tied to a character. This applies to the definition and
  61.       the activation key. If you need a non printing character for a
  62.       dummy, use \a\ch (alt ^H).
  63.  
  64.     - The syntax is a bit kludgy, but no better way came to mind.
  65.  
  66.     - If you have more than a screen full of macro definitions, you 
  67.       will not see them - the view screen does not scroll.
  68.  
  69.     - Keys is only accurate for standard U.S. keyboards.
  70.  
  71.  
  72. Please send comments, bug reports, bug fixes, ideas to:
  73.  
  74.  
  75.     Jim Thibodeau                Larry Laplume
  76.     78A Janine Dr.                64 Garland Dr. #4
  77.     Zephyrhills, FL. 34248            Jackson, TN. 38301
  78.     (813) 788-2627                (901) 664-7059
  79.  
  80.