Save the hotkeys to the config file */
| 336 | |
| 337 | /** Save the hotkeys to the config file */ |
| 338 | void SaveHotkeysToConfig() |
| 339 | { |
| 340 | SaveLoadHotkeys(true); |
| 341 | } |
| 342 | |
| 343 | void HandleGlobalHotkeys([[maybe_unused]] char32_t key, uint16_t keycode) |
| 344 | { |
no test coverage detected