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

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -