Re: Control-clicking an element
Re: Control-clicking an element
- Subject: Re: Control-clicking an element
- From: Ryan Joseph <email@hidden>
- Date: Sat, 9 Oct 2010 09:10:33 +0700
On Oct 9, 2010, at 8:05 AM, Travis Siegel wrote: On Oct 8, 2010, at 5:11 AM, Ryan Joseph wrote: Is it possible to perform a control-click action on an element? I want to perform the "minimize all windows" control-click on the minimize button but don't see there's a way to specify modifier keys.
You shouldn't need the accessibility api for this. Under the windows menu, there is a minimize all, which is a simple command-option-M keystroke. I'd wager you can simply use the envoke menu option api in cocoa to access that particular menu option.
Hey,
I never used this API before (where can I find some info?) but if I can invoke that menu command in any application via PID that would work also. I'm using the accessibility API because it's already part of the program and I have references to application elements that I use for other commands via the API.
Thanks.
Regards, Josef
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden