-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacos.yaml
95 lines (95 loc) · 3.22 KB
/
macos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
title: "Default macOS Keyboard Shortcuts"
layout:
keyboard: US
system: Darwin
shortcuts:
General:
"CMD+C":
description: "Copy selected item"
"CMD+X":
description: "Cut selected item"
"CMD+V":
description: "Paste copied or cut item"
"CMD+Z":
description: "Undo last action"
"CMD+SHIFT+Z":
description: "Redo last undone action"
"CMD+A":
description: "Select all items"
"CMD+F":
description: "Find items in current document or window"
"CMD+G":
description: "Find next occurrence of searched item"
"CMD+SHIFT+G":
description: "Find previous occurrence of searched item"
"File and App Management":
"CMD+N":
description: "Open new window or document"
"CMD+O":
description: "Open selected item or display dialog to choose file to open"
"CMD+S":
description: "Save current document"
"CMD+W":
description: "Close current window"
"CMD+Q":
description: "Quit current application"
"CMD+Tab":
description: "Switch to next most recently used app"
"CMD+SHIFT+Tab":
description: "Switch to previous most recently used app"
System:
"CMD+Space":
description: "Show or hide Spotlight search"
"CTRL+CMD+Space":
description: "Show Character Viewer for emoji and special characters"
"CMD+,":
description: "Open preferences for current app"
"Fn+F11":
description: "Show desktop"
"CMD+SHIFT+3":
description: "Take a screenshot of the entire screen"
"CMD+SHIFT+4":
description: "Take a screenshot of selected area"
"Text Editing":
"CMD+B":
description: "Bold selected text"
"CMD+I":
description: "Italicize selected text"
"CMD+U":
description: "Underline selected text"
"CMD+Right":
description: "Move cursor to end of current line"
"CMD+Left":
description: "Move cursor to beginning of current line"
"CMD+Up":
description: "Move cursor to beginning of document"
"CMD+Down":
description: "Move cursor to end of document"
Finder:
"CMD+SHIFT+N":
description: "Create new folder"
"CMD+Delete":
description: "Move selected item to Trash"
"CMD+SHIFT+Delete":
description: "Empty Trash"
"CMD+1":
description: "View items as icons"
"CMD+2":
description: "View items as list"
"CMD+3":
description: "View items in columns"
"CMD+4":
description: "View items in gallery"
"Web Browsing":
"CMD+T":
description: "Open new tab"
"CMD+SHIFT+T":
description: "Reopen last closed tab"
"CMD+L":
description: "Select address bar"
"CMD+R":
description: "Reload current page"
"CMD+[":
description: "Go back to previous page"
"CMD+]":
description: "Go forward to next page"