KeyboardMapper Object Methods
In This Topic
For a list of all members of this type, see KeyboardMapper members.
Public Methods
| Name | Description |
| AddMapping | Adds a key mapping to the current keyboard map. |
| Contains | Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys. |
| Contains2 | Returns whether there is a mapping for a specified key combination in the current keyboard map. |
| RemoveMapping | Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys. |
| RemoveMapping2 | Removes a key mapping from the keyboard map. |
| Save | Saves changes to the current keyboard map. |
| SaveAs | Saves the current keyboard map contents to a file. |
Top
See Also