Keystroke Shortcuts

I spend a lot of time on computers. That means a lot of time with my hands on the keyboard. Wouldn’t it be great it there was an easy way to make every computer work faster? There is…they’re called keyboard shortcuts and I use a ton of them. Most of them have become second nature I use them so often. Last week when I was taking the VB.Net course my partner kept asking me how I did this or that. This guy had worked for 17 years as a program and didn’t know the shortcuts that I use everyday! I believe that some of these shortcuts are essential skills for a programmer and I wouldn’t be able to live without them.

A few notes…These shortcuts should work in *most* Windows applications, but not all. Some people don’t know what the Windows key is (I’ll use WIN as an abbreviation), so I’ll explain it. It’s the key on a PC keyboard that is usually between the Ctrl and Alt keys on the left side and between the Alt and Context key on the right side. It has the Windows logo (flag) on it. I will not be stating the obvious shortcuts such as Page Up/Down, Delete, etc. but will include a few that I never see people use when they should.

Editing

CTRL+C = Copy
CTRL+X = Cut
CTRL+V = Paste
CTRL+Z = Undo
CTRL+Y = Redo
CTRL+A = Select All

Moving The Cursor

Home = Move to the beggining of a line
CTRL+Home = Move to the beggining of a file
End = Move to the end of a line
CTRL+End = Move to the end of a file
CTRL+Right Arrow = Move to the beginning of the next word
CTRL+Left Arrow = Move to the beginning of the previous word

Highlighting

CTRL+SHIFT+Right Arrow = Hightlight the next word (Hold CTRL+SHIFT and press Right Arrow to highlight multiple words)
CTRL+SHIFT+Left Arrow = Hightlight the previous word (Hold CTRL+SHIFT and press Right Arrow to highlight multiple words)
CTRL+SHIFT+Home = Highlight from the current position to the beginning of the file
CTRL+SHIFT+End= Highlight from the current position to the end of the file

Miscellaneous

WIN+E = Open Windows Explorer
WIN+D = Minimize all open windows and show the Desktop
WIN+M = Minimize all open windows
WIN+SHIFT+M = Restores minimized windows
WIN+Break = Display the System Properties
CTRL+SHIFT+ESC = Display the Windows Task Manager
ALT+F4 = Close a window

Combinations

Highlight a line when I’m in the middle of it….Home, SHIFT+End OR End, SHIFT+Home
Highlight everything below (and including) the line that I’m on…Home,CTRL+SHIFT+End
You get the idea!

Trust me…if you learn just a few of these, your life will be so much more enjoyable! :mrgreen:

Have any shortuts not listed that I might benefit from?


Comments

Pages: [2] 1 » Show All

  1. 18. FYI
    7/15/2008 at 3:02pm

    CTRL+P for print

    Also in Windows XP when you are looking through a list and want to find something faster hit the first letter of the word or phrase you are looking for and it will automaticly go to the letter of the allphabet

  2. 17. Gary Webber
    2/26/2008 at 7:32pm

    Wow, I’ve used Windows since v2.0 (yes.. that long!) and I never picked up CTRL + Backspace/Del.

    I do use CTRL + Right / CTRL + Left an awful lot though for moving you through a line one word at a time (instead of one character at a time with just left/right). Really helpful when I’m coding and I want to get to the middle of a line.

    My most oft-used are ones you pointed out in the post: Windows + E (Explorer) and Alt + F4 (close window).

    CTRL + F4 is another one. It closes a sub-window in an MDI interface, such as a document in Word, or a tab in Firefox.

  3. 16. jackie
    5/24/2007 at 4:49pm

    shift + delete
    permanantly deletes instead of to a folder or recycle bin

  4. 15. bla
    2/5/2007 at 3:36pm

    WINKEY + R, run…

  5. 14. Nick
    6/9/2004 at 9:32am

    That’s a sweet one…had never seen that before.

  6. 13. Reverend Dan
    6/9/2004 at 9:27am

    in intenet explorer and firefox (maybe others)

    space to scroll down, shift+space to scroll up

  7. 12. MaThIbUs
    6/5/2004 at 5:12am

    Markku: I think in most cases, Ctrl+Alt is equal to pressing the Windows key.

  8. 11. markku
    6/3/2004 at 2:52pm

    This is nice, now I have to get one those keyboards with a windows key… :wink:

Pages: [2] 1 » Show All

Leave a Reply