Apply paste delay after key press and increase slider range#1465
Merged
Conversation
Owner
|
Is it possible to make these two separate sliders @sboys3 Where: |
🧪 Test Build ReadyBuild artifacts for PR #1465 are available for testing. Download artifacts from workflow run Artifacts expire after 30 days. |
|
Is there an ETA of when this pull request might be implemented? I keep checking for updates to Handy and there haven't been any in a long time. |
Owner
|
I am in the process of releasing transcribe.cpp and integrating into handy in parallel. After this is done I will be reviewing issues and merging appropriate features. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before Submitting This PR
Please confirm you have done the following:
Human Written Description
The main purpose of this is for people to test if increasing the delay after improves clipboard pasting reliability. This fix applies the existing paste delay config option to after the paste key presses. Both the delay before and after are now controlled by the one setting. The clipboard seems to be reverted before the key presses go through to some applications, resulting in previous clipboard content being pasted instead of the new content. This slider on the debug page has also been extended out to 500ms, because on my system when there is heavy load, it is required to be that high. The only change this should have for normal users is it changes the second delay from 50 to 60 milliseconds by default.
Related Issues/Discussions
Discussion: #502
Community Feedback
Testing
I have used this fix for several days now, during which some of the time my system was under heavy load, and I have not had a paste failure since. Although 1000 milliseconds in total(500ms for the setting) does block the main thread for a while. Previously, it was a common occurrence to get incorrect content pasted.
AI Assistance