[]
Sets a handler to an existing key.
public void SetHandler(Keys keyData, KeyMap.DoAction handler)
Public Sub SetHandler(keyData As Keys, handler As KeyMap.DoAction)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | The keystroke to map. |
| KeyMap.DoAction | handler | The handler for the keystroke. |