EugenyPavlenko Posted July 23, 2013 Posted July 23, 2013 (edited) Greetings! For people who miss Win+D feature of Windows OS. Name: Minimize all windows Description: Minimizes all windows, like Win+D does on Windows OS Tips: Set a desirable hotkey, like Ctrl+D Download: here Edited July 23, 2013 by EugenyPavlenko Ddyracer, b_d_m_p and Sridhar Katakam 3
Ddyracer Posted July 24, 2013 Posted July 24, 2013 Greetings! For people who miss Win+D feature of Windows OS. Name: Minimize all windows Description: Minimizes all windows, like Win+D does on Windows OS Tips: Set a desirable hotkey, like Ctrl+D Download: here Awesome!
stonefury Posted September 26, 2013 Posted September 26, 2013 Sweet, perfect, first hit on google. Just what I wanted. Thanks. alexcory 1
vehovmar Posted October 27, 2013 Posted October 27, 2013 Hi, first of all thank you very much. Sadly it's not working for me on Mavericks.. any ideas? tell application "Finder" activate end tell tell application "System Events" click menu item "Hide Others" of menu of menu bar item "Finder" of menu bar 1 of application process "Finder" --> error number -1728 from menu item "Hide Others" of menu of menu bar item "Finder" of menu bar 1 of application process "Finder"
linuslundahl Posted October 31, 2013 Posted October 31, 2013 Hi, first of all thank you very much. Sadly it's not working for me on Mavericks.. any ideas? tell application "Finder" activate end tell tell application "System Events" click menu item "Hide Others" of menu of menu bar item "Finder" of menu bar 1 of application process "Finder" --> error number -1728 from menu item "Hide Others" of menu of menu bar item "Finder" of menu bar 1 of application process "Finder" try this instead: on alfred_script(q) tell application "Finder" to activate tell application "System Events" to tell application process "Finder" click menu item "Hide Others" of menu 1 of menu bar item "Finder" of menu bar 1 click menu item "Minimize All" of menu 1 of menu bar item "Window" of menu bar 1 end tell end alfred_script
vehovmar Posted October 31, 2013 Posted October 31, 2013 try this instead: on alfred_script(q) tell application "Finder" to activate tell application "System Events" to tell application process "Finder" click menu item "Hide Others" of menu 1 of menu bar item "Finder" of menu bar 1 click menu item "Minimize All" of menu 1 of menu bar item "Window" of menu bar 1 end tell end alfred_script Thanks linuslundahl, but that doesn't work either: here is event track from applescript editor: tell application "Finder" activate end tell tell application "System Events" click menu item "Hide Others" of menu 1 of menu bar item "Finder" of menu bar 1 of application process "Finder" --> error number -1728 from menu item "Hide Others" of menu 1 of menu bar item "Finder" of menu bar 1 of application process "Finder" OSX 10.9 Alfred 2.1
Wes Posted November 6, 2013 Posted November 6, 2013 Works for me on Mavericks for everything but Finder windows..
politicus Posted May 16, 2014 Posted May 16, 2014 Not working anymore for me. When not in Finder, after hitting my keyboard shortcut, a Finder window appears but "Hide" and "Hide others" are grayed out. When in Finder, after hitting my keyboard shortcut, "Hide" and "Hide others" become grayed out. Alfred 2.3 OSX Mavericks 10.9.2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now