InfoConnect VBA Guide
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, InfoConnect searches for the file in the user's InfoConnect 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