InfoConnect for Airlines VBA Guide
KeyMap Property (KeyboardMapper)
Gets or sets the name of the keymap file.
Syntax
Object.KeyMap As String
Remarks
When setting the filename, if the value is not a full path, InfoConnect searches the user's InfoConnect data folder and the Built-Ins/Keyboard Maps folder.

If the file cannot be found there, or the full path passed in does not exist, a FileNotFoundException is thrown.

See Also