[]
Adds a handler to the keymap.
public void AddHandler(Keys keyData, KeyMap.DoAction handler)
Public Sub [AddHandler](keyData As Keys, handler As KeyMap.DoAction)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | The keystroke to map. |
| KeyMap.DoAction | handler | The handler for the keystroke. |