Skip to main content

Windows 10 keyboard shortcuts you need to know



While most PC users are still trying to figure out how to handle Windows 8, Microsoft doesn't want to sit idle: on 29 July 2015, the company started rolling out its new Windows 10 operating system. Being globally launched in 190 countries, the OS boasts a number of new wonderful features, including virtual desktops, improved digital assistant Cortana and tablet mode, revamped core apps, and even more.

Window Snapping

Compared with the older Windows OS versions, Windows 10 presents brand new support for window snapping. You are now not bound with simple snapping to one half or one quarter of the screen. Instead, you can snap windows vertically, to a 2×2 grid, and even one on top of each other.
Thus, the Windows + Left Arrow or Windows + Right Arrow combinations will let you snap current windows to the left or right side of the screen respectively. Whereas, Windows + Up and Windows + Down arrows will snap them to the top or bottom half of the screen.
If you combine these shortcuts, for instance, hit the Windows + Right Arrow + Up keys, your current window will be snapped to the top right quarter of the screen. Thus, in this same state, applying the Windows + Leftor Windows + Down combinations will snap the window to the left or bottom half respectively, allowing you to cycle through the different quadrants of the screen.

Virtual Desktop

Although Windows has long supported multiple desktops, Windows 10 is the first time to see the feature publicly available to users. Even if you got used to working in a single-monitor mode, the option to separate related tasks into their own workspace with multiple desktops wouldn't go amiss at all.
So, if you find yourself keen on multitasking, just apply the Windows + Ctrl + D combination to create a new virtual desktop as well as Windows + Ctrl + Left / Right Arrow Key to switch between multiple desktops without the need to go through the multi-task view. In case you need to close the current desktop without any additional hassle, just hit Windows + Ctrl + F4 which will automatically switch you to the next virtual workspace.
Windows + Tab will open the task view (all your desktops and open apps), while pressing Alt + Tab keys will let you switch between open windows on all virtual desktops.

Command Prompt


The Command Prompt window in new Windows 10 also gets some new shortcuts that, unfortunately, may not be enabled by default. So, to set the hotkeys you'll need to open a Command Prompt window (for instance, by running cmd.exe from the Windows Start Menu), right click on the title bar, and go to Properties. Then, inside the Options tab, untick 'Use legacy console' and make sure that the 'Enable new Ctrl key shortcuts' as well as the two text selection options are activated.
Shift + Left / Right Arrow highlights a character to the left/right of the cursor, extending the text selection.
Shift + Up / Down Arrow moves the cursor up/down a line, selecting the text along the way.
Ctrl + Shift + Left / Right Arrow selects one word to the left/right of the cursor.
Shift + Home / End moves the cursor to the beginning/end of the current line, selecting the text along the way.
Ctrl + V or Shift + Insert pastes the text from the Windows clipboard at the cursor.
Ctrl + C or Ctrl + Insert copies the selected text to the Windows clipboard.
Ctrl + A selects the text in the current line; in case the line is empty, the combination selects the entire buffer.

Comments

Popular posts from this blog

How to Remove Powered by Blogger – Attribution Widget?

In this article, I will be demonstrating how to remove or hide attribution widget ‘Powered by Blogger’ in footer of blogger blogspot blogs.  Before going to the process,  backup your blogger template , while editing html code if anything goes wrong or template modified design doesn’t work or looks good you can restore from backed up template.  Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget. Method 1: Remove ‘Powered by Blogger’ by unlocking Attribution widget Step 1 : Go to your blog “Template” | click on “Edit HTML”. Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below Step 3: After selecting Attribution 1 widget you will be able to see this line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>  on your blogger template. Step 5: Once done click on...

Top 7 Modules in Python Programming language | 2020

Python is a simple programming language yet of very high level and is very much popular. This days the use of python has gone very high and it is expected to be much higher in the upcoming days in the near future. So, today in this article we will be discussing about some modules in python language which are most to be learnt: NumPy: It helps to do basic mathematical operations and complex math with algebraic formulas, statistical operations,etc. It is a valuable python package and is important for machine learning. Pendulum: It helps to do complex coding involving dates and time and is broad form of datetime module. It also manages the time zone automatically hence, it is a replacement for the datetime module. Python imaging library: It makes easy to write codes that involves to open, read and manipulate or modify images in a variety of formats. The Pillow or PIL imaging library is good for importing, manipulation and exporting images. MoviePy: As pillow is to images, moviePy ...

Why should you learn Python programming language?

Python is a programming language developed by Guido Van Rossum. It is a very simple programming language so, you can learn Python without facing any issues. You are a beginner at programming can learn python. So, let's see top 7 reasons to learn python: Simple and popular: Python programming language is simple and very popular. Many significant platforms only support Python language. It also ranks top three as per TIOBE Index. Versatile:  It is a versatile language, i.e.; can we used to develop desktop applications, web pages and is considered best for AI and data science. Popularity: Many industries like YouTube, Amazon, Google, Facebook,etc. use this language. So, Python developers are very high in number. Moreover, the users of python are increasing day by day. Portable an extensible: Python course are portable and extensible as a code for Windows even run at Mac, Unix or Linux. Even the codes can be compiled in different languages like C++ or C. Graphical: The Python Computer G...