Skip to main content

All Useful Windows 10 Keyboard Shortcuts

Windows 10 has its features enhanced, making our technical lives move on with an ease. Microsoft, when it launched Windows 10, also added upon a ton of new keyboard shortcuts that would help you have more easy access to the new enhancements like Cortana, Action Center, Task View and Virtual Desktops. Recently it has also introduced a cheat sheet that would further boost up your technical skills. We will present you with some must-know keyboard shortcuts with which you can increase your performance, speed of ease and make learning new things easy on your Windows system.
If you are new to the keyboard shortcuts,then a whole list of shortcuts may overwhelm you. Also many of these features might also work of the older versions of windows like those of Windows 7/8.1. In order to make your work easier, we introduce to you the most important  shortcuts,which, undoubtedly are highly beneficial.
Windows Keyboard Shortcuts 1 MinWindows Keyboard Shortcuts 2 MinWindows Keyboard Shortcuts 3 Min

Browser Keyboard Shortcuts.(Microsoft Edge and Others)

1.  Ctrl + T – It helps you open up a new tab.
2.  Ctrl + D – It enables the bookmarking of the current page
3. Ctrl + L –  It highlights the URL of the page.
4. Ctrl + Tab –  It cycles through the currently open tabs.

The Must Know Keyboard shortcuts for Windows 10

1. Windows Key +A – It enables you to open up the Action Center.
2.  Windows key + C – It enables you to launch the Cortana in listening mode. This is especially useful for voice based commands.
3. Windows key + Tab – It enables you to open up the Task View.
4. Windows key + I – Open up the Settings App for changing the various settings like themes,time,etc.
5. windows key + S – This can be alternatively used to launch the Cortana
6. Windows key + Ctrl+ D – It helps you create a virtual Desktop.
7. Windows key + Ctrl + F4 – This is mainly for closing the present virtual desktop
8. Windows key +  Ctrl + Left or right arrow – It helps in switching between virtual desktops.
The shortcuts Given below works for lower versions of Windows also.
9. Windows key + X – Open up the list that appears when you right click on the start menu.
10. Windows key + E – It helps in launching the File Explorer.
11. Windows key + L -It is used in locking the desktop.
12. Windows key + Left or right arrow – Snap the current window to left or right of the screen
13.  Alt + PrtScn – Take screenshot of current window and copy it to the clipboard.
14. Windows Key + PrtScn – Take screenshot of window that gets saved in Computer>Pictures>Screenshots.
Try out the above shortcuts and lower the dependence on your mouse for a while!

Comments

Popular posts from this blog

Discrete Mathematics - Rules of Inference

To deduce new statements from the statements whose truth that we already know,  Rules of Inference  are used. What are Rules of Inference for? Mathematical logic is often used for logical proofs. Proofs are valid arguments that determine the truth values of mathematical statements. An argument is a sequence of statements. The last statement is the conclusion and all its preceding statements are called premises (or hypothesis). The symbol “ ∴ ∴ ”, (read therefore) is placed before the conclusion. A valid argument is one where the conclusion follows from the truth values of the premises. Rules of Inference provide the templates or guidelines for constructing valid arguments from the statements that we already have. Table of Rules of Inference Rule of Inference Name Rule of Inference Name P ∴ P ∨ Q P ∴ P ∨ Q Addition P ∨ Q ¬ P ∴ Q P ∨ Q ¬ P ∴ Q Disjunctive Syllogism P Q ∴ P ∧ Q P Q ∴ P ∧ Q Conjunction P → Q Q → R ∴ P → R P → Q Q → R ∴ P → R ...

Digital Circuits - Shift Registers

We know that one flip-flop can store one-bit of information. In order to store multiple bits of information, we require multiple flip-flops. The group of flip-flops, which are used to hold (store) the binary data is known as  register . If the register is capable of shifting bits either towards right hand side or towards left hand side is known as  shift register . An ‘N’ bit shift register contains ‘N’ flip-flops. Following are the four types of shift registers based on applying inputs and accessing of outputs. Serial In − Serial Out shift register Serial In − Parallel Out shift register Parallel In − Serial Out shift register Parallel In − Parallel Out shift register Serial In − Serial Out (SISO) Shift Register The shift register, which allows serial input and produces serial output is known as Serial In – Serial Out  (SISO)  shift register. The  block diagram  of 3-bit SISO shift register is shown in the following figure. This block d...

discrete mathematics: Venn Diagrams

Venn Diagrams Venn diagram, invented in 1880 by John Venn, is a schematic diagram that shows all possible logical relations between different mathematical sets. Examples Set Operations Set Operations include Set Union, Set Intersection, Set Difference, Complement of Set, and Cartesian Product. Set Union The union of sets A and B (denoted by  A ∪ B A ∪ B ) is the set of elements which are in A, in B, or in both A and B. Hence,  A ∪ B = { x | x ∈ A   O R   x ∈ B } A ∪ B = { x | x ∈ A   O R   x ∈ B } . Example  − If  A = { 10 , 11 , 12 , 13 } A = { 10 , 11 , 12 , 13 }  and B =  { 13 , 14 , 15 } { 13 , 14 , 15 } , then  A ∪ B = { 10 , 11 , 12 , 13 , 14 , 15 } A ∪ B = { 10 , 11 , 12 , 13 , 14 , 15 } . (The common element occurs only once) Set Intersection The intersection of sets A and B (denoted by  A ∩ B A ∩ B ) is the set of elements which are in both A and B. Hence,  A ∩ B = { x | x ∈ A   A N D...