Site Tools


autoit:codes:textinsert

Differences

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

Link to this comparison view

Next revision
Previous revision
autoit:codes:textinsert [2014/06/02 09:50] – created 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")
  
 Func insert() Func insert()
-MouseClick("left") 
 Sleep(50) Sleep(50)
 Send("Hello") Send("Hello")
Line 23: Line 25:
 WEnd WEnd
 </code> </code>
 +
 +\\
 +\\
 +~~DISCUSSION:closed~~
autoit/codes/textinsert.1401695425.txt.gz · Last modified: 2017/03/01 12:50 (external edit)