Implement combos to switch/pause from other windows, update version

This commit is contained in:
AuroraWright
2024-02-08 19:42:36 +01:00
parent d415225b42
commit 26a65563f4
4 changed files with 84 additions and 49 deletions

View File

@@ -22,6 +22,8 @@ class Config:
'delay_secs': 0.5,
'websocket_port': 7331,
'notifications': False,
'combo_pause': '',
'combo_engine_switch': '',
'screen_capture_monitor': 1,
'screen_capture_coords': '',
'screen_capture_delay_secs': 3,