KeyboardRemap.ExportDefaultKeys (string) Method

Creates an XML file with the default definitions for the embedded keyboard.

Syntax

[C#]
public static void ExportDefaultKeys(
string filename
);

Parameters

filename
Name of the XML file to write.

Exceptions

KeyboardRemapException

More Information

KeyboardRemap Class