KeyboardRemap.ExportKeys (string) Method

Creates an XML file with the definitions for the active keyboard.

Syntax

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

Parameters

filename
Name of the XML file to write.

Exceptions

KeyboardRemapException

More Information

KeyboardRemap Class