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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -