Mac
Table of Contents
Finder
Show/Hide dock -
Command (β)+Option+dChange folder view -
Command (β)+1, use 2,3,4,5Focus Spotlight Search -
Command (β)+space
Capturing Screenshot
Capture full screen
Command (β)+Shift+3Capture specific app window
Command (β)+Shift+4thenspaceCapture specific region
Command (β)+Shift+4Capture specific regions and then copy them to the clipboard
Ctrl (^)+Command (β)+Shift+4(PS. It doesn't save the screenshot on the desktop, it just stays in your clipboard)
Separators for the Mac OSX Dock
In examining the strings inside the Dock binary in Leopard, I found a way to add real separators to the dock, instead of adding dummy applications with empty or decorative icons
Open terminal hit
Command (β)+space& type terminal and hit return.Run the following commands from the Terminal.
copy and paste the code in the terminal as many times as to add new space/separators 3. You can now drag the empty spaces to where you want them, or right-click on them and select "Remove from Dock" if you no longer need them.
Show/Hide hidden files in your mac
Open terminal hit
Command (β)+space& type terminal and hit return.Copy/Paste the following commands into the Terminal window
If you want to Hide the hidden files set it to
FALSE
Make a file hidden on your mac
Open terminal hit
Command (β)+space& type terminal and hit return.Copy/Paste the following commands into the Terminal window
In case if you want to unhide the file
Last updated