I'm a keyboard junkie. I love having a key sequence to do everything. What are your favorite keyboard shortcuts?

I'll start by naming a couple of mine:

1 - Alt-Space to access the windows menu for the current window

2 - F2 to rename a file in Windows Explorer

link|improve this question
3  
Amazing how many closer-to-being-related-to-programming questions have been closed but this one managed to survive... – schmrz Sep 10 '09 at 19:24
1  
<Tab>*23 <Space> for "vote to close". – cHao Oct 28 '11 at 18:47
show 3 more comments
feedback

37 Answers

1 2
up vote 12 down vote accepted

Win + 1 .. 9 -- Start quick launch shortcut at that index (Windows Vista).

Ctrl + Scroll Lock, Scroll Lock -- Crash your computer: Windows feature lets you generate a memory dump file by using the keyboard

@gabr -- Win + D is show desktop, Win + M minimizes all windows. Hitting Win + D twice brings everything back as it has only shown the desktop window in front of the other windows.

link|improve this answer
show 5 more comments
feedback

Win + Pause/Break to bring up computer information and to access environment variables under the Advanced tab.

Win + R to go straight to the run box (though I barely use this anymore since I started with Launchy).

Of course Alt + Tab but also Alt + Shift + Tab for going backwards.

Oh, and personally, I hate Ctrl + F4 for closing tabs - too much of a pinky stretch.

Oh and try Win + Tab on Windows 7 (with Aero on).

link|improve this answer
show 4 more comments
feedback
  • Alt-F4 to close a program.
  • WindowsKey + L to lock my workstation
  • Ctr-Shift-Ins to copy text from a textbox
  • Alt-PrintScreen to capture a shot of just a window
  • WindowsKey + R to open the "Run" dialog (XP Pro only- does something else on XP Home)
link|improve this answer
show 2 more comments
feedback

Win-L to lock the computer.

link|improve this answer
feedback
  • Win-D to minimize all applications
  • Ctrl-Shift-Esc to open Task Manager
link|improve this answer
show 4 more comments
feedback
  • F4 in windows explorer to access the location bar trivially.
  • RMenuKey (usually next to the right-hand windows key) + W + F - create a new folder in explorer.
link|improve this answer
feedback
  1. Win + E to open an Windows Explorer reference
  2. Win + R from the Run box
  3. Ctrl + Esc to open the start menu

And, of course, Alt + F4 to close things.

link|improve this answer
feedback

I try to stick to my keyboard as well. I frequently use...

  • Win+L to Lock my system
  • Alt+F4 to close a program
  • Win+R to launch from the Run Window (Used for frequent programs instead of going through QuickLaunch)
  • F2 to rename a file
  • Win+D to go to Desktop
  • Alt+Tab and Alt+Tab+Shift to cycle through open programs

Visual Studio

  • Alt, D (debug), P (process), W (webdev process)
  • Alt, T (Tools), P (process), W (webdev process) for VS 2008
  • Alt, M, O to collapse to definitions
  • F5 to lauch
  • F9, F10, and F11 for stepping trhough debugger
  • Alt+K, D to format a document
  • Alt+K, C to comment
  • Alt+K, U to uncomment

Browser

  • Alt+W to close tab
  • F6 to focus on the address bar
link|improve this answer
feedback

To maximize a window: Alt+Space, X
To restore a window: Alt+Space, R
To minimize a window: Alt+Space, N
To close a window: Alt+Space, C

link|improve this answer
feedback

Ctrl-shift-esc to go straight to the task manager without any intermediate dialogs.

link|improve this answer
feedback

win-M to minimise all. Useful for quick trips to the desktop.

link|improve this answer
show 1 more comment
feedback
  1. Win-[type name of program] to launch a program in Vista
  2. Win-E for explorer
  3. Win-F for find
  4. Alt-Tab to swap between programs
  5. Ctrl-Tab to swawp between tabs

Not really a 'Windows' shortcut, but the Ctrl-Alt-numpad and Ctrl-Alt-arrows to move and resize windows and move them to another monitor using WinSplit Revolution are absolutely great. I would never use large or multiple monitors without them.

link|improve this answer
show 1 more comment
feedback

I use the free AutoHotKey, then I define my own shortcuts:

  • dobule tap F4 quickly => Close active Windows (like Alt+F4 but with one finger only)
  • double tap Right Alt quickly => Find and Run Robot task manager
  • F12 => open Find and Run Robot Locate32 plugin (I use it like a very lightweight desktop search)
  • Ctrl+Up / Down in a command window => scroll back / forward command line like the mouse wheel
  • Ctrl+w in a command windows => close window

etc.

link|improve this answer
feedback

A few basic keyboard shortcuts for clipboard operations, text selection, and navigation that work in most Windows programs:

Clipboard

  • Ctrl+X - Clipcoard Cut
  • Ctrl+C - Clipboard Copy
  • Ctrl+V - Clipboard Paste

Selecting Text

  • Ctrl+A - Select All (in the current field or document)
  • Shift + [navigate with arrow keys, Home/End, or PgUp/PgDn] - Select text between the caret's previous and new positions. Continue to hold Shift and navigate to select more text.

Navigation

  • Ctrl + left arrow / Ctrl + right arrow - Move the caret to the previous/next word
  • Ctrl+Home / Ctrl+End - Go to beginning/end of the current field or document

Bonus Tip!

  • Before submitting a web form where you've entered a lot of text into a text field (for example, an email in a web-based mail client -- or a new question or answer on Stack Overflow!), do a quick Ctrl+A, Ctrl+C on the field. That way, if something goes wrong with the submit (even if the browser crashes), you haven't lost your work -- you have a copy of it sitting on the clipboard.
link|improve this answer
feedback

On Windows Vista, if you bring up the Start menu and search for a program, pressing Ctrl+Shift+Enter will run the selected program as Administrator. So to open an Administrator command prompt:

Windows key, type "cmd", Ctrl+Shift+Enter

link|improve this answer
feedback
  1. Ctrl + Shift + ESC : Run Task Manager
  2. Ctrl/Shift + Insert : Copy/Paste
  3. Shift + Delete : Cut (text)
  4. Win + L : Lock System
  5. Win + R : Run
  6. Ctrl + Pause Break : Break Loop (Programming)
  7. Ctrl + Tab : Tab Change
link|improve this answer
feedback

For when you have a window stuck under an appbar and can't get at that window's system menu to move it:

alt-spacebar -> M -> arrow keys -> return

link|improve this answer
feedback

Repeat CTRL + ALT + DEL Twice!

link|improve this answer
feedback

My personal favourite is WinKey, U, Enter - shuts Windows down! ;-)

link|improve this answer
show 1 more comment
feedback

In calc, F5, F6, F7, F8 cycle between Hex, Dec, Oct, Bin mode.

link|improve this answer
feedback

I don't have favorites among keyboard shortcuts -- they are all utility entities to me...

Except for Win-L, which means another coffee break!

link|improve this answer
feedback

ctrl+alt+del to open task manager
alt+f4 to close window

I've removed the "Windows" key from my keyboard, along with a few other non-standard keys - they're too much of a nuisance.

link|improve this answer
show 1 more comment
feedback

Win+D to show the desktop and then Win+D to bring all the windows back again.

link|improve this answer
feedback

All those of you that mentioned Alt Tab and Ctrl Tab missed out the shift versions too

CTRL-SHIFT-TAB - move one tab back ALT-SHIFT-TAB - move one window back in task switcher

link|improve this answer
feedback

Win+D, Win+R, Win+E, Win+1 (Firefox)

link|improve this answer
feedback

The most "important" shortcut is the Secure Attention Sequence, Ctrl+Alt+Del.

On XP you usually have to enable it otherwise it just runs Task Manager.

While logged in, SAS brings up the Windows Security dialog on its own Desktop, which will get you out of almost anything (such as a hung full-screen DirectX app).

The Task Manager shortcut is now (and always was) Ctrl+Shift+Esc.

(this answer applies to NT4, 2000, XP and 2003. I can't speak for Vista)

link|improve this answer
feedback
  • Win+Pause/Break for System Properties
  • Win+E: open windows explorer
  • Win+F: find
  • Win+R: run
  • Win+M: minimize all windows
  • Win+Shift+M: restore all windows
  • Alt+F4: close program
  • Alt+Tab: switch between tasks
  • Ctrl+Alt+Del: task manager
link|improve this answer
feedback

Ctrl + Shift + Esc -> Open Task Manager

Ctrl + W -> closes windows in MDIs where Ctrl+F4 doesn't work

Those and the Win + Number is Vista are used constantly.

Also a nice trick is Win + Tab -> cycles through program groups on task bar in Windows Xp and Server 2003. (i.e. same as Vista without the previews).

link|improve this answer
feedback

Alt + f4 Alt + tab ctrl + tab win + tab ctrl + x ctrl + v ctrl + c alt + r alt + e alt + d ctrl + space (VS IDE)

link|improve this answer
feedback

It's not a keyboard shortcut, but my favourite trick is to bind the large thumb button on the rat to move window, the smaller thumb button to resize. That way, windows can be moved and resized very easily and naturally. You can probably to that in windows too.

As for keyboard tricks, I use right ctrl+keypad to pick (one of nine) virtual screens. Very quick and natural.

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.