InfoConnect for Airlines VBA Guide
AddMapping Method (KeyboardMapper)
A mapping between a key sequence and a set of actions to perform when that key sequence is pressed in a host session.
Adds a key mapping to the current keyboard map.
Syntax
object.AddMapping( _
   ByVal mapping As KeyboardMapping _
) 

Parameters

mapping
A mapping between a key sequence and a set of actions to perform when that key sequence is pressed in a host session.
Remarks
A key can also be remapped to do nothing if the InputMapSequenceAction specified in mapping.Mapping has no InputMapActions added to it.
See Also