InfoConnect for Airlines VBA Guide
RemoveMapping Method (KeyboardMapper)
The key sequence to remove the mapping for.
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 to remove the mapping for.
See Also