home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / keybset.zip / readme < prev    next >
Text File  |  1995-03-29  |  2KB  |  71 lines

  1. /* ShiftLock bug fix v0.5 (950329) */
  2.  
  3. What's That?
  4. ------------
  5.  
  6. This package takes care of OS/2 Warp's buggy ShiftLock handling.  It also
  7. allows you to modify the initial keyboard state (Capslock, Numlock and
  8. Scrolllock).
  9.  
  10. What's New?
  11. -----------
  12.  
  13. o An INSTALL.CMD script as been added.
  14.  
  15. Contents?
  16. ---------
  17.  
  18. This package contains the following files:
  19.  
  20.    build.cmd   - a batch file used to build sl and slhook;
  21.    install.cmd - an install script;
  22.    keybset.c   - keybset source code;
  23.    keybset.exe - keybset executable;
  24.    readme      - this file;
  25.    sl.c        - sl source code;
  26.    sl.def      - sl definition file;
  27.    sl.exe      - sl executable;
  28.    slhook.c    - slhook source code;
  29.    slhook.def  - slhook definition file;
  30.    slhook.dll  - slhook dynamic load library.
  31.  
  32. How to Install?
  33. ---------------
  34.  
  35. You can use the INSTALL.CMD script, or you can install it manualy:
  36.  
  37. Unzip SHIFTBUG.ZIP in a directory, and start SL.EXE (by issuing the
  38. "START SL" command in an OS/2 windowed shell).
  39.  
  40. If you want to use it automatically, you can create a program object for
  41. SL.EXE, and put it (or, a shadow of it) in your STARTUP folder.
  42.  
  43. When SL.EXE is running, there's a "MLShiftLock" entry in the Tasks list.
  44.  
  45. If you want to modify keyboard initial state, you can insert the
  46. desired KEYBSEY.EXE command in your STARTUP.CMD file.  For example,
  47.  
  48.    KEYBSET /NUMLOCK:ON
  49.  
  50. If you're not interested by source code, you can remove it by issuing:
  51.  
  52.    DEL /F *.C *.DEF BUILD.CMD
  53.  
  54. How to Uninstall?
  55. -----------------
  56.  
  57. If SL.EXE is running, close it (that is, open the Tasks List, select the
  58. "MLShiftLock" entry, open its context menu, and select Close).
  59.  
  60. You can then remove the ShiftLock object from your startup folder, SL.EXE
  61. and SLHOOK.DLL...
  62.  
  63.  
  64. Hope you find it useful...
  65.  
  66.  
  67. Martin Lafaix
  68. --
  69. lafaix@mimosa.unice.fr
  70. Team OS/2
  71.