Load the hotkeys from the config file */
| 330 | |
| 331 | /** Load the hotkeys from the config file */ |
| 332 | void LoadHotkeysFromConfig() |
| 333 | { |
| 334 | SaveLoadHotkeys(false); |
| 335 | } |
| 336 | |
| 337 | /** Save the hotkeys to the config file */ |
| 338 | void SaveHotkeysToConfig() |
no test coverage detected