forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicrosoft-office.json
More file actions
108 lines (108 loc) · 4.39 KB
/
Copy pathmicrosoft-office.json
File metadata and controls
108 lines (108 loc) · 4.39 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
{
"id": "microsoft_office",
"title": "মাইক্রোসফট অফিস(ওয়ার্ড, পাওয়ারপয়েন্ট ইত্যাদির শর্টকাট কী)",
"slug": "microsoft_office",
"description": "কোড এবং বর্ণনা সমৃদ্ধ চিটশিট এর ডিমো",
"colorPref": "#000",
"contents": [
{
"title": "Microsoft Word শর্টকাট কী",
"items": [
{
"definition": "Text কপি করতে",
"code": "Ctrl + C"
},
{
"definition": "কপি করা টেক্সট পেস্ট করতে",
"code": "Ctrl + V"
},
{
"definition": "নতুন ওয়ার্ড ডকুমেন্ট তৈরি করতে",
"code": "Ctrl + N"
},
{
"definition": "ডকুমেন্ট খোলতে",
"code": "Ctrl + O"
},
{
"definition": "ডকুমেন্ট Save করতে",
"code": "Ctrl + S"
},
{
"definition": "টেক্সট ফরম্যাট করতে",
"code": "Ctrl + Shift + F"
},
{
"definition": "টেবিল তৈরি করতে",
"code": "Ctrl + T"
},
{
"definition": "শর্টকাট কীগুলি দেখতে",
"code": "Alt + F1"
}
]
},
{
"title": "Microsoft PowerPoint শর্টকাট কী",
"items": [
{
"definition": "নতুন পাওয়ারপয়েন্ট প্রেজেন্টেশন তৈরি করতে",
"code": "Ctrl + N"
},
{
"definition": "প্রেজেন্টেশন Save করতে",
"code": "Ctrl + S"
},
{
"definition": "পাওয়ারপয়েন্টে নতুন স্লাইড তৈরি করতে",
"code": "Ctrl + M"
},
{
"definition": "পাওয়ারপয়েন্টে প্রেজেন্টেশন শুরু করতে",
"code": "F5"
},
{
"definition": "স্লাইড প্রস্তুত করতে",
"code": "Ctrl + D"
},
{
"definition": "অ্যানিমেশন যোগ করতে",
"code": "Ctrl + Shift + W"
},
{
"definition": "প্রেজেন্টেশন মোড থেকে বের হতে",
"code": "Esc"
}
]
},
{
"title": "Microsoft Excel শর্টকাট কী",
"items": [
{
"definition": "নতুন এক্সেল স্প্রেডশিট তৈরি করতে",
"code": "Ctrl + N"
},
{
"definition": "সম্পূর্ণ কলাম সেলেক্ট করতে",
"code": "Ctrl + Spacebar"
},
{
"definition": "গ্রাফ তৈরি করতে",
"code": "Ctrl + F1"
},
{
"definition": "পূর্ববর্তী সেলে যান",
"code": "Ctrl + PgUp"
},
{
"definition": "পরবর্তী সেলে যান",
"code": "Ctrl + PgDn"
},
{
"definition": "ফরমুলা এডিট করতে",
"code": "F2"
}
]
}
]
}