InfoConnect for Airlines VBA Guide
KeyboardMapper Object Members

The following tables list the members exposed by KeyboardMapper.

Properties
 NameDescription
Public PropertyKeyMapGets or sets the name of the keymap file.  
Public PropertyMappingCollectionReturns a set of all the keys that have been remapped in the current keyboard map.  
Public PropertyParentGets the parent object (Terminal).  
Top
Methods and Functions
 NameDescription
Public MethodAddMappingAdds a key mapping to the current keyboard map.  
Public MethodContainsReturns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.  
Public MethodContains2Returns whether there is a mapping for a specified key combination in the current keyboard map.  
Public MethodRemoveMappingRemoves a key mapping from the keyboard map. This method should only be used to remove non-extended keys.  
Public MethodRemoveMapping2Removes a key mapping from the keyboard map.  
Public MethodSaveSaves changes to the current keyboard map.  
Public MethodSaveAsSaves the current keyboard map contents to a file.  
Top
See Also