Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeyboardMapper Object
Properties Methods

In This Topic
    KeyboardMapper Object Members
    In This Topic

    The following tables list the members exposed by KeyboardMapper.

    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the keymap file.  
    Public PropertyReturns a set of all the keys that have been remapped in the current keyboard map.  
    Public PropertyGets the parent object (Terminal).  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a key mapping to the current keyboard map.  
    Public MethodReturns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.  
    Public MethodReturns whether there is a mapping for a specified key combination in the current keyboard map.  
    Public MethodRemoves a key mapping from the keyboard map. This method should only be used to remove non-extended keys.  
    Public MethodRemoves a key mapping from the keyboard map.  
    Public MethodSaves changes to the current keyboard map.  
    Public MethodSaves the current keyboard map contents to a file.  
    Top
    See Also