home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol4n09.zip / ONEKEY.DOC < prev   
Text File  |  1986-09-11  |  3KB  |  61 lines

  1.  
  2.           ONEKEY                                  Steven Holzner
  3.           Command (after running .BAS version)PC Magazine Vol 4, No 9
  4.         Copyright 1985 Ziff-Davis Publishing Company
  5.           ______________________________________________________
  6.  
  7.           Purpose:  Reassigns a designated series of keystrokes
  8.                     to a user-selected keystroke.
  9.  
  10.           Format:   ONEKEY
  11.  
  12.           Remarks:  ONEKEY is a memory-resident keyboard macro
  13.                     program.  While written in assembly language,
  14.                     it is presented here with a BASIC interface
  15.                     that need be run only once, but which
  16.                     facilitates entering the trigger keys you
  17.                     want to use and the sequences of keystrokes
  18.                     they will replace.  ONEKEY will accept up to
  19.                     30 different trigger keys, each of which will
  20.                     replace up to 50 keystrokes.
  21.  
  22.                     When you load and run ONEKEY.BAS in BASIC,
  23.                     you will prompted to "Type the key to be
  24.                     replaced."  This will be a key you use as a
  25.                     trigger:  Ctrl-N, Alt-Z, F1, or the like.
  26.                     When you enter this key, you will be
  27.                     prompted, "The command that replaces this key
  28.                     is."  Here you enter the string of keystrokes
  29.                     the selected trigger key will execute.
  30.                     Remember to include all necessary carriage
  31.                     returns, spaces, and control characters, just
  32.                     as you would enter them at the keyboard.
  33.                     When you type Ctrl-End (not a carriage
  34.                     return) to terminate this sequence, you'll be
  35.                     prompted for the next trigger key, and so on.
  36.  
  37.                     When you have typed in as many macros as you
  38.                     want, type Ctrl-End when asked for a trigger
  39.                     key.  It takes BASIC about half a minute to
  40.                     create the ONEKEY.COM file.
  41.  
  42.                     Once created, ONEKEY is a regular DOS
  43.                     command;  you enter it at the DOS prompt (or
  44.                     as a line in your AUTOEXEC.BAT file), not
  45.                     from BASIC.
  46.  
  47.                     Notes:
  48.  
  49.                     1.   Memory-resident utilities such as ONEKEY
  50.                          are often incompatible with programs
  51.                          (XyWrite is one) that themselves take
  52.                          over the keyboard interrupts.  You must
  53.                          simply experiment to see if ONEKEY can
  54.                          be used with your software.
  55.  
  56.                     2.   Requires DOS 2.0 or later.
  57.  
  58.  
  59.  
  60.  
  61.