-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Using TextEditorAnywhere causes issues when the AHK script is running.
TextEditorAnywhere allows people to use whatever editor (Vim in this case) pretty much anywhere by opening a temporary file in the editor and then pasting the text from the file into the clipboard. Running this script causes it to instead copy and then paste whatever was copied before.
Say you copied the text "Bread" like you would with any text, it will now be the latest item in the Clipboard history and pasting just puts "Bread" into the text box. Now you use TextEditorAnywhere to write some text like "Salad" and once you exit it to have the text "Salad" pasted into the text box it will instead paste "Bread" again and checking the history shows that the "Salad" text is second in the list with "Bread" being pushed back to the first spot.
I've tried to somehow work around this issue, but have yet to find anything that works.