KillerBOSS2019 / WinTools

A multi Tools combined into one Plugin such as Change audio output, input, mouse etc... Suggestions are welcomed!
MIT License
24 stars 4 forks source link

Incorrect text value read from clipboard #59

Open spoyser opened 7 months ago

spoyser commented 7 months ago

Great plugin, loads of very useful stuff. Just started making use of some of the clipboard functionality that this plugin provides, in particular the "Store Current Contents of Clipboard into Value", and one thing I'm noticing is that occasionally rather that getting the text from the clipboard, it gets the word TRUE instead. On inspection of the source code I see this at line 1494 (and line 1497) in WinTools/src/utils/util.py TPClient.stateUpdate("KillerBOSS.TP.Plugins.capture.clipboard.contents", "TRUE") I assume this is where it is coming from, I'm guessing for whatever reason the second stateUpdate is getting lost along the way.