Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeyboardMapper Object / KeyMap Property
In This Topic
KeyMap Property (KeyboardMapper)
In This Topic
Gets or sets the name of the keymap file.
Syntax
expression.KeyMap As String
where expression is a variable that represents a KeyboardMapper Object
Remarks
When setting the keymap file, if the value is not a full path, Reflection searches for the file in the user's Reflection document folder and in the Built-Ins/Keyboard Maps folder.

If the file isn't found or the full path that's passed in does not exist, a FileNotFoundException is thrown.

See Also