Is it possible in OSX to define global hotkey to show/hide specific app?
For example I want to be able to show/hide Safari with CMD + space.
feedback
|
|
Open Automator, select to create a Service, configure to have it receive no input in any application. From the library, double-click Utilities » Run AppleScript and enter the following into the large text area:
Save under any name. Assign a keyboard shortcut in System Preferences » Keyboard » Keyboard Shortcuts » Services. Remember to disable the Spotlight shortcut | |||||
feedback
|
|
Save in AppleScript Editor and Assign a shortcut to running a script in OS X
| |||||||
feedback
|
|
CMD+W will hide windows. This works globally. However To get back to them you need to be clicking on the dock icons. In a browser it will however close the tab. | |||||
feedback
|