This commit is contained in:
AuroraWright
2025-04-10 01:37:43 +02:00
parent 6eaf34720c
commit 31bbe4b940

View File

@@ -17,7 +17,7 @@
;combo_pause = <ctrl>+<shift>+p ;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 ;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 ;combo_engine_switch = <ctrl>+<shift>+a
;note: screen_capture_area can be empty for the coordinate picker, "screen_N" (where N is the screen number starting from 1) for an entire screen, have a manual set of coordinates (x,y,width,height) or a window name (the first matching window title will be used) ;note: screen_capture_area can be empty for the coordinate picker, "screen_N" (where N is the screen number starting from 1) for an entire screen, have a manual set of coordinates (x,y,width,height) or a window name (the first matching window title will be used).
;screen_capture_area = ;screen_capture_area =
;screen_capture_area = screen_1 ;screen_capture_area = screen_1
;screen_capture_area = 400,200,1500,600 ;screen_capture_area = 400,200,1500,600