objective c - Make an Mac app do the CMD + H command -
possible duplicate:
cocoa: hide 1 application
hey, wondering if it's possible make button cmd + h command on other running apps?
this how thinking:
the user window force quit window can open clicking on apple logo > force quit. window displays running apps. , instead of having force quit button there hide button. user select app should hided , click on hide button.
thank in advance!
i know can applescript. like
tell application "system events" set visible of process "appname" false
i've seen people make scripts , tie quicksilver trigger various things other apps.
Comments
Post a Comment