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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
96
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
Guerilla InnerSource in enterprises, during the AI hype
onenashev
PRO
0
120
「ミスを許さない手順書」を作ってみた 〜 個人的にはこれ以上できることはあまりなさそう/20260827-ssmjp-operation-procedure-update
opelab
16
17k
AI × Datadog MCP でコスト削減まで実現した Metric Streams の導入
three_mouth_ago
0
110
1.5時間を無駄にして学んだwsl2におけるaptとsnapの選択と仕組み
yosaka0123
0
480
アクセスキーが漏れた日にやるべきこと- 無効化の先にある本当の対応
kazzpapa3
0
370
tamachi.goを支える技術
rymiyamoto
0
120
「面白い!」を信じ抜け。激動の時代を貫く、オンリーワン・エンジニアの条件
kizawa2020
2
470
PdMをやめて、 "プロダクトビルダー"という 働き方に変えました / PdM to Product Builder
shikichee
2
470
アクセスキー流出時の対応で再認識した攻撃側と防御側の非対称性について
kazzpapa3
1
470
サーバー常駐型の 簡易障害調査AI エージェントを作ってみた話
masayoshi
1
490
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.5k
カーネルまで探検して理解するふたつの自動計装
sumiyae
0
340
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
34
9.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Building Applications with DynamoDB
mza
96
7.2k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.8k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
2
490
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
630
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
4.3k
Build your cross-platform service in a week with App Engine
jlugia
234
19k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Code Review Best Practice
trishagee
74
20k
The Curious Case for Waylosing
cassininazir
1
480
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