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

javks

macrumors newbie
Original poster
Jan 20, 2009
9
0
dtm_TimeMachineActionMenu.jpg



is there any shortcut to open the "action" menu? that way i could avoid using the mouse many times
 

andmr

macrumors member
Aug 25, 2008
31
0
NE Florida
I've only been able to test this in Mac OS 10.4.11, but it may be worth a try...

Using a keyboard shortcut program such as Spark, assign a hot key to run the following AppleScript:

Code:
tell application "Finder" to activate
try
	tell application "System Events"
		tell 1st UI element of group 3 of tool bar 1 of window 1 of process "Finder"
			perform action "AXPress"
		end tell
	end tell
end try

Make sure that "Enable access for assistive devices" is checked in System Preferences > Universal Access. Good luck.
 

javks

macrumors newbie
Original poster
Jan 20, 2009
9
0
thank you so much! it works
I assigned a trigger in quicksilver

been looking for this for a long time, now I have right click only using keyboard no mouse!
thank you
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.