Attachmate.Reflection.Emulation.Common Namespace : IKeyboardMapper Interface |
The following tables list the members exposed by IKeyboardMapper.
Name | Description | |
---|---|---|
KeyMap | Gets or sets the name of the keymap file. | |
MappingCollection | Returns a set of all the keys that have been remapped in the current keyboard map. | |
Parent | Gets the parent object. The parent is the terminal object (e.g. IUtsTerminal) |
Name | Description | |
---|---|---|
AddMapping | Adds a key mapping to the current keyboard map. | |
Contains | Overloaded. Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys. | |
RemoveMapping | Overloaded. Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys. | |
Save | Saves changes to current keyboard map | |
SaveAs | Saves current keyboard map contents to a file |