14. Send every window to front with single click
This task sends every window which belong to the active application to front with single click. For example, when a Finder window is clicked, other Finder windows also goes above the other application windows like MacOS9.

Original Article(Japanese)


(Trigger)
1. Watch Application
Choose any application and "becomes active". "Finder" is set as an example in this sample.




(Action)
1. AppleScript
Input following script. The name "Finder" should be replaced with other application name if necessary.
tell application "Finder" to activate





This task is very useful for Finder or GIMP.

 

To Top and Map