MACSCRPT Archives

February 2007

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Le Stang Jean-Baptiste <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Mon, 26 Feb 2007 01:52:47 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (44 lines)
	XTool is an osax for Mac OS X (10.4.x, PPC & Intel) allowing you to  
take control of the mouse using AppleScript, this version is  
available as a Universal Binary, the terminology of the osax has been  
redesigned to allow better understanding of how to use the osax.

The dictionary of XTool is now :

hide mouse v : hide the mouse
	hide mouse

show mouse v : show the mouse
	show mouse

move mouse v : move the mouse to given coordinates
	move mouse [point] : where you want to move the mouse

scroll mouse v
	scroll mouse integer : the amount of scrolling
	[scroll direction vertical | horizontal] : which mouse button

click mouse v
	click mouse [point] : where to do the mouse click
	[times integer] : how many times you want to clik the mouse
	[delay integer] : delay between two mouse clicks
	[using primary button | secondary button | middle button] : which  
mouse button

position of the mouse v : get the mouse location
	position of the mouse
	→ point

If you're a frequent user of XTool, then you might consider buying a  
$10 licence for XTool that will get you free updates & support :  
<https://order.kagi.com/cgi-bin/store.cgi?storeID=6FBNZ&lang=en>
	
XTool is now available as an open source projet, and sources of the  
project can now also be downloaded.

XTool for Mac OS X : <http://lestang.org/osax/XTool-2.0.dmg.tgz>
XTool sources : <http://lestang.org/osax/XTool-2.0-src.dmg.tgz>

--
Le Stang Jean-Baptiste

ATOM RSS1 RSS2