Creates an XML file with the default definitions for the selected embedded or attached keyboard.
[C#]
public static void ExportDefaultKeys(
byte keyboard,
string filename
);
keyboard
Indicates the keyboard to be affected by this operation:
filename
Name of the XML file to write.
If more than one external keyboard is attached to the computer, call GetKeyboardID to return the unique identifier for each attached keyboard.