Last active
May 8, 2017 05:16
-
-
Save hyang0/75c39d5a6186e5bae304 to your computer and use it in GitHub Desktop.
mac 快捷键
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mac 快捷键 | |
option + space — Alfred | |
control + space — finder | |
command + option + d — hide dock | |
command + ` — switch between the same app’s window | |
command + tab — switch between all the apps | |
command + shift + q — logout current account | |
command + delete — delete file | |
command + delete + shift — empty recycling bin | |
control + arrow-key — focus on bar to move window | |
command + option + shift + q — logout | |
command + control + shift + option + c — 繁体转简体 | |
command + control + shift + c — 簡體轉繁體 | |
# safari | |
control + tab — switch tab | |
command + shift + left/right — switch between tabs. | |
command + w — close tab | |
command + z — reopen closed tab | |
command <- -> — backward and forward | |
command + plus-minus-key — zoom in / out | |
option + up, down — page-up and page-down | |
command + click — open new url in tab | |
command + shift + r — reader | |
command + r — refresh | |
command + option + plus/minus — to big or small | |
command + shift + t — reopen the closed tab | |
command + control + f — full screen | |
# windows options | |
command + h — hide current app windows | |
command + option + h — hide other app windows | |
command + option + m + h — hide all app windows | |
command + control + f — full screen | |
command + w, q — exit app | |
command + m — min windows | |
command + t — new tab | |
command + ` — switch between the same app’s window (duplicated) | |
command + tab — switch between apps (duplicated) | |
command + i — send current page as email content | |
# edit skill | |
command + arrow — begin and end, home and bottom | |
command + c/v — copy and paste | |
shift + 6 — insert special character 中文有效 | |
shift + option + ‘=‘ — insert ‘±' | |
option + ‘=‘ — insert ‘≠' | |
shift+option+command+v — paste plain text | |
command + v — paste formatted text | |
option + esc — auto complete word | |
option + esc + ‘word’ = pronounce the word | |
command + control + ‘word’ — dictionary | |
command + shift + y — 便笺 | |
# app | |
command + space — spotlight | |
command + shift + y — new note | |
# screenshot | |
shift + command + 4 — 截图到文件 | |
control + shift + command + 4 — 截图到剪贴板 | |
# power | |
control + shift + power — shut down screen | |
command + option + power — sleep | |
command + control + power — restart | |
command + control + option + power — shutdown | |
control + power — show dialog of power | |
# dictionary | |
control + option + d — search text in dic | |
# dock | |
fn + control + F2 — focus on menu bar | |
fn + control + F3 — focus on dock | |
# finder | |
command + option + w — close all windows | |
command + option + up — open parent folder | |
command + k — open connection to server | |
command + shift + g — open dir | |
space — preview | |
command + i — send safari page to email | |
# file operation | |
command + o — open file ( enter key never opens it, but renames it) | |
command + delete — remove file | |
# remote desktop connection | |
command + 2 — full screen | |
# zoom in/out | |
option + command + minus/plus — zoom in / zoom out | |
# sql develop | |
control + shift + j — new sql script | |
command + f — format sql code | |
command + enter — run sql code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment