MacOS
#Keyboard Shortcuts
Mapping Keyboards Keys
Actual Keywords:
#Screenshots
- ⌘ + ⇧ + 4, then <space> window screenshot as result.
#Pasting
- ⇧+⌥+⌘+V - Insert text without formating.
#Windows Resizing
- ⇧+⌥+ resize - proportional resizing.
- ⌥ + resize - resizing a window to resize it from the center.
#Close ALL windows of same type
- Hold ⌥ + close toppest window.
#Command recipes
#Hide all icons on the Mac desktop
defaults write com.apple.finder CreateDesktop -bool false
#Refresh Icons
sudo find /private/var/folders/ -name 'com.apple.dock.iconcache' -delete
sudo find /private/var/folders/ -name 'com.apple.iconservices' -delete
sudo rm -r /Library/Caches/com.apple.iconservices.store
#Removing from auto load start
# Remove Creative Cloud from Menubar
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist