Transcription of AutoIt and ScriptIt {ENTER} Quick Reference {ALT} …
{{id}} {{{paragraph}}}
AutoIt and ScriptIt Quick Reference Author: Jialong He ~jialong_he AutoIt Introduction AutoIt can be used to run some Windows application automatically. It feeds keystrokes and mouse movement from a script into an application. The software is free and can be obtained from: Script Example ;==================================== ; AutoIt script ;==================================== Run, WinWaitActive, Untitled - Send, aAbBcCdDeEfF {!}"$\%{^}&*()_-{+}=#{ENTER} Sleep, 1000 Send, 12345678 Send, {BS 4}#{BACKSPACE 4} Send, !{F4} WinWaitActive, Notepad, save the changes? Send, !n WinWaitClose, Untitled - Notepad denied: Exit Send Command Syntax ! ALT key. , send, !x will send Alt and x keys. + SHIFT key. ^ CONTROL key. {!} ! {#} # {+} + {^} ^ {{} { {}} } {SPACE} SPACE {ENTER} ENTER {ALT} ALT {BACKSPACE} or {BS} BACKSPACE {DELETE} or {DEL} DELETE {UP} Cursor up {DOWN} Cursor down {LEFT} Cursor left {RIGHT} Cursor right {HOME} HOME {END} END {ESCAPE} or {ESC} ESCAPE {INSERT} or {INS} INS {PGUP} PGUP {PGDN} PGDN {F1} - {F12} Function keys {TAB} TAB {PRINTSCREEN} PRINTSCR {LWIN} Left Windows key {RWIN} Right Windows key {NUMLOCK} NUMLOCK {CTRLBREAK} Ctrl+break {PAUSE} PAUSE {CAPSLOCK} CAPSLOCK {NUMPAD0} - {NUMPAD 9} Numpad digits {NUMPADMULT} Numpad Multiply {NUMPADADD} Numpad Add {NUMPADSUB} Numpad Subtract {NUMPADDIV} Numpad Divide {NUMPADDOT} N
AutoIt and ScriptIt Quick Reference Author: Jialong He Jialong_he@bigfoot.com http://www.bigfoot.com/~jialong_he AutoIt Introduction AutoIt can be used to run some Windows
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}