aRTy42 / POE-ItemInfo

Item Info Script for Path of Exile
167 stars 224 forks source link

Don't remove clipboard contents #120

Closed Krzysiu closed 5 years ago

Krzysiu commented 5 years ago

The script deletes clipboard contents when the content is not a raw text. It's because number of lines like ClipBoardTemp := Clipboard

where the proper way[1] to save clipboard is: ClipBoardTemp := ClipboardAll

[1] https://autohotkey.com/docs/misc/Clipboard.htm#ClipboardAll

Eruyome commented 5 years ago

I have replaced those line with ClipBoardAll (dev version, will be released in a while).