RosettaCodeData/Task/Simulate-input-Mouse/AutoHotkey/simulate-input-mouse.ahk

7 lines
222 B
AutoHotkey
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
WinActivate, ahk_class MozillaUIWindowClass
Click 200, 200 right ; relative to external window (firefox)
sleep, 2000
WinMinimize
CoordMode, Mouse, Screen
Click 400, 400 right ; relative to top left corner of the screen.