My current keyboard shortcut list

Published 11-22-2006 4:39 PM | jokiz

Here is my current list of keyboard shortcut that i frequently use at work.  An asterisk (*) means a custom keyboard mapping that i am using.  I'm currently on a one week no-mouse therapy hopefully to learn more to use the keyboard.

Visual Studio

Ctrl+Alt+L Solution Explorer
Ctrl+Alt+S Server Explorer
Ctrl+Alt+- *Collapse all projects from Solution Explorer(macro)
Ctrl+Alt+0 *Run Tests (TD.NET)
Ctrl+Alt+9 *Debug Tests (TD.NET)
Ctrl+Alt+8 *View Output Window
Ctrl+Alt+7 *View Find Results Window
Ctrl+Alt+6 *Run on (running scripts to data connections)
Shift+Escape Close Tool Window
Ctrl+Alt+P Attach to Process (Resharper overrides this one)
Ctrl+Shift+E *Enable All Breakpoints
Ctrl+Shift+D *Disable All Breakpoints
Ctrl+Shift+F9 Remove all Breakpoints
F5 Debug Start
Shift+F5 Debug Stop

Resharper


I suggest you print a hardcopy of the Resharper keymap pdf here and post it in your desk wall.

Ctrl+N Find by type
Ctrl+Shift+N Find by file
Alt+F7 Find usage
Ctrl+Alt+U Find usage window
Ctrl+Down Next method
Ctrl+Up Previous method
Ctrl+Alt+B Go to inheritors
Ctrl+U Go to base
Ctrl+B Go to Declaration
Shift+F6 or F2
Rename
Ctrl+Shift+R Refactor
Ctrl+Alt+Space Type name completion
Ctrl+Space Basic code completion (including suggested variable name)
Ctrl+P Show parameters
Ctrl+Q Quick documentation popup (don't forget ctrl+escape is close tool window)
Ctrl+F12 File Structure Popup (this has a hidden search feature, just type the initial letters of the member name, press enter to go to its declaration)
Ctrl+Shift+V Clipboard Popup (No need to access the clipboard ring tab)
Ctrl+Alt+F Reformat code (not following coding standards eh, it's a breeze)
Alt+Insert Generate Code (Overriding Equals and GetHashCode made easy)
Ctrl+E Show recent files

Windows

F2 Rename file
Alt+Down Toggle dropdown
F6
Go to address bar

Firefox

' Find links
/ Find text
F3 Next Find
Ctrl+T Open new Tab
Alt+Enter Open in new tab the result of search if in quick search, location if in URL bar
Ctrl+L
Go to Location bar
Ctrl+K
Go to Web search bar

 

Virtual PC           

Right Alt+Down Minimize Virtual PC
Right Alt+Enter Maximize

 

Remote Desktop

Ctrl+Alt+Pause Switch from Full Screen to Windowed (i'd rather do the normal keyboard shortcuts in full screen)

Filed under: ,

Comments

# bonskijr said on November 22, 2006 5:33 AM:

Good link on the default keymap of resharper...

In firefox my most often used short-cuts are:

CTRL+L or F6 or ALT+D =  Go to address bar

CTRL + E or CTRL+G    =  Web Search

Sql Server Analyzer :

ALT+F1 = object(table/stored proc/views..)db and accepts the highlighted object as parameter to show for example

columns or parameters depending on the object.

btw: since you're trying to be mouseless, when you type on a multi-line text box such as this how do you scroll up/down the page? hehhe oops don't reach for the mouse

# jokiz said on November 22, 2006 5:44 AM:

thanks,  oops, i forgot about that firefox Ctrl+L and Ctrl+K keys.

Re: scrolling, hmmm, tab out then do page up/page down?

# keithrull said on November 22, 2006 8:36 AM:

add Ctrl + Shift + C which comments selected code in SQL Query Analyzer and Ctrl + Shift + R to remove the selected comment.

# jokiz said on November 27, 2006 5:37 PM:

good question bonski, tab is not working too so i guess i have to workaround by going back to the Location bar  

# jokiz's blog said on December 7, 2006 3:43 AM:

I have been using SearchKeys for a while now as I explore my mouseless computing world . It's good because