• preview manage signature add digital signature to document via trackpad or webcam
  • ⌃ + ⌘ + space pull up emoji pane
  • ⌃ (+fn) + F9 use arrows to nagivate status bar
  • Textedit: open a new document by default (ignore file picker)
    • defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
    • reboot
    • to change back to file picker:
    • defaults delete com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile
  • force empty trash
    • sudo rm -rf ~/.Trash/*
  • ⌥ + click suppresses warning/prompt dialogue boxes
    • hold it down while emptying the trash
    • enabling private browsing in safari
  • ⌥ + click applications in the dock hides all other open app
  • ⌥ + ⇧ + sound/brightness: smaller increments
  • ⌥ + ⇧ + ⌘ + V: paste without formatting
  • add space to dock
    • defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'
    • then killall Dock
  • show/hide keyboard viewer with a shortcut
nov 9 2013 ∞
mar 29 2017 +