Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The result of the paste command is incorrect
#4
Probably 'paste' restores the old clipboard text too soon. Normally it waits until somebody gets the new temporary clipboard text, but other clipboard software can break it. If using a clipboard program, try to disable. Including the Windows "Clipboard history".

Or create a function that pastes and waits a fixed amount of time.
Function PasteSlow
Code:
Copy      Help
;/
function str'text

str old.getclip
text.setclip
key Cv
wait 0.5
old.setclip


Messages In This Thread
RE: The result of the paste command is incorrect - by Gintaras - 08-20-2023, 03:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)