This is just a list of all the shortcut key posts I did earlier this year in one place ... how many do you know?
Day 1
Alt+Space, N = Minimize current application
Alt+Space, X = Maximize current application
Alt+Space, R = Restore current application
Day 2
Ctrl+K, Ctrl+C = Comment out the current selected section
Ctrl+K, Ctrl+U = Uncomment the current selected section
Day 3
Shift+F7 = show designer window
F7 = show code window
Day 4
Ctrl+Alt+A = Command Window
Ctrl+Alt+O = Output Window
Day 5
Ctrl+- = NavigateBackward
Ctrl+Shift+- = NavigateForward
Day 6
Ctrl + W = Select Current Word
Ctrl+R, Ctrl+W = View Whitespace
Day 7
Ctrl + PgUp = View Top
Ctrl + PgDwn = View Down
Day 8
Ctrl + Shft + N = New Project
Ctrl + Shft + O = Open Project
Day 9
MSDN Help short cuts
Ctrl + Alt + F1 = View Contents Tab
Ctrl + Alt + F2 = View Index Tab
Ctrl + Alt + F3 = View Search Tab
Ctrl + Alt + F = View Favorites Tab
Day 10
Ctrl + Alt + L = View Solution Explorer
Ctrl + Shft + 1 = View Browse Next
Ctrl + Shft + 2 = View Browse Previous
Some custom key mappings
Ctrl + N, Ctrl + S = New Blank Solution (File.NewBlankSolution)
Ctrl + N, Ctrl + C = Add Class (Project.AddClass)
Day 11 - Debugging
Ctrl + F10 = Run to cursor
Ctrl + Shft + F10 = Set Next Statement
Day 12 - More Debugging
Ctrl + F9 = EnableBreakpoint
Ctrl + Shft + F9 = Clear All Breakpoints
Day 13 - Debug Windows
Ctrl + Alt + C = Call Stack
Ctrl + Alt + V, L = Locals
Day 14, Searching
Ctrl + I = Incremental Search Down
Ctrl + Shft + I = Incremental Search Up
Day 15, More Searching
Ctrl + D = Go to find Combobox
Ctrl + Shft + F = Find in Files
Day 16 -Debugging (should already know most of these)
F5 = Start
Shift + F5 = Stop Debugging
Ctrl + F5 = Start Without Debugging
F11 = Step Into
Shift + F11 = Step Out
F10 = Step Over
Day 17 - Debugging windows
Ctrl + Alt V, T = This
Ctrl + Alt + H = Threads
Day 18 - Text editing
Shift + Alt + Down Arrow = Line Down Extend Column
Shift + Alt + Up Arrow = Line Up Extend Column
Day 19 - Text editing
Ctrl + Shift + U = Make Uppercase (Great for those of you who capitalize constants)
Ctrl + U = Make Lowercase
Day 20 - MSDN Help
Shift + Alt + F3 = Search results
Shift + Alt + F2 = Index results
Day 21
Ctrl + Shift + C = Class View
Ctrl + Shift + E = Resource View
Day 22
F4 = Properties Window
Shift + F4 = Property Pages
Day 23
Ctrl + Alt + X = Toolbox
Ctrl+ Alt + K = Task List
Day 24
Ctrl + Alt + D = Dissasembly
Ctrl + F11 = Toggle Dissasembly
Day 25
Ctrl + Alt + E = Exceptions
Ctrl + Alt + S = Server Explorer