Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
「SwiftGG Show」第二期 - Something you don’t know on...
Search
Cee
February 26, 2016
Technology
250
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
「SwiftGG Show」第二期 - Something you don’t know on Mac OS X【Cee】
Cee
February 26, 2016
More Decks by Cee
See All by Cee
CryptoBay
cee
1
94
How to make a Touch Bar app
cee
0
160
How to make an incredible speech
cee
1
120
From an idea to a product
cee
1
290
「SwiftGG Show」第六期 - Swift Notification Center【100mango】
cee
0
310
關於排版.pdf
cee
1
430
「SwiftGG Show」第一期 - Xcode Tips & Tricks【星夜暮晨】
cee
1
560
What Knowledge Is Important to a Software Professional?
cee
1
200
From FRP to React
cee
2
220
Other Decks in Technology
See All in Technology
Service Connect 上のサービスに ECS Service の外側から到達できなかった話
ota1022
1
140
Data Hubグループ 紹介資料
sansan33
PRO
0
3.1k
MIRU 2026 チュートリアル
keisuke198619
0
850
変化の早いClaude Codeを 書籍に落とし込む
oikon48
7
1.3k
OSPN.JPバージョンアップ作業進捗のご報告 / 20260801-osc26kyoto
akkiesoft
0
330
取引先から届く 「セキュリティチェックシート」の読み解き方
kamadamakoto
0
120
[ChatGPT Work LT]事務作業が苦手な人のための バックオフィスの「半」自動化
chimaki_iot
0
240
ラジオの科学
frievea
0
260
AI駆動開発は個人技からチーム戦へ:組織でAIを使いこなすための実践設計
moongift
PRO
0
470
社内の7割が使うデータ基盤を、 データチーム2人で回すためにやったこと
koh_yoshi
4
810
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
4.9k
クラウドセキュリティ入門 ~安全なクラウド利用のための基礎知識~
lhazy
11
8.1k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
210
Producing Creativity
orderedlist
PRO
348
40k
The Language of Interfaces
destraynor
162
27k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
2.1k
Tell your own story through comics
letsgokoyo
1
1k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
2
630
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
450
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
2.1k
Odyssey Design
rkendrick25
PRO
2
750
Balancing Empowerment & Direction
lara
6
1.2k
Transcript
SOMETHING YOU DON’T KNOW ON MAC OS X @Ceecirno 16.02.26
SYMBOLS FOR CERTAIN KEYS ➤ Command ⌘ ➤ Shift ⇧
➤ Option ⌥ ➤ Control ⌃ ➤ Caps Lock ⇪ ➤ Fn
DICTIONARY ➤ Dictionary Folder: /Library/Dictionaries (Use ⇧⌘G) ➤ Three-finger Tap
(Also ⌃⌘D): System Preferences - Trackpad - Point & Click - Look up & data detectors
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
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/
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
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
EMACS KEYBINDINGS - COMBINE KEYS ➤ Clear Current Line: ⌃AK
➤ Join Lines: ⌃EK ➤ etc.
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"; }'
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"; }'
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"; }'
HOT CORNERS ➤ System Preferences - Mission Control - Hot
Corners
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
OTHER TRICKY SKILLS ➤ Automatically Hide & Show the Menu
Bar System Preferences - General ➤ Start your Mac Silently Power Key + F10 (Hold)
COMMAND LINE ➤ https://github.com/herrbischoff/awesome-osx-command-line
“ You don’t have to know everything. You simply need
to know where to find it when necessary. - John Brunner
REFERENCES ➤ http://blog.projectrhinestone.org/screen-capture-in-os-x/ ➤ https://discussions.apple.com/thread/5514752 ➤ https://github.com/sindresorhus/quick-look-plugins
THE END