Upgrade to Pro — share decks privately, control downloads, hide ads and more …

「SwiftGG Show」第二期 - Something you don’t know on Mac OS X【Cee】

Cee
February 26, 2016

「SwiftGG Show」第二期 - Something you don’t know on Mac OS X【Cee】

Cee

February 26, 2016
Tweet

More Decks by Cee

Other Decks in Technology

Transcript

  1. SYMBOLS FOR CERTAIN KEYS ➤ Command ⌘ ➤ Shift ⇧

    ➤ Option ⌥ ➤ Control ⌃ ➤ Caps Lock ⇪ ➤ Fn
  2. DICTIONARY ➤ Dictionary Folder: /Library/Dictionaries (Use ⇧⌘G) ➤ Three-finger Tap

    (Also ⌃⌘D): System Preferences - Trackpad - Point & Click - Look up & data detectors
  3. SCREEN CAPTURE - SHORTCUTS & MODIFIER KEYS ➤ Shortcuts ➤

    Screen(3): ⇧⌘3 (Save to file) / ⌃⇧⌘3 (Copy to pasteboard) ➤ Selection(4): ⇧⌘4 (Save to file) / ⌃⇧⌘4 (Copy to pasteboard) ➤ Key binding: System Preferences - Keyboard - Shortcuts - Screen Shots ➤ Modifier Keys in Selection Mode ➤ ⌥: Toggle center ➤ ⇧: Toggle width or height ➤ Space: Toggle size
  4. SCREEN CAPTURE - HIDDEN PREFERENCES ➤ Drop shadow: defaults write

    com.apple.screencapture disable-shadow -bool (true|false) ➤ Format: defaults write com.apple.screencapture type (bmp|jpg|jp2|pdf|pict|png|psd|tif) ➤ Prefix: defaults write com.apple.screencapture name "YOUR PREFIX HERE" ➤ Saving location: defaults write com.apple.screencapture location ~/Pictures/Screen\ Shots/
  5. EMACS KEYBINDINGS - NAVIGATION ➤ Move Forward: ⌃Forward ➤ Move

    Backward: ⌃Backward ➤ Move Up: ⌃Previous ➤ Move Down: ⌃Next ➤ Move to the Beginning of the Paragraph: ⌃A ➤ Move to the End of the Paragraph: ⌃End
  6. EMACS KEYBINDINGS - EDITING ➤ Delete Backward: ⌃H ➤ Delete

    Forward: ⌃Delete ➤ Delete to the End of the Paragraph: ⌃K ➤ Split the Current Line: ⌃O ➤ Transpose Letters: ⌃Transpose
  7. DOCK ➤ Add an Empty Icon on Dock: defaults write

    com.apple.dock persistent-apps -array-add ‘{"tile-type"="spacer-tile";}' ➤ Recent Applications: defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile"; }'
  8. DOCK ➤ Add an Empty Icon on Dock: defaults write

    com.apple.dock persistent-apps -array-add ‘{"tile-type"="spacer-tile";}' ➤ Recent Applications: defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile"; }'
  9. DOCK ➤ Add an Empty Icon on Dock: defaults write

    com.apple.dock persistent-apps -array-add ‘{"tile-type"="spacer-tile";}' ➤ Recent Applications: defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile"; }'
  10. QUICK LOOK PLUGINS ➤ QLColorCode: Preview source code files with

    syntax highlighting ➤ QLStephen: Preview plain text files without a file extension ➤ QLMarkdown: Preview Markdown files ➤ QuickLookJSON: Preview JSON files ➤ QLPrettyPatch: Preview .patch files ➤ QuickLookCSV: Preview CSV files ➤ QLImageSize: Display image size and resolution ➤ etc. ➤ https://github.com/sindresorhus/quick-look-plugins
  11. OTHER TRICKY SKILLS ➤ Automatically Hide & Show the Menu

    Bar System Preferences - General ➤ Start your Mac Silently Power Key + F10 (Hold)
  12. “ You don’t have to know everything. You simply need

    to know where to find it when necessary. - John Brunner