Skip to main content

Some special shortcut keys are used in MS WORD এ ব্যবহৃত কয়েকটি বিশেষ শর্টকাট কী

Some special shortcut keys are used in ms word

ms word এ ব্যবহৃত কয়েকটি বিশেষ শর্টকাট কী

ms word special shortcut keys

F1 = Help বা Office Assistant পাওয়া যায়

F2 = text বা Graphyics স্থানান্তর করে

F3 = Auto Text Insert হয়

F4 = শেষ কাজটির পুনরাবৃত্তি হয়

F5 = Edit মেনুর Go To কম্যান্ড পাওয়া যায়

F6 = নতুন ফ্রেমে যাওয়া যায়

F7 = Tools মেনুর Spelling কম্যান্ড পাওয়া যায়

F8 = কোনো Selection কে বাড়ানো যায়

F9 = Select করা field গুলিকে Update করা যায়

F10 = মেনুবার Active হয়

F11 = পরের Field টিতে যাওয়া যায়

F12 = File মেনুর Save As কম্যান্ড পাওয়া যায়

Ctrl + Shift + F = Font পাল্টানো যায়

Ctrl + Shift + P = Font সাইজ পাল্টানো যায়

Ctrl + Shift + > = Font সাইজ বৃদ্ধি হয়

Ctrl + Shift + < = Font সাইজ কমিয়ে হয়

Ctrl + ] = Font সাইজ 1 Point বাড়ে

Ctrl + [ = Font সাইজ 1 Point কমে

Ctrl + D = Format মেনুর Font কম্যান্ড পাওয়া যায়

Ctrl + F3 = অক্ষরগুলির case পরিবর্তন হয়

Ctrl + Shift + A = প্রতিটি অক্ষর capital letter হয়

Ctrl + B = লেখাকে bold করার জন্য

Ctrl + I = Italics আকার দেওয়ার জন্য

Ctrl + U = Underline হয়

Ctrl + Shift + W = শুধুমাত্র শব্দগুলি Underline করা হয়

Ctrl + Shift + D = ডাবল  Underline হয়

Ctrl + Shift + K = ছোটো Capital Letter হয়


Comments

Popular posts from this blog

JS Code for Generating OTP

JS Code for Generating OTP -  * Learn how to create a simple JavaScript function to generate a random 4-digit OTP. (GENERATED BY - ChatGPT) function OTP() { let otp = ""; otp = Math.floor(Math.random() * 9000 + 1000); return otp; } console.log("Your OTP is-", OTP());

Windows Key Shortcuts

List of common keyboard shortcuts that can be used with the Windows key: (Image by - Sharma Guides | Subham232330) 1. Windows Key + D: Show the Desktop 2. Windows Key + E: Open File Explorer 3. Windows Key + I: Open Settings 4. Windows Key + L: Lock the computer 5. Windows Key + R: Open the Run Dialog 6. Windows Key + S: Open the search bar 7. Windows Key + Tab: Open Task View 8. Windows Key + Ctrl + D: Create a new virtual desktop 9. Windows Key + Ctrl + Left or Right arrow: Switch between virtual desktops 10. Windows Key + M: Minimize all windows 11. Windows Key + Shift + M: Undo minimize all windows 12. Windows Key + Up Arrow: Maximize the current window 13. Windows Key + Down Arrow: Minimize the current window 14. Windows Key + Right Arrow: Snap the current window to the right 15. Windows Key + Left Arrow: Snap the current window to the left 16. Windows Key + P: Project to a second screen 17. Windows Key + Home: Minimize all but the active window 18. Windows Key + ...