You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using AutoOCR feature in Kamui it's often the case that the exact same line gets picked up by the OCR over and over and the text in JL gets hard to read because the definition flashes in and out when it's the exact same text that gets sent. Is there some setting to prevent JL from accepting new clipboard events when it's the exact same text? I also have a separate script that relies on clipboard timing so if it's the exact same text, i'd prefer to only capture the first event of that to prevent issues. This is via clipboard copying by the way, kamui doesn't have websockets yet.
The text was updated successfully, but these errors were encountered:
gattigcg1
changed the title
If clipboard/websocket text is the same, do not send
If clipboard text is the same, do not send
Nov 21, 2024
Enable Preferences -> Main Window -> Merge sequential texts when they match
Set the value of Preferences -> Main Window -> Max delay between copies to merge sequential texts when they match (in milliseconds) to 0 to remove the time constraint, or set it to a resonable number
Disable Preferences -> Main Window -> Hide popups on text change
I might add a new option for users who do not wish to merge matching sequential texts in general but still want to discard duplicate text in the next version of JL.
Using AutoOCR feature in Kamui it's often the case that the exact same line gets picked up by the OCR over and over and the text in JL gets hard to read because the definition flashes in and out when it's the exact same text that gets sent. Is there some setting to prevent JL from accepting new clipboard events when it's the exact same text? I also have a separate script that relies on clipboard timing so if it's the exact same text, i'd prefer to only capture the first event of that to prevent issues. This is via clipboard copying by the way, kamui doesn't have websockets yet.
The text was updated successfully, but these errors were encountered: