Site Tools


autoit:codes:textinsert

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autoit:codes:textinsert [2014/06/02 09:50] lunetikkautoit:codes:textinsert [2018/12/20 17:43] (current) – Discussion status changed lunetikk
Line 1: Line 1:
 ====== Textinsert ====== ====== Textinsert ======
  
-<code>+This can be used to insert text into fields without copying it to the clipboard. Just click into the textbox/field and hit PageUp/Bild auf. 
 +Close the script with End/Ende button. 
 + 
 +<code autoit insert.au3>
 HotKeySet("{PGUP}", "insert") HotKeySet("{PGUP}", "insert")
 Hotkeyset("{END}", "close") Hotkeyset("{END}", "close")
Line 22: Line 25:
 WEnd WEnd
 </code> </code>
 +
 +\\
 +\\
 +~~DISCUSSION:closed~~
autoit/codes/textinsert.1401695457.txt.gz · Last modified: 2017/03/01 12:50 (external edit)