home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / TECLADO / FUNCKEY.ZIP / FUNCKEY.DOC next >
Encoding:
Text File  |  1990-11-20  |  3.7 KB  |  63 lines

  1.  
  2.  
  3.                                     FUNCKEY.EXE 
  4.  
  5.      FUNCKEY is a program that will reprogram the function keys on an IBM 
  6.      or compatible keyboard to user supplied commands for use as short 
  7.      cuts at the DOS prompt.  This program will reprogram the function 
  8.      keys and save the key definitions in a text file as escape sequences.  
  9.      To reconstruct the key definition, the text file is typed to the 
  10.      console, such as TYPE <filename> where filename is the name of the 
  11.      file containing the escape sequences to reprogram the function keys. 
  12.  
  13.      Keys F1-F12 and the shifted, control or alternate version of these 
  14.      keys are supported. (NOTE some versions of DOS do not support F11 and 
  15.      F12).  When you run the program you will be asked to supply a path 
  16.      and file name for the definition file that you will create.  The 
  17.      default file name is \FKEY.  You will then be asked to enter the key 
  18.      code of the key you wish to reprogram.  A list of key codes will be 
  19.      displayed at the top of the screen.  After entering the key code you 
  20.      will be asked to enter the command that will be issued upon pressing 
  21.      the key.  This command can be up to 255 characters long and can be 
  22.      anything that you would type in on one line from the dos prompt.  You 
  23.      will then be asked if you wish to redefine another key. Type "Y" or 
  24.      "y" or "YES" or "yes" or "Yes" to redefine another key. Anything else 
  25.      is interpreted as no.  When you finish redefining keys your function 
  26.      keys will be redefined and the definitions saved into a file under 
  27.      the name you chose.  The keys will revert to their default 
  28.      definitions whenever the computer is rebooted.  To redefine the keys 
  29.      again just "TYPE" out the saved file. 
  30.  
  31.      A few other things.  The saved file will overwrite another file by 
  32.      the same name and extension if it exists in the target directory.  
  33.      Also if you are using DOS 4.XX and use the DOSSHELL program, watch 
  34.      out about redefining any of the function keys that DOSSHELL uses.  It 
  35.      can cause you some problems.  This may also be true with some other 
  36.      DOS shells.  This program does not alter the definitions of any keys 
  37.      that you do not explicitly redefine, the file it creates doesn't 
  38.      either.  What this means is that you can create several different 
  39.      definition files to be used for different purposes and as long as you 
  40.      don't explicitly redefine a key that has already been redefined by a 
  41.      previous definition file, the old definition will still be in effect.
  42.      
  43.      FUNCKEY is hereby placed in the public domain.  I got the idea for 
  44.      the program from another program that was published in the December 
  45.      1990 issue of "Modern Electronics".  The original program required 
  46.      you to look up the key codes from a table.  I embedded the table in 
  47.      the program to make it easier to use.  I hate looking stuff up.  The 
  48.      original program also didn't give the ability to name the definition 
  49.      file anything but the default name.  I added that capability to my 
  50.      version.  I like to have some control over the names of files that go 
  51.      on my computer.  I also liked the idea of having multiple definition 
  52.      files available to me without having to rename files. 
  53.      
  54.      I hope this program is of use to some of you.  If you would like to 
  55.      donate a couple of dollars to me for this program, that would be 
  56.      fine.  Mail it to: 
  57.                             
  58.                                 Larry Burton 
  59.                                 1901 Bayhill Dr.
  60.                                 Hixson, TN.  37343
  61.      
  62.       
  63.