Skip to content

Commit fc8cb1e

Browse files
author
Sabbir Ahmed
authored
Merge pull request #972 from fahimahammed/fahim/microsoft-office
Add Documentation for Microsoft Office Shortcuts
2 parents 243cba0 + 54a5e0f commit fc8cb1e

1 file changed

Lines changed: 108 additions & 0 deletions

File tree

data/microsoft-office.json

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"id": "microsoft_office",
3+
"title": "মাইক্রোসফট অফিস(ওয়ার্ড, পাওয়ারপয়েন্ট ইত্যাদির শর্টকাট কী)",
4+
"slug": "microsoft_office",
5+
"description": "কোড এবং বর্ণনা সমৃদ্ধ চিটশিট এর ডিমো",
6+
"colorPref": "#000",
7+
"contents": [
8+
{
9+
"title": "Microsoft Word শর্টকাট কী",
10+
"items": [
11+
{
12+
"definition": "Text কপি করতে",
13+
"code": "Ctrl + C"
14+
},
15+
{
16+
"definition": "কপি করা টেক্সট পেস্ট করতে",
17+
"code": "Ctrl + V"
18+
},
19+
{
20+
"definition": "নতুন ওয়ার্ড ডকুমেন্ট তৈরি করতে",
21+
"code": "Ctrl + N"
22+
},
23+
{
24+
"definition": "ডকুমেন্ট খোলতে",
25+
"code": "Ctrl + O"
26+
},
27+
{
28+
"definition": "ডকুমেন্ট Save করতে",
29+
"code": "Ctrl + S"
30+
},
31+
{
32+
"definition": "টেক্সট ফরম্যাট করতে",
33+
"code": "Ctrl + Shift + F"
34+
},
35+
{
36+
"definition": "টেবিল তৈরি করতে",
37+
"code": "Ctrl + T"
38+
},
39+
{
40+
"definition": "শর্টকাট কীগুলি দেখতে",
41+
"code": "Alt + F1"
42+
}
43+
]
44+
},
45+
{
46+
"title": "Microsoft PowerPoint শর্টকাট কী",
47+
"items": [
48+
{
49+
"definition": "নতুন পাওয়ারপয়েন্ট প্রেজেন্টেশন তৈরি করতে",
50+
"code": "Ctrl + N"
51+
},
52+
{
53+
"definition": "প্রেজেন্টেশন Save করতে",
54+
"code": "Ctrl + S"
55+
},
56+
{
57+
"definition": "পাওয়ারপয়েন্টে নতুন স্লাইড তৈরি করতে",
58+
"code": "Ctrl + M"
59+
},
60+
{
61+
"definition": "পাওয়ারপয়েন্টে প্রেজেন্টেশন শুরু করতে",
62+
"code": "F5"
63+
},
64+
{
65+
"definition": "স্লাইড প্রস্তুত করতে",
66+
"code": "Ctrl + D"
67+
},
68+
{
69+
"definition": "অ্যানিমেশন যোগ করতে",
70+
"code": "Ctrl + Shift + W"
71+
},
72+
{
73+
"definition": "প্রেজেন্টেশন মোড থেকে বের হতে",
74+
"code": "Esc"
75+
}
76+
]
77+
},
78+
{
79+
"title": "Microsoft Excel শর্টকাট কী",
80+
"items": [
81+
{
82+
"definition": "নতুন এক্সেল স্প্রেডশিট তৈরি করতে",
83+
"code": "Ctrl + N"
84+
},
85+
{
86+
"definition": "সম্পূর্ণ কলাম সেলেক্ট করতে",
87+
"code": "Ctrl + Spacebar"
88+
},
89+
{
90+
"definition": "গ্রাফ তৈরি করতে",
91+
"code": "Ctrl + F1"
92+
},
93+
{
94+
"definition": "পূর্ববর্তী সেলে যান",
95+
"code": "Ctrl + PgUp"
96+
},
97+
{
98+
"definition": "পরবর্তী সেলে যান",
99+
"code": "Ctrl + PgDn"
100+
},
101+
{
102+
"definition": "ফরমুলা এডিট করতে",
103+
"code": "F2"
104+
}
105+
]
106+
}
107+
]
108+
}

0 commit comments

Comments
 (0)