Leslie Nielsen

Mark Waddingham mark at livecode.com
Tue Aug 8 11:44:24 EDT 2017


On 2017-08-08 17:41, Richmond Mathewson via use-livecode wrote:
> I can send a command to a button like this:
> 
> send "mouseUp" to btn "BASH"
> 
> BUT I want to fake having the altKey pressed as well:
> 
> pseudocode
> 
> send "mouseUp" with altkey(down) to btn "BASH"
> 
> can it be done?

Yes.

> and if so, how?

Look up the 'click' command in the dictionary :)

Warmest Regards,

Mark.

-- 
Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps




More information about the use-livecode mailing list