vote up 10 vote down star
13

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

flag
show 3 more comments

37 Answers

1 2 next
vote up 10 vote down check

Win+1..9 -- Start quick launch shortcut at that index (Vista).
Ctrl+Scroll Lock,Scroll Lock -- Crash your computer: http://support.microsoft.com/kb/244139

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

link|flag
show 4 more comments
vote up 13 vote down

Windows-Pause/Break to bring up computer info and to access environment variables under the advanced tab. Windows-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.

link|flag
show 4 more comments
vote up 10 vote down
  • 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|flag
show 1 more comment
vote up 9 vote down

Win-L to lock the computer.

link|flag
vote up 7 vote down
  • Win-D to minimize all applications
  • Ctrl-Shift-Esc to open Task Manager
link|flag
show 4 more comments
vote up 5 vote down
  1. Win-E to open an explorer reference
  2. Win-R from the Run box
  3. Ctrl-Escape to open the start menu

And, of course, Alt-F4 to close things

link|flag
vote up 3 vote down
  • 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|flag
vote up 3 vote down

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|flag
vote up 3 vote down

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|flag
vote up 3 vote down

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

link|flag
vote up 2 vote down

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

link|flag
show 1 more comment
vote up 2 vote down
  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|flag
show 1 more comment
vote up 2 vote down

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|flag
vote up 2 vote down

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|flag
vote up 1 vote down

Repeat CTRL + ALT + DEL Twice!

link|flag
vote up 1 vote down

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

link|flag
show 1 more comment
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down
  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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
show 1 more comment
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down
  • 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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

I mapped some global hotkeys:

  • In Winamp I use Ctrl+Alt+Backspace (same as AltGr+Backspace for me) to Pause. If someone wants my attention while I've got headphones on, far easier to press a couple of buttons than click the mouse on a button that's about five pixels wide.

  • I use Ctrl+Alt+C to run calc.

link|flag
show 1 more comment
1 2 next

Your Answer

Get an OpenID
or

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