Add manual regex filter for screen capture

This commit is contained in:
AuroraWright
2025-10-23 14:53:19 +02:00
parent 07ce077dec
commit e5aab4e2a5
3 changed files with 25 additions and 5 deletions

View File

@@ -91,6 +91,10 @@
;recover missed lines from unstable frames. Can lead to increased glitches.
;screen_capture_line_recovery = True
;When reading with screen capture, regex to filter unwanted text from the output.
;Example value: "▶|♥|・" to remove either of those characters.
;screen_capture_regex_filter =
;Display lines in the text output without a space between them.
;join_lines = False