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 ...

discrete mathematics:Introduction to Trees

Tree  is a discrete structure that represents hierarchical relationships between individual elements or nodes. A tree in which a parent has no more than two children is called a binary tree. Tree and its Properties Definition  − A Tree is a connected acyclic undirected graph. There is a unique path between every pair of vertices in  G G . A tree with N number of vertices contains  ( N − 1 ) ( N − 1 )  number of edges. The vertex which is of 0 degree is called root of the tree. The vertex which is of 1 degree is called leaf node of the tree and the degree of an internal node is at least 2. Example  − The following is an example of a tree − Centers and Bi-Centers of a Tree The center of a tree is a vertex with minimal eccentricity. The eccentricity of a vertex  X X  in a tree  G G  is the maximum distance between the vertex  X X  and any other vertex of the tree. The maximum eccentricity is the tree diameter. If a ...

Digital Circuits - Decoders

Decoder  is a combinational circuit that has ‘n’ input lines and maximum of 2 n output lines. One of these outputs will be active High based on the combination of inputs present, when the decoder is enabled. That means decoder detects a particular code. The outputs of the decoder are nothing but the  min terms  of ‘n’ input variables (lines), when it is enabled. 2 to 4 Decoder Let 2 to 4 Decoder has two inputs A 1  & A 0  and four outputs Y 3 , Y 2 , Y 1  & Y 0 . The  block diagram  of 2 to 4 decoder is shown in the following figure. One of these four outputs will be ‘1’ for each combination of inputs when enable, E is ‘1’. The  Truth table  of 2 to 4 decoder is shown below. Enable Inputs Outputs E A 1 A 0 Y 3 Y 2 Y 1 Y 0 0 x x 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 1 1 1 0 0 0 From Truth table, we can write the  Boolean functions  for each output as Y 3 = E . A 1 . A 0 Y 3 = E . A ...