Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeyboardMapper Object / RemoveMapping2 Method
A Keys value that specifies the key sequence for which to remove the mapping.
Indicates whether this key is an extended key. For IBM Enhanced 101-key and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
In This Topic
RemoveMapping2 Method
In This Topic
Removes a key mapping from the keyboard map.
Syntax
expression.RemoveMapping2( _
   ByVal key As Keys, _
   ByVal isExtendedKey As Boolean _
) 
where expression is a variable that represents a KeyboardMapper Object

Parameters

key
A Keys value that specifies the key sequence for which to remove the mapping.
isExtendedKey
Indicates whether this key is an extended key. For IBM Enhanced 101-key and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
See Also