Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
type
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
type = type-number
 
The type setting identifies the keyboard layout. A keyboard driver uses the
value to determine which table to use for virtual-key code translations.
 
Parameter    Description
────────────────────────────────────────────────────────────────────────────
 
 
type-number  Specifies the keyboard type. It can be one of the following
             values.
 
             Value  Meaning
             ───────────────────────────────────────────────────────────────
             1      XT keyboard
 
             3      AT keyboard
 
             4      Enhanced keyboard
 
Comments
 
The type-number parameter overrides any default type set by the keyboard
driver.
 
                                      ♦