Allow combo_pause without combo_engine_switch
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
;notifications = False
|
||||
;ignore_flag = False
|
||||
;delete_images = False
|
||||
;note: this specifies a combo to wait on for pausing the program. As an example: <ctrl>+<shift>+p. To be used with combo_engine_switch. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
|
||||
;note: this specifies a combo to wait on for pausing the program. As an example: <ctrl>+<shift>+p. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
|
||||
;combo_pause = <ctrl>+<shift>+p
|
||||
;note: this specifies a combo to wait on for switching the OCR engine. As an example: <ctrl>+<shift>+a. To be used with combo_pause. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
|
||||
;combo_engine_switch = <ctrl>+<shift>+a
|
||||
|
||||
Reference in New Issue
Block a user