Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wrignj08

macrumors newbie
Original poster
Jun 13, 2009
28
0
Hey All,

I would like an applescript that would get the command tab (application switcher) up and hold it there until the mouse was clicked. Currently i have the below script but it ends at a set amount of time not a click. I would be very pleased if some one could help me out.

tell application "System Events"
key down command
keystroke tab
key code 123
delay 2
key up command
end tell

Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.