Clarify config file

This commit is contained in:
AuroraWright
2025-10-06 02:23:46 +02:00
parent 0436ef9593
commit 0b90d75d33

View File

@@ -31,7 +31,7 @@
;note: this specifies a combo to wait on for taking a screenshot instead of using the delay. As an example: <ctrl>+<shift>+s. 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 taking a screenshot instead of using the delay. As an example: <ctrl>+<shift>+s. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
;screen_capture_combo = <ctrl>+<shift>+s ;screen_capture_combo = <ctrl>+<shift>+s
;screen_capture_old_macos_api = False ;screen_capture_old_macos_api = False
;note: this specifies the language to use for text filtering while using "screencapture". Valid values: ja: (Japanese) zh: (Chinese) ko: (Korean) ar: (Arabic) ru: (Russian) el: (Greek) he: (Hebrew) th: (Thai) ;note: this specifies the language to use for some engines and text filtering while using "screencapture". Valid values: ja: (Japanese) zh: (Chinese) ko: (Korean) ar: (Arabic) ru: (Russian) el: (Greek) he: (Hebrew) th: (Thai)
;Any other value will use Latin Extended (for most European languages and English). ;Any other value will use Latin Extended (for most European languages and English).
;language = ja ;language = ja
;note: can be "text" (default) or "json" (to include coordinates). ;note: can be "text" (default) or "json" (to include coordinates).