views:

539

answers:

3

Does anyone know how to bind extra mouse buttons to commands in visual studio 2008? There used to be a "powertoy" that let you do it for visual studio 2003, but I can't find an equivalent for 2008.

+1  A: 

MSDN

Cj Anderson
Thanks, but that's the Visual Studio 2003 plug-in that I was talking about. It doesn't work with Visual Studio 2008. Anything else?
I saw that the Release Date was May 13 2008 so I assumed it had been updated.
Cj Anderson
+1  A: 

AutoHotkey

demoncodemonkey
BTW I thought I'd continue the trend of one-word answers :D
demoncodemonkey
+3  A: 

While AutoHotKey was interesting, it doesn't really do what I want to do, which is map buttons to keys in an application-specific context.

I ended up finding this add-in: http://www.codeproject.com/KB/macros/MouseNavi.aspx

which I just modified and threw into the AddIns directory for Visual Studio.

+1 for not giving up =)
Cj Anderson