InfoConnect for Unisys 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.  
Top
Methods and Functions
 NameDescription
Public MethodAddMappingAdds a key mapping to the current keyboard map.  
Public MethodContainsReturns whether the current keyboard map has a mapping for a specified key combination. This method only works for non-extended keys.  
Public MethodContains_2Returns whether the current keyboard map has a mapping for a specified key combination.  
Public MethodRemoveMappingRemoves a key mapping from the keyboard map. This method should only be used to remove non-extended keys.  
Public MethodRemoveMapping_2Removes 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