-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacos_safari.yaml
80 lines (75 loc) · 2.33 KB
/
macos_safari.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
title: "Safari Browser MacOS"
layout:
keyboard: US
system: Darwin
shortcuts:
Tab Management:
"CMD+T":
description: "Open new tab"
"CMD+W":
description: "Close current tab"
"CMD+Shift+T":
description: "Reopen last closed tab"
"CMD+Click":
description: "Open link in new tab"
"CMD+Shift+Click":
description: "Open link in new tab and switch to it"
"CTRL+Tab":
description: "Switch to next tab"
"CTRL+Shift+Tab":
description: "Switch to previous tab"
"CMD+1-9":
description: "Switch to specific tab by number"
Navigation:
"CMD+L":
description: "Focus on address bar"
"CMD+Left":
description: "Go back to previous page"
"CMD+Right":
description: "Go forward to next page"
"CMD+R":
description: "Reload current page"
"CMD+Shift+R":
description: "Reload current page without cache"
"Space":
description: "Scroll down one page"
"Shift+Space":
description: "Scroll up one page"
Bookmarks and History:
"CMD+D":
description: "Add current page to bookmarks"
"CMD+Shift+D":
description: "Add all tabs to bookmarks"
"CMD+Y":
description: "Open History"
"CMD+B":
description: "Toggle Bookmarks sidebar"
Window Management:
"CMD+N":
description: "Open new window"
"CMD+Shift+N":
description: "Open new private window"
"CMD+M":
description: "Minimize window"
"CMD+H":
description: "Hide Safari"
Page Features:
"CMD++":
description: "Zoom in"
"CMD+-":
description: "Zoom out"
"CMD+0":
description: "Reset zoom level"
"CMD+F":
description: "Find on page"
"CMD+P":
description: "Print current page"
Reading and Sharing:
"CMD+Shift+B":
description: "Toggle Reading List sidebar"
"CMD+Shift+L":
description: "Show downloads"
"CMD+I":
description: "Show or hide Reader view"
"CMD+Shift+I":
description: "Send webpage via email"