lazarus/test/hello.ahk
vincents a887252122 added fpcunit tests that compile the examples
git-svn-id: trunk@9851 -
2006-09-09 20:11:36 +00:00

20 lines
570 B
AutoHotkey

;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
WinWait, Hello World,
IfWinNotActive, Hello World, , WinActivate, Hello World,
WinWaitActive, Hello World,
Click, 98, 68