Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove _onMessage (#1265) | toasted-nutbread | 2021-01-17 |
| | |||
* | Optimize hotkey registration (#1264) | toasted-nutbread | 2021-01-17 |
| | |||
* | Hotkey forwarding support (#1263) | toasted-nutbread | 2021-01-17 |
| | | | | | | | | | * Add support for allowing HotkeyHandler to forward hotkeys * Update hotkey registration * Pass HotkeyHandler instance into Display* constructor * Implement hotkey forwarding | ||
* | Optimize hotkey handler to not hook any events if cannot do anything (#1260) | toasted-nutbread | 2021-01-16 |
| | |||
* | Add check to ignore hotkey registrations with null key (#1256) | toasted-nutbread | 2021-01-16 |
| | |||
* | Refactor hotkey handling (#1250) | toasted-nutbread | 2021-01-16 |
* Create HotkeyHandler * Update Display to use HotkeyHandler |