How to Quickly Move Windows to the Side of the Screen Using a Hotkey in Windows

(0 votes, average 0 out of 5)
There are many cases where a focused window may be in your way, or maybe you just want to put the window on one of the sides of the screen. This can be done very easily by focusing the window you would like to move, holding down the windows key, and using the arrows to move to each side of the screen. This hotkey also works with multiple displays!
Partner Links:
Last Updated on Thursday, 30 September 2010 21:29  
Related Articles

» Introduction to LaTeX

LaTeX is a self-described document preparation system that is often used for research papers or other technical publications.  It is, in essence, an extremely useful computer language that interprets code and produces a well-formatted document.  It can greatly increase productivity due to the ease of formatting, and other nicities like automatic figure and reference numbering and easy mathematical representation.  Unfortunately, it also have a very steep learning curve. ...

» How to Connect to a Wireless Networking with Prompting for a Keyring Password in Ubuntu/Gnome

Sometimes the default installation of Ubuntu will continue to prompt for a keyring password in order to access the stored wifi password. This prevents automatic login to wifi networks. To remove this prompt for a keyring password and just automatically connect to the saved wireless network, do the following:Right click on the Network Manager icon in the system tray. Now, click Edit ConnectionsClick on the Wireless tab and select the connect you are using. Click the Edit buttonMake sure the...

» How to Find a Process Using a Particular Port in Linux

If you are trying to find the process using a particular port in Linux, you can do the following: lsof -i tcp:2700 The above example will return a list of processes using the TCP port with ID 2700.Alternatively you can view all open network connections by doing the following: sudo netstat -nlp 

Comments  

 
0 #1 Garret Staus 2010-09-30 23:30
Wow, that's actually really good to know! Thanks for the tip :D