InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / KeyboardMapper Object / RemoveMapping Method
The key sequence to remove the mapping for.
In This Topic
    RemoveMapping Method (KeyboardMapper)
    In This Topic
    Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.
    Syntax
    expression.RemoveMapping( _
       ByVal key As Keys _
    ) 
    where expression is a variable that represents a KeyboardMapper Object

    Parameters

    key
    The key sequence to remove the mapping for.
    See Also