forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgmail.json
More file actions
194 lines (193 loc) · 5.74 KB
/
gmail.json
File metadata and controls
194 lines (193 loc) · 5.74 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"id": "gmail-cheat-sheet",
"title": "জিমেইল চিটশিট",
"slug": "gmail-cheat-sheet",
"description": "Gmail হল Google দ্বারা প্রদত্ত একটি বিনামূল্যের ইমেল পরিষেবা৷ 2019 সাল পর্যন্ত, এটির বিশ্বব্যাপী 1.5 বিলিয়ন সক্রিয় ব্যবহারকারী ছিল যা এটিকে বিশ্বের বৃহত্তম ইমেল পরিষেবাতে পরিণত করেছে। এটি একটি ওয়েবমেল ইন্টারফেসও প্রদান করে, একটি ওয়েব ব্রাউজারের মাধ্যমে অ্যাক্সেসযোগ্য এবং অফিসিয়াল মোবাইল অ্যাপ্লিকেশনের মাধ্যমেও অ্যাক্সেসযোগ্য",
"colorPref": "#FABC05",
"contents": [
{
"title": "কম্পোজ এবং চ্যাট (Compose and Chat)",
"items": [
{
"definition": "Focus main window",
"code": "Shift + Esc"
},
{
"definition": "Focus latest chat or compose",
"code": "Esc"
},
{
"definition": "Advance to next chat or compose",
"code": "Ctrl + ."
},
{
"definition": "Advance to previous chat or compose",
"code": "Ctrl + ,"
},
{
"definition": "Send",
"code": "⌘ + Enter"
},
{
"definition": "Add Cc recipients",
"code": "⌘ + Shift + c"
},
{
"definition": "Add Bcc recipients",
"code": "⌘ + Shift + b "
},
{
"definition": "Discard draft",
"code": "⌘ + Shift + d"
},
{
"definition": "Insert a link",
"code": "⌘ + k "
},
{
"definition": "Go to previous misspelled word",
"code": "⌘ + ;"
},
{
"definition": "Go to next misspelled word",
"code": "⌘ + '"
},
{
"definition": "Open spelling suggestions",
"code": "⌘ + Shift + '"
}
]
},
{
"title": "Threadlist selection",
"items": [
{
"definition": "Select all conversations",
"code": "* then a"
},
{
"definition": "Deselect all conversations",
"code": "* then n"
},
{
"definition": "Select read conversations",
"code": "* then r"
},
{
"definition": "Select unread conversations",
"code": "* then u"
},
{
"definition": "Select starred conversations",
"code": "* then s"
},
{
"definition": "Select unstarred conversations",
"code": "* then t"
}
]
},
{
"title": "জাম্পিং (Jumping)",
"items": [
{
"definition": "Go to Inbox",
"code": "g then i"
},
{
"definition": "Go to Starred conversations",
"code": "g then s"
},
{
"definition": "Go to Snoozed conversations",
"code": " g then b"
},
{
"definition": "Go to Sent messages",
"code": "g then t"
},
{
"definition": "Go to Drafts",
"code": "g then d"
},
{
"definition": "Go to All mail",
"code": "g then a"
},
{
"definition": "Go to Contacts",
"code": "g then c"
},
{
"definition": "Go to Label",
"code": "g then l"
},
{
"definition": "Go to Tasks",
"code": "g then k"
},
{
"definition": "Open Mail",
"code": "⌘ + ⌥ + 1"
},
{
"definition": "Open Chat",
"code": "⌘ + ⌥ + 2"
},
{
"definition": "Open Spaces",
"code": "⌘ + ⌥ + 3"
},
{
"definition": "Open Meet",
"code": "⌘ + ⌥ + 4"
},
{
"definition": "Go to search filters",
"code": "g then f"
}
]
},
{
"title": "Navigation",
"items": [
{
"definition": "Back to threadlist",
"code": "u"
},
{
"definition": "Newer/older conversation",
"code": "k / j"
},
{
"definition": "Open conversation; collapse/expand conversation",
"code": "o or Enter"
},
{
"definition": "Read previous/next message",
"code": " p / n"
},
{
"definition": "Go to next page",
"code": "g then n"
},
{
"definition": "Go to previous page",
"code": "g then p"
},
{
"definition": "Go to next inbox section",
"code": "` "
},
{
"definition": "Go to previous inbox section",
"code": "~"
},
{
"definition": "Reset sidebar sections to default height",
"code": "⌘ + ⌥ + v"
}
]
}
]
}