Skip to content

Commit 151d160

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1082 from BahauddinChishte/new-branch7
Added Section "Gmail Cheat-Sheet"
2 parents 45e6066 + 95b21ed commit 151d160

2 files changed

Lines changed: 195 additions & 1 deletion

File tree

data/gmail.json

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
{
2+
"id": "gmail-cheat-sheet",
3+
"title": "জিমেইল চিটশিট",
4+
"slug": "gmail-cheat-sheet",
5+
"description": "Gmail হল Google দ্বারা প্রদত্ত একটি বিনামূল্যের ইমেল পরিষেবা৷ 2019 সাল পর্যন্ত, এটির বিশ্বব্যাপী 1.5 বিলিয়ন সক্রিয় ব্যবহারকারী ছিল যা এটিকে বিশ্বের বৃহত্তম ইমেল পরিষেবাতে পরিণত করেছে। এটি একটি ওয়েবমেল ইন্টারফেসও প্রদান করে, একটি ওয়েব ব্রাউজারের মাধ্যমে অ্যাক্সেসযোগ্য এবং অফিসিয়াল মোবাইল অ্যাপ্লিকেশনের মাধ্যমেও অ্যাক্সেসযোগ্য",
6+
"colorPref": "#FABC05",
7+
"contents": [
8+
{
9+
"title": "কম্পোজ এবং চ্যাট (Compose and Chat)",
10+
"items": [
11+
{
12+
"definition": "Focus main window",
13+
"code": "Shift + Esc"
14+
},
15+
{
16+
"definition": "Focus latest chat or compose",
17+
"code": "Esc"
18+
},
19+
{
20+
"definition": "Advance to next chat or compose",
21+
"code": "Ctrl + ."
22+
},
23+
{
24+
"definition": "Advance to previous chat or compose",
25+
"code": "Ctrl + ,"
26+
},
27+
{
28+
"definition": "Send",
29+
"code": "⌘ + Enter"
30+
},
31+
{
32+
"definition": "Add Cc recipients",
33+
"code": "⌘ + Shift + c"
34+
},
35+
{
36+
"definition": "Add Bcc recipients",
37+
"code": "⌘ + Shift + b "
38+
},
39+
{
40+
"definition": "Discard draft",
41+
"code": "⌘ + Shift + d"
42+
},
43+
{
44+
"definition": "Insert a link",
45+
"code": "⌘ + k "
46+
},
47+
{
48+
"definition": "Go to previous misspelled word",
49+
"code": "⌘ + ;"
50+
},
51+
{
52+
"definition": "Go to next misspelled word",
53+
"code": "⌘ + '"
54+
},
55+
{
56+
"definition": "Open spelling suggestions",
57+
"code": "⌘ + Shift + '"
58+
}
59+
]
60+
},
61+
62+
{
63+
"title": "Threadlist selection",
64+
"items": [
65+
{
66+
"definition": "Select all conversations",
67+
"code": "* then a"
68+
},
69+
{
70+
"definition": "Deselect all conversations",
71+
"code": "* then n"
72+
},
73+
{
74+
"definition": "Select read conversations",
75+
"code": "* then r"
76+
},
77+
{
78+
"definition": "Select unread conversations",
79+
"code": "* then u"
80+
},
81+
{
82+
"definition": "Select starred conversations",
83+
"code": "* then s"
84+
},
85+
{
86+
"definition": "Select unstarred conversations",
87+
"code": "* then t"
88+
}
89+
]
90+
},
91+
{
92+
"title": "জাম্পিং (Jumping)",
93+
"items": [
94+
{
95+
"definition": "Go to Inbox",
96+
"code": "g then i"
97+
},
98+
{
99+
"definition": "Go to Starred conversations",
100+
"code": "g then s"
101+
},
102+
{
103+
"definition": "Go to Snoozed conversations",
104+
"code": " g then b"
105+
},
106+
{
107+
"definition": "Go to Sent messages",
108+
"code": "g then t"
109+
},
110+
{
111+
"definition": "Go to Drafts",
112+
"code": "g then d"
113+
},
114+
{
115+
"definition": "Go to All mail",
116+
"code": "g then a"
117+
},
118+
{
119+
"definition": "Go to Contacts",
120+
"code": "g then c"
121+
},
122+
{
123+
"definition": "Go to Label",
124+
"code": "g then l"
125+
},
126+
{
127+
"definition": "Go to Tasks",
128+
"code": "g then k"
129+
},
130+
{
131+
"definition": "Open Mail",
132+
"code": "⌘ + ⌥ + 1"
133+
},
134+
{
135+
"definition": "Open Chat",
136+
"code": "⌘ + ⌥ + 2"
137+
},
138+
{
139+
"definition": "Open Spaces",
140+
"code": "⌘ + ⌥ + 3"
141+
},
142+
{
143+
"definition": "Open Meet",
144+
"code": "⌘ + ⌥ + 4"
145+
},
146+
{
147+
"definition": "Go to search filters",
148+
"code": "g then f"
149+
}
150+
]
151+
},
152+
{
153+
"title": "Navigation",
154+
"items": [
155+
{
156+
"definition": "Back to threadlist",
157+
"code": "u"
158+
},
159+
{
160+
"definition": "Newer/older conversation",
161+
"code": "k / j"
162+
},
163+
{
164+
"definition": "Open conversation; collapse/expand conversation",
165+
"code": "o or Enter"
166+
},
167+
{
168+
"definition": "Read previous/next message",
169+
"code": " p / n"
170+
},
171+
{
172+
"definition": "Go to next page",
173+
"code": "g then n"
174+
},
175+
{
176+
"definition": "Go to previous page",
177+
"code": "g then p"
178+
},
179+
{
180+
"definition": "Go to next inbox section",
181+
"code": "` "
182+
},
183+
{
184+
"definition": "Go to previous inbox section",
185+
"code": "~"
186+
},
187+
{
188+
"definition": "Reset sidebar sections to default height",
189+
"code": "⌘ + ⌥ + v"
190+
}
191+
]
192+
}
193+
]
194+
}

data/google-cloud-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@
200200
]
201201
}
202202
]
203-
}
203+
}

0 commit comments

Comments
 (0)