home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / tara201.zip / FNKEY.DOC < prev    next >
Text File  |  1987-05-13  |  1KB  |  24 lines

  1.  
  2. FNKEY:  Tara Datafile Utilities, v. 2.01, (c) 1987 by David C. Oshel
  3.  
  4. Usage  :    C>fnkey { -F<number> } [ "string" ... ]
  5. Example:    C>fnkey -F9 "pick <c:\names.dat"
  6.  
  7. FnKey assigns single-keypress macro strings to function keys.
  8. The -F<number> switch tells which key to define.  The default
  9. is F10.  Press the key to enter its macro on your command line.
  10. Notice that "string" is typically PART OF A COMMAND that takes
  11. additional arguments.  The macro saves repetitive keystrokes.
  12.  
  13. ANSI.SYS(*) must be installed on your system, or FnKey will not
  14. work.  Parameters with <, |, or > MUST be enclosed in quotes.
  15. FnKey does not assign macro strings to PC keys other than Fns
  16. or place control characters (such as newline) in the strings.
  17. If you quote the entire main argument, FnKey is sure to read
  18. the expression properly: e.g., C>fnkey -f1 "pick -f; <input"
  19.  
  20. (*) Daniel Kegel's "New ANSI Driver", NANSI.SYS, is recommended
  21. for use with this program.  FNKEY is known to work just fine with
  22. NANSI (but not ANSI) on at least one popular Nihon clone.
  23.  
  24.