Add an option to wait for a combo to take screenshots instead of waiting for a delay

This commit is contained in:
AuroraWright
2024-01-30 14:40:24 +01:00
parent dff32e61fd
commit 1b88f2a6c5
4 changed files with 40 additions and 11 deletions

View File

@@ -22,7 +22,8 @@ class Config:
'screen_capture_monitor': 1,
'screen_capture_coords': '',
'screen_capture_delay_secs': 3,
'screen_capture_only_active_windows': True
'screen_capture_only_active_windows': True,
'screen_capture_combo': ''
}
def __parse(self, value):