Instructions to enable hidden features for dock on Mac OS
Normally, when clicking on the application icon on the Mac dock bar, the open windows of that application will be displayed. And to be able to find which window you are working on, you need to manipulate it, especially if we open multiple windows it will take some time.
This is different from Windows, when we hover over the open application icon on the computer in the taskbar, if you open multiple windows you just need to select a minimized window to do it. Immediately that window will appear on the computer interface. So can bring useful features of taskbar on Windows to the dock on Mac? The answer is yes. And the operation is also simple, just need to do with the command line only on Terminal.
Step 1:
First, click Applications and select Utilities, then select Terminal to open the window. Or you can type the keyword Terminal on the Spotlight search engine.
Step 2:
In the new Terminal command window that appears, we will enter the following line of code:
defaults write com.apple.dock scroll-to-open -bool true; killall Dock
Finally press Enter to get the command line executed. The dock bar below the screen will disappear in seconds.
Step 3:
When the dock appears again, use the scroll button to scroll down to the open application icons on the device. Soon, the windows of the application in use will appear on the screen. And you can just click the window you want to use.
Step 4:
To disable the hidden feature on the dock bar and return to the same status, change true in the Terminal command line to false:
defaults write com.apple.dock scroll-to-open -bool false ; killall Dock
Also press Enter so the command line is executed.
So with just a simple command line on Terminal you can customize the dock on your Mac quickly. From there, we can easily open the window we need on the application faster, without having to add some search operations like before.
Refer to the following articles:
- Summary of the list of common shortcuts on Mac OS X
- Instructions on how to install macOS Sierra (clean install) 10.12 on Mac
- How to create a MacOS Sierra installed USB drive 10.12
I wish you all success!
You should read it
- How to customize the Ubuntu dock to look like macOS
- Useful tips for macOS 10.12 Sierra
- How to customize message notifications on macOS Sierra
- Which items need attention when cleaning up memory on macOS?
- Instructions on how to install macOS Sierra (clean install) 10.12 on Mac
- How to disable iTunes automatically launch on macOS Sierra
- How to fix common errors when upgrading to macOS Sierra
- Free space on macOS Sierra with Optimize Storage
May be interested
- Do you know 3 window management features on macOS Sierra?when upgrading macs to macos sierra, there are many features and tips that you don't know about. for example, when performing tricks with multiple windows of the application on macos sierra.
- Instructions on how to disable Trackpad's swipe feature on Mactrackpad on mac or touchpad can act as a touch screen. users only need to perform touch and swipe actions on trackpad to be able to immediately open the items they need. however, sometimes the trackpad causes trouble, as the web browser runs wildly when swiping.
- How to fix Trackpad error on MacBook does not work, slow operationhaving problems with trackpad on macs will cause users difficulties to use. mouse table is stalled, does not respond to user actions. so how does trackpad on a mac not work?
- How to customize sound effects on Mac OSmacs always set up separate and default audio systems. however, we can completely customize the sound system, replace with new sounds or turn off the entire system notification sound effect.
- Trick to enable Do Not Disturb feature on Macdo not disturb is a feature available on a mac, with the task of removing alarms, preventing users from being bothered and focusing on work when we work on a mac.
- 10 troubleshooting tips for Mac OS Xthis article covers 10 handy tips that can quickly help you handle most of the problems that os x users encounter.