Other then viewing shortcut keys via the options window, one by one, is
there another method. CTRL+R is not showing "Solution Explorer" anymore
although typing View.SolutionExlorer into the command window works and also
selecting it from View->Solution Explorer in the IDE menu.
So any ideas how to list all shortcuts?
Thanks,
Kevin
Scot T Brennecke - 01 Aug 2005 23:43 GMT
Go to Tools | Options |Keyboard, and find "View.SolutionExplorer" in the command list. It will
display the shortcut key(s) currently assigned to that command. In my case, it's set to Ctrl+Alt+L.
You can then assign Ctrl+R, if you like, by typing in the edit box near the bottom. If anything is
already assigned, it will display the command with the conflict.
> Other then viewing shortcut keys via the options window, one by one, is there another method.
> CTRL+R is not showing "Solution Explorer" anymore although typing View.SolutionExlorer into the
[quoted text clipped - 4 lines]
> Thanks,
> Kevin
kevininstructor@state.or.us - 02 Aug 2005 13:12 GMT
Scot,
Thanks for the reply but if you read my message I know this already... I
need to see all shortcut keys at once beings there is a conflict.
In my case the assignment for viewing Solution Explorer is CTRL+R as seen in
the IDE menu and also (as mentioned in the original post) the same assigment
in keyboard options. After searching through some of the other assignments I
found at least one other function using CTRL+R so this leads me to believe
there is a problem someplace, it's not me.
May be someone out there knows some DTE code that would reveal the shortcuts
in the command window etc or allow me to write to a stream.
Kevin
> Go to Tools | Options |Keyboard, and find "View.SolutionExplorer" in the
> command list. It will display the shortcut key(s) currently assigned to
[quoted text clipped - 12 lines]
>> Thanks,
>> Kevin
Scot T Brennecke - 02 Aug 2005 20:42 GMT
Kevin,
As I pointed out in my message, if you type Ctrl+R in the box to assign the shortcut, it will
tell you exactly what other command already has Ctrl+R, thereby revealing your conflict!
> Scot,
>
[quoted text clipped - 24 lines]
>>> Thanks,
>>> Kevin
Kyle Alons - 02 Aug 2005 13:54 GMT
http://www.microsoft.com/downloads/details.aspx?FamilyId=3FF9C915-30E5-430E-95B3
-621DCCD25150&displaylang=en
Keybindings Table Add-in:
http://download.microsoft.com/download/7/f/0/7f035772-9add-4caa-ba54-979385904b4
0/KeyMap.exe

Signature
---------------------------------------------------
Automate your software builds with Visual Build Pro
http://www.visualbuild.com/
> Other then viewing shortcut keys via the options window, one by one, is
> there another method. CTRL+R is not showing "Solution Explorer" anymore
[quoted text clipped - 5 lines]
> Thanks,
> Kevin
Jason Doucette - 02 Aug 2005 17:15 GMT
Kevin,
I have just published an article that explains how to run a macro that
creates an HTML table of all current keyboard shortcuts:
Visual Studio .NET Keyboard Shortcuts
http://www.xona.com/2005/08/02.html
I hope this helps. Let me know if it works for you, or if the explanation
could be improved.

Signature
Jason Doucette / Xona.com
www.jasondoucette.com / www.xona.com
kevininstructor@state.or.us - 04 Aug 2005 21:25 GMT
This did the trick!!!
> Kevin,
>
[quoted text clipped - 6 lines]
> I hope this helps. Let me know if it works for you, or if the explanation
> could be improved.