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
This happens during the necessary stage of identifying new clipboards. To do this, it sets values to the clipboard and then retrieves the value from the same or other clipboards. It's hard to completely avoid this but ideally it can be reduced somehow.
there's already this to reset it back to the value from before checking
for c in clipboards.iter(){
c.set(&start)?;}
but occasionally i hit the clipboard in the middle of the search and get a display number anyway. this would restore it sooner but i don't know how much better it would be. need to weigh this against the fact that it's reading and writing to all the clipboards ~twice as many times
This happens during the necessary stage of identifying new clipboards. To do this, it sets values to the clipboard and then retrieves the value from the same or other clipboards. It's hard to completely avoid this but ideally it can be reduced somehow.
there's already this to reset it back to the value from before checking
but occasionally i hit the clipboard in the middle of the search and get a display number anyway. this would restore it sooner but i don't know how much better it would be. need to weigh this against the fact that it's reading and writing to all the clipboards ~twice as many times
The text was updated successfully, but these errors were encountered: