InfoConnect for Airlines VBA Guide
Contains Function (KeyboardMapper)
The key sequence to query for.
Returns whether the current keyboard map has a mapping for a specified key combination. This method only works for non-extended keys.
Syntax
object.Contains( _
   ByVal key As Keys _
) As Boolean

Parameters

key
The key sequence to query for.

Return Value

True if the current keyboard map contains a mapping for key, false if not.
See Also