[keyboard.drivers]

[keyboard.drivers] Name = Filename

The [keyboard.drivers] section specifies the filename required to install a keyboard driver.

Parameters

Name

Specifies a unique name identifying the keyboard driver.

Filename

Specifies the MS-DOS filename of the keyboard-driver file.

Comments

When Setup installs a keyboard driver, it also checks the [keyboard.types] and [keyboard.tables] sections in the file to determine the keyboard type and subtype and to install a keyboard library.

Example

The following is an example of a [keyboard.drivers] and related sections in an OEMSETUP.INF file for a specific keyboard driver:

[data]

defkeydll = ussrdll

[disks]

1 = . ,"Oem Keyboard disk #1"

[keyboard.drivers]

kbd = 1:keyboard.drv

[keyboard.types]

t3s9oem = "Russian OEM Keyboard"

[keyboard.tables]

ussrdll = 1:kbdussr.dll,"Russian"

See Also

[data], [disks], [keyboard.tables], [keyboard.types]