Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
「SwiftGG Show」第二期 - Something you don’t know on...
Search
Cee
February 26, 2016
Technology
260
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
99
How to make a Touch Bar app
cee
0
170
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
320
關於排版.pdf
cee
1
440
「SwiftGG Show」第一期 - Xcode Tips & Tricks【星夜暮晨】
cee
1
570
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
30座EKS, 180次升級淬煉的EKS Upgrade Skill 的歷程
eric8230
0
210
2026_devsumi_ozono.pdf
o3
3
550
【技術的負債conf】事業成長に伴う技術的負債の説明責任とAIによるモニタリング、認知的負債について
i35_267
3
2k
今話題のAI「Jev」って何? 宇宙最速で学ぶ会
minorun365
PRO
30
18k
C#未経験の僕がAIに読めるコードを書かせるまで
maguroalternative
0
220
EventBridge に「合流」はない ― サーバーレスのワークフローを育てるということ / No Join in EventBridge
yusukeshimizu
2
430
アプリログインとWeb認証基盤をつなぐ ASWebAuthenticationSession 作法
shimastripe
1
370
おい、エージェントを使って終わらせろ
nwiizo
2
850
2026-09-08 そのJavaモダナイゼーション、AIに丸投げで大丈夫?IBM Bobで変わる品質と効率
yutanonaka
1
130
AIは推し活である。
kurazuuuuuu
1
940
C#コードの結合を可視化する Roslyn解析による設計改善と リファクタリング判断
dora56
0
330
アクセスキーこわい やめかたと漏らさない工夫
sassssan68
1
600
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
62k
How GitHub (no longer) Works
holman
316
150k
Being A Developer After 40
akosma
91
590k
How to Ace a Technical Interview
jacobian
281
24k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
600
So, you think you're a good person
axbom
PRO
2
2.2k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
400
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
240
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
3
1.2k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
430
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.3k
Design in an AI World
tapps
1
330
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