Skip to main content

Window Shortcut Key

Windows Shortcuts Keys (Winkey)


Shortcut Keys With Explanation


* Window key - It provides users the option to open and close the start menu.

* Winkey + D - It is used to minimize all open windows and restore minimized windows. For example, if you have opened different programs like Google Chrome, or Microsoft Word, you can press the window key and D together to minimize all open windows.

* Winkey + E - It helps users to open a computer window or hard disk drives.

* Winkey + M - It allows users to minimize all opened program windows.

* Winkey + Shift + M - It is used to restore all windows, which are minimized by using Winkey+M and Winkey+D.

* Winkey + Tab - Gives users the option to switch between open programs using Aero Flip 3-D on a computer. You need to hold down the Window key and keep pressing the Tab key to switch between programs, release the Tab key when you are in the program you want to open.

* Winkey + F - It will show a window where you can search or find data available on your computer.

* Winkey + L - It is used to lock the computer or switch users.

* Winkey + R - Its use is to open the Run dialog box where users can open various programs. For example, if you want to open Microsoft Word, you need to press Winkey + R and type winword in the open run window and then press Enter key.

* Winkey + U - It allows you to open the Ease of Access Center window, which allows you to access various options like startup magnifier, on-screen keyboard, startup narrator, etc.

* Winkey + Pause /Break - Its use is to open the system properties dialog box.

* Winkey + Number - It gives users the option to open taskbar-pinned programs based on their position on the taskbar. For example, Google Chrome is in the first position on the taskbar; pressing Winkey+1 will open Google Chrome.

* Shift + Winkey + Number - It allows you to open the new window of the program pinned to the taskbar based on its location on the taskbar. For example, Google Chrome is in the first position on the taskbar; pressing Shift+Winkey+1 will open Google Chrome. If you press this hotkey again while opening Google Chrome, it will open a new Google Chrome window again.

* Alt + Winkey + Number - It is used to open the jump list for the program pinned to the taskbar as per their position on the taskbar. For example, It is done by pressing Alt + Winkey + 1.

* Winkey + V - Its use is to open the Clipboard app.

* Winkey+ up arrow (↑) - This key is used to maximize the window.

* Winkey+ down arrow (↓) - It is used to minimize the window.

* Winkey+ left arrow (←) - It helps users to maximize the window to the left side of the screen.

* Winkey+ right arrow (→) - Its use is to maximize the window to the right side of the screen.

* Winkey + P - It allows users to choose a presentation display mode.

* Winkey + X - It gives users the option to open the Windows Mobility Center, where you can adjust the volume, brightness, and more.

Comments

Popular posts from this blog

Object Oriented and Relational Database

Object Relational and Object-Oriented Database What Is Object Relational Database? An object-relational database (ORD) is a database management system (DBMS) that’s composed of both a relational database (RDBMS) and an object-oriented database (OODBMS). An object-relational database acts as an interface between relational and object-oriented databases because it contains aspects and characteristics from both models. Object-oriented database (ORD) serves two main purposes: It connects the divide between relational databases and the object-oriented modeling techniques that are usually used in programming languages like C#, Java and C++. It bridges the gap between conceptual data modeling techniques for relational and object-oriented databases like entry-relationship diagram (ERD) and object-relational mapping (ORM). What Is Object Oriented Database? An object-oriented database is organized around objects rather than actions and data rather than logic. Therefore, an object database is a d...

What is the monitor? How many types and what is it? Details about CRT, LCD and LED monitors.

मॉनिटर क्या है? कितने प्रकार का होता है और क्या होता है? सीआरटी, एलसीडी और एलईडी मॉनिटर के बारे में विवरण। मॉनिटर क्या है? = मॉनिटर वह पार्ट्स है जो कंप्यूटर सिस्टम के साथ टीवी जैसा दिखता है। मॉनिटर कंप्यूटर सिस्टम का एक बहुत ही महत्वपूर्ण आउटपुट डिवाइस है। इसे डिस्प्ले डिवाइस के नाम से भी जाना जाता है। कंप्यूटर पर हम जो भी कार्य करते हैं उन्हें इस मॉनिटर के माध्यम से देखा जा सकता है, इसलिए मॉनिटर को विजुअल डिस्प्ले यूनिट कहा जाता है। मॉनिटर अलग-अलग साइज में आते हैं जैसे- 14 इंच, 15 इंच, 17 इंच, 19 इंच आदि। (Image by - Google Images) मॉनिटर कितने प्रकार के होते हैं? = रंग प्रदर्शन के आधार पर मॉनिटर्स को दो श्रेणियों में विभाजित किया जा सकता है। 1) मोनोक्रोम मॉनिटर (Monochrome Monitor), 2) कलर मॉनिटर (Color Monitor) । *  वर्तमान में मोनोक्रोम मॉनिटर का उपयोग शायद ही ध्यान देने योग्य है। अब हर जगह कलर मॉनिटर का इस्तेमाल किया जाता है। 1) मोनोक्रोम मॉनिटर (Monochrome Monitor) = इस प्रकार का मॉनिटर केवल सादा-काला चित्र प्रदर्शित करता है। वर्तमान में मोनोक्रोम मॉनिटर बहुत कम उपयोग होता ...

Normalization Types in DBMS

Normalization Types in DBMS First Normal Form (1NF) A relation will be 1NF if it contains an atomic value.  It states that an attribute of a table cannot hold multiple values. It must hold only single-valued attribute. First normal form disallows the multi-valued attribute, composite attribute, and their combinations. Example: Relation EMPLOYEE is not in 1NF because of multi-valued attribute EMP_PHONE. EMPLOYEE table: EMP_ID EMP_NAME EMP_PHONE EMP_STATE 14 John 7272826385, 9064738238 UP 20 Harry 8574783832 Bihar 12 Sam 7390372389, 8589830302 Punjab The decomposition of the EMPLOYEE table into 1NF has been shown below: EMP_ID EMP_NAME EMP_PHONE EMP_STATE 14 John 7272826385 UP 14 John 9064738238 UP 20 Harry 8574783832 Bihar 12 Sam 7390372389 Punjab 12 Sam 8589830302 Punjab Second Normal Form (2NF) In the 2NF, relational must be in 1NF.  In the second normal form, all non-key attributes are fully functional dependent on the primary key  Example: Let's assume, a school can ...