InfoConnect for Airlines VBA Guide
KeyboardMapper Object Methods

For a list of all members of this type, see KeyboardMapper members.

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