InfoConnect for Airlines VBA Guide
RemoveMapping Method (KeyboardMapper)
The key sequence for which to remove the mapping.
Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.
Syntax
object.RemoveMapping( _
   ByVal key As Keys _
) 

Parameters

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