SaltyCrane Blog — Notes on JavaScript and web development

macOS notes

How to take a screenshot

command+shift+4 click and drag to select an area

command+shift+4 space click to select a window

command+shift+4 space option+click to select a window (saves w/o window shadow)

From https://support.apple.com/kb/PH18798?locale=en_US

How to change the location for saving screenshots

$ defaults write com.apple.screencapture location ~/Pictures 
$ killall SystemUIServer 

From http://mac-how-to.wonderhowto.com/how-to/change-default-save-location-screenshots-mac-os-x-for-cleaner-desktop-0160154/

How to type in a path in Finder or a File Dialog box

command+shift+G

From http://apple.stackexchange.com/questions/43291/how-to-change-path-in-finder-by-entering-the-path-manually

How to select emoji

command+control+space

From https://twitter.com/james_k_nelson/status/1090508067504975873

Comments