KeyboardRemap Members

Methods

Method Description
DisableKey Disables a key definition on the indicated plane for the embedded keyboard.
DisableKey Disables a key definition on the indicated plane for the selected embedded or attached keyboard.
ExportDefaultKeys Creates an XML file with the default key definitions for the active keyboard.
ExportDefaultKeys Creates an XML file with the default key definitions for the selected embedded or attached keyboard.
ExportKeys Creates an XML file with the definitions for the active keyboard.
ExportKeys Creates an XML file with the definitions for the selected embedded or attached keyboard.
GetDefaultKey Determines if a default definition for a key exists for the embedded keyboard.

GetDefaultKey

Determines if a default definition for a key exists for the selected embedded or attached keyboard.
GetKey Gets the definition for an existing key on the embedded keyboard.
GetKey Gets the definition for an existing key on the selected embedded or attached keyboard.
ImportKeys Imports key definitions from an XML file or string for the embedded keyboard.
ImportKeys Imports key definitions from an XML file or string for the selected embedded or attached keyboard.
KeyDefaultExists Gets the default definition for an existing key on the embedded keyboard.
KeyDefaultExists Gets the default definition for an existing key on the selected embedded or attached keyboard.
KeyExists Determines if a definition for a key exists on the embedded keyboard.
KeyExists Determines if a definition for a key exists for the selected embedded or attached keyboard.
ResetAll Restores all key definitions to the default state.
ResetKey Restores a single key to its default definition for the indicated plane on the embedded keyboard.
ResetKey Restores a single key to its default definition for the indicated plane on the selected embedded or attached keyboard.
SetKey Assigns a key definition to an existing or new key on the embedded keyboard.
SetKey Assigns a key definition to an existing or new key on the selected embedded or attached keyboard.

Properties

Property Description
DefaultKeys (Read-only) XML string containing all default key definitions.
KeyboardID (Read-only) Unique ID for the active keyboard.
KeyboardNotify Enables or disables automatic notification of the keyboard driver of key definition changes.
Keys XML string containing definitions for all currently defined keys.
Version (Read-only) Returns a string that contains the assembly version.

More Information

KeyboardRemap Class