Barrier Between clibor and autohotkey
When running a script that stores to clipboard and pastes, it may be reflected in clibor's clipboard.
If you set sleep, it gets reflected in clibor (clipboard gets contaminated), and if you don't set it, the existing first clip data gets inserted frequently.
โ This is because clipboardall is read before pasting the clipboard variable.
Set Clip Interval in clibor
As a countermeasure, set the time interval before clipping in clibor.
Right-click the clibor icon, Settings > Clipboard > Update to set the interval.
The default is 200ms, but you can set it to about 1000ms. = 1 second