Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeyboardMapper Object / AddMapping Method
A KeyboardMapping object that contains a mapping between a key sequence and a set of actions to perform when that key sequence is pressed in a host session.
In This Topic
    AddMapping Method (KeyboardMapper)
    In This Topic
    Adds a key mapping to the current keyboard map.
    Syntax
    expression.AddMapping( _
       ByVal mapping As KeyboardMapping _
    ) 
    where expression is a variable that represents a KeyboardMapper Object

    Parameters

    mapping
    A KeyboardMapping object that contains a mapping between a key sequence and a set of actions to perform when that key sequence is pressed in a host session.
    Remarks
    A key can also be remapped to do nothing if the InputMapSequenceAction specified in mapping.Mapping has no InputMapActions added to it.
    See Also