Skip to content

Commit 377741e

Browse files
committed
Add additional Microsoft Office shortcuts, including Excel, to the JSON data
1 parent 0ea0b1d commit 377741e

1 file changed

Lines changed: 96 additions & 0 deletions

File tree

data/microsoft-office.json

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

0 commit comments

Comments
 (0)