InfoConnect for Airlines VBA Guide
RemoveMapping_2 Method (KeyboardMapper)
The key sequence to remove the mapping for.
Indicates whether this key is an extended key. For IBM Enhanced 101- and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main section of the keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys in the clusters to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
Removes a key mapping from the keyboard map.
Syntax
object.RemoveMapping_2( _
   ByVal key As Keys, _
   ByVal isExtendedKey As Boolean _
) 

Parameters

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