Add an option to wait for a combo to take screenshots instead of waiting for a delay
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user