home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / caf11.zip / CAF.DOC next >
Text File  |  1992-04-09  |  3KB  |  94 lines

  1.                            CAF Version 1.1
  2.                     Copyright 1992, Scott Hanson.
  3.  
  4. CAF (Ctrl-Alt-Function) is the copyrighted property of Scott Hanson.
  5. It may be distributed and used freely provided:
  6.  
  7. a.  it is distributed only as the original, unmodified .ZIP file
  8.     containing program and documentation
  9.  
  10. b.  no fee is charged except reasonable and customary duplication and/or
  11.     connect time charges
  12.  
  13. c.  it is not made part of, or included with any other goods or services.
  14.  
  15.  
  16. CAF1.EXE and CAF2.EXE are software switches for foreign keyboards loaded
  17. with KEYB.COM in DOS 3.30 and higher. They emulate the keystrokes
  18. <Ctrl><Alt><F1> and <Ctrl><Alt><F2> used to switch between the foreign
  19. and domestic (usually American) keyboards. They are useful in AUTOEXEC.BAT
  20. if you use primarily the American keyboard but want to load a foreign
  21. keyboard. Run CAF1 in your AUTOEXEC.BAT after loading KEYB.COM. This
  22. emulates the <Ctrl><Alt><F1> keypress to switch to the American
  23. keyboard, leaving the foreign keyboard ready to switch to with
  24. <Ctrl><Alt><F2> or with CAF2.
  25.  
  26. I wrote CAF for my own use since I occaisionally write in German
  27. with my American keyboard, and find it easier to load the German keyboad
  28. in DOS rather than typing the ASCII codes for umlauts. However, I'd
  29. always forget to switch to the American keyboard after loading until
  30. inverting a few y's and z's, which are reversed on the German keyboard.
  31. Now I don't have to remember!
  32.  
  33. Here's how I use CAF in my AUTOEXEC.BAT:
  34.  
  35. ...
  36. REM load German keyboard with KEYB.COM
  37. c:\dos50\keyb gr,,c:\dos50\keyboard.sys
  38. REM switch to US keyboard,leaving German keyboard in memory
  39. c:\util\caf1
  40. ...
  41.  
  42. For more information on KEYB.COM and customizing DOS for foreign
  43. languages, see the MS-DOS 5.0 Users Guide and Reference.
  44.  
  45.  
  46. Command line usage:
  47.  
  48. CAF1
  49.         emulates <Ctrl><Alt><F1>, switches to domestic keyboard.
  50.  
  51. CAF2
  52.         emulates <Ctrl><Alt><F2>, switches to foreign keyboard.
  53.  
  54.  
  55. Error messages:
  56.  
  57. CAF error: requires DOS 3.30 or greater.
  58.         CAF works only with the KEYB.COM keyboard program introduced
  59.         in DOS 3.30
  60.  
  61. CAF error: KEYB.COM not installed.
  62.         No foreign keyboard is installed, so there's no keyboard to
  63.         switch to.
  64.  
  65.  
  66. Return codes:
  67.  
  68. 0       on error.
  69. 1       if successful.
  70.  
  71. History:
  72.  
  73. Version 1.1 (4/9/92) Broke CAF into separate executables CAF1 and CAF2,
  74.         eliminating command line switches and simplifying matters.
  75.  
  76. Version 1.0 (1/4/92)  Original release.
  77.  
  78.  
  79. CAUTION: CAF has been tested on a 386/SX clone running DOS 3.3 and
  80. 5.0 only. Your system may have differences which may cause anything at
  81. all to happen, including loss of data.  You use CAF at your sole
  82. option and risk.
  83.  
  84. CAF1 and CAF2 are copyrighted programs that you can freely use. If you
  85. find them useful, please drop me a line by mail or CompuServe. I'd like
  86. to hear from you!
  87.  
  88. Scott Hanson
  89. Lämmersieth 40
  90. W-2000 Hamburg 60
  91. GERMANY
  92.  
  93. CompuServe ID: 71021,671
  94.