home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dvorkb13.zip / DVORAKKB.DOC next >
Text File  |  1997-02-12  |  5KB  |  118 lines

  1.  
  2.    DVORAKKB:  A Dvorak keyboard remapper for OS/2.
  3.  
  4.    Written by:  Mark Zetts
  5.  
  6.    Version 1.3
  7.  
  8.     (c) Copyright International Business Machines Corporation 1995, 1997.
  9.     All rights Reserved.
  10.  
  11.  
  12.  Version 1.0 - First release.
  13.  Version 1.1 - Fix bug where the left brace produced a right brace.
  14.  Version 1.2 - Added option to load original right hand Dvorak layout.
  15.                This is the layout used in Windows 3.1 and it fixes
  16.                the problem of getting one RH layout for OS/2 and
  17.                another for WIN-OS2 applications.
  18.  Version 1.3 - Support OS/2 Version 4.0.
  19.  
  20.                  Note: Dvorak keyboard support was included in OS/2
  21.                        Version 4.0.  To invoke it, type in at an OS/2
  22.                        full screen command prompt:
  23.  
  24.                            KEYB US DV     (Standard Dvorak)
  25.                            KEYB US DVR    (Dvorak right hand)
  26.                            KEYB US DVL    (Dvorak left hand)
  27.  
  28.                        To restore the US QWERTY layout, type:
  29.  
  30.                            KEYB US
  31.  
  32.                        The only advantage of using DVORAKKB is the ability
  33.                        to quickly switch between the QWERTY and Dvorak
  34.                        layouts by double clicking the Scroll Lock key.
  35.  
  36.  
  37.  DVORAKKB remaps the standard 101/102 keyboard (US layout) to a Dvorak 
  38.  layout.  The keyboard will be remapped in the PM screen group for PM, 
  39.  OS2, DOS and Seamless applications and for DOS and OS2 full screen 
  40.  applications.  Full screen Windows may be converted to Dvorak by loading
  41.  the Windows Dvorak keyboard driver (procedure provided). To switch between
  42.  Dvorak and QWERTY keyboard layouts, double click the Scroll Lock key.  
  43.  
  44.  DVORAKKB runs under OS/2 2.x, OS/2 3.x and OS/2 4.x.
  45.  
  46.  DVORAKKB may be invoked from either an OS/2 command line or as program
  47.  object on the desktop.  Invoking the program with no options will
  48.  display help.
  49.  
  50.  Left and right hand versions of the Dvorak keyboard are also available
  51.  for the disabled.
  52.  
  53.    Procedure to load the Windows Dvorak keyboard driver:
  54.  
  55.          1.  Open WIN/OS2 folder.
  56.          2.  Open WIN-OS/2 Main folder.
  57.          3.  Double click on Control Panel icon.
  58.          4.  Double click on International icon.
  59.          5.  Drop down the Keyboard Layout combobox.
  60.          6.  Select US-Dvorak (See Note 1).
  61.          7.  Click on OK.
  62.  
  63.          Note:  1.  The Dvorak driver, KBDDV.DLL, is located on OS/2
  64.                     Installation diskette #9.
  65.                 2.  This will change seamless and full screen Windows
  66.                     sessions to the Dvorak layout.
  67.                 3.  The lefthand and righthand Dvorak layouts are
  68.                     not provided.
  69.                 4.  If the Windows Dvorak keyboard driver is not loaded,
  70.                     DVORAKKB will remap the seamless Windows session
  71.                     only.  Full screen Windows will remain QWERTY.
  72.  
  73.  
  74.    A graphic of the Dvorak and QWERTY layouts may be displayed
  75.  using the -L command option for quick reference.
  76.  
  77.  
  78.    Usage:  DVORAKKB  string   -S   -L   -KILL   -LQ  -?
  79.  
  80.      where:  string   Keyboard assignment
  81.              -S       Query status
  82.              -L       Display keyboard layout
  83.              -KILL    Unload the DVORAKKB utility.
  84.              -LQ      Display QWERTY keyboard layout
  85.              -?       Help
  86.              -A       About 
  87.  
  88.             Keyboard Assignments:
  89.                DV       - Standard Dvorak  (Default)
  90.                RH       - Right Hand Dvorak
  91.                LH       - Left Hand Dvorak
  92.                RH31     - Win 3.1 Right Hand Dvorak
  93.  
  94.    Examples:   DVORAKKB  DV  -  Standard Dvorak keyboard
  95.                DVORAKKB  RH  -  Right hand Dvorak keyboard
  96.                DVORAKKB  -L  -  Display the current keyboard layout
  97.  
  98.  
  99.  To switch between Dvorak and QWERTY keyboard layouts, double click
  100.  the Scroll Lock key.  You MUST be in the PM screen group when switching
  101.  between Dvorak and QWERTY.  Switching is disabled in full screen mode.
  102.  
  103.  
  104. NLS Notes:  1. You must be using the US QWERTY keyboard layout to invoke
  105.                the Dvorak remapper.
  106.  
  107.            2.  If you change to a non-US layout while the keyboard
  108.                is remapped to the Dvorak layout, the Dvorak layout
  109.                is unloaded and the keyboard reverts to QWERTY or
  110.                AZERTY.
  111.  
  112.            3.  When you switch back to the US layout, the Dvorak
  113.                layout will automatically be restored IF it was enabled
  114.                prior to switching away from the US keyboard.
  115.                Otherwise, just double click on the Scroll Lock key to
  116.                reactivate it.
  117.  
  118.