home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff253.lzh / KeyMac / KeyMac.doc < prev    next >
Text File  |  1989-10-19  |  2KB  |  79 lines

  1.  
  2.                             K e y M a c
  3.                          =================
  4.  
  5.                      1989 by Fridtjof Siebert
  6.                             Nobileweg 67
  7.                        D-7000 Stuttgart 40
  8.  
  9.  
  10. Why?
  11.  
  12.   KeyMac allows you to record keyboard macros and to play them by pressing
  13.   a special key. This is useful when you for examble want to delete a 3
  14.   characters wide column in an editor.
  15.  
  16. How?
  17.  
  18.   When KeyMac has been installed, you just press the macro key (default:
  19.   Alt-Help), then press DEL 3 times and DOWN once and then press the macro
  20.   key again. Now the sequence "DEL DEL DEL DOWN" is recorded and can be
  21.   played by pressing the play-key (HELP).
  22.  
  23.   While recording a macro, the screen DisplayBeep()s everytime a key is
  24.   hit. The length of a macro is limited to 100 inputevents, which is
  25.   about 50 keystrokes. All non-keyboard events (mouse-movement, -buttons
  26.   etc.) are not recorded.
  27.  
  28. Installing:
  29.  
  30.   KeyMac can be activated by doubleclicking its icon. When you start it
  31.   from your CLI window, you can give some arguments:
  32.  
  33.   Usage:  RunBack KeyMac [MacKey [saAc] [PlayKey [saAc]]
  34.  
  35.   MacKey is the raw keycode of your macro key. saAc sais, whether this key
  36.   shall be pressed together with shift (s), alt (a), amiga (A) or control
  37.   (c). PlayKey specifies the macro key.
  38.  
  39.   Examble:
  40.  
  41.     KeyMac 80 sa 69
  42.  
  43.     Now shift+alt+F1 is the macro key and ESC the play key.
  44.  
  45.   Here some of the most important raw keycodes:
  46.  
  47.      Code    Key
  48.  
  49.       64      Space
  50.       65      BS
  51.       66      TAB
  52.       67      ENTER
  53.       68      RETURN
  54.       69      ESC
  55.       70      DEL
  56.       80-89   F1-F10
  57.       90      [  (Numberic keypad)
  58.       91      ]  (Numberic keypad)
  59.       92      /  (Numberic keypad)
  60.       93      *  (Numberic keypad)
  61.       94      +  (Numberic keypad)
  62.       95      HELP
  63.  
  64.  
  65. Remove KeyMac:
  66.  
  67.   To remove keymac, restart it.
  68.  
  69. Copyright:
  70.  
  71.   KeyMac is free to be spread as long as my name is left in the program and
  72.   this documentation file goes along with it. Any commercial use and any
  73.   use within a commercial product is prohibited.
  74.  
  75.   Donations, suggestions, comments etc. are welcome.
  76.  
  77. ---  Fridtjof.
  78.  
  79.