What is the best way to paste hundreds of characters per second in AutoHotKey -
when use send/sendinput/sendplay takes long load, perhaps handling strings improperly. found quickest route use clipboard problem because of how fast , diverse amount of things need paste.
the documentation sendinput says:
under conditions, sendinput instantaneous, when sending long strings
there's note, won't relevant though if never run several ahk scripts simultaneously:
if script other 1 executing sendinput has low-level keyboard hook installed, sendinput automatically reverts sendevent (or sendplay if sendmode inputthenplay in effect)
however, second some/many applications clipboard method indeed 1 instantaneous. save clipboardall in temporary variable , restore after copypasting text.
Comments
Post a Comment