Saturday, May 10, 2014

How to Enable Single Application Mode in Mac OS X

Technobiru :

These are instructions on how to enable Single Application Mode in Mac OS X.


Single Application Mode automatically hides all other open applications when you select an application from your dock.



Step One

Double click to launch Terminal from your Applications:Utilities folder.


Step Two

Input the following command into the Terminal window and press Enter.


defaults write com.apple.dock single-app -bool true


Step Three

Input the following command to make the change take immediate effect and press Enter.


killall Dock


Step Four

You will now notice that clicking on an application in the dock will hide all other open applications. Notably, single application mode does not apply to keyboard shortcuts. Thus, you can still use Command+Tab to view multiple applications at the same time.




EXIT SINGLE APPLICATION MODE

To exit Single Application mode, simply input the following commands into the Terminal window.


defaults write com.apple.dock single-app -bool false

killall Dock



No comments:

Post a Comment