|
feline
Moderator
    
United Kingdom
12804 Posts |
Posted - Apr 11 2012 : 11:34:51 PM
|
If you are using Visual Assist X build 1903 or above and you have a mouse with back and forward buttons you can change how Visual Assist X handles these. To do this simply edit the following registry DWORD value:
HKCU \ Software \ Whole Tomato \ Visual Assist X \ VANet8 \ BrowserAppCommands
Set this to 2, and the IDE View.Navigate* commands will be used instead. Set this to 1, and Visual Assist X navigation will be used, which is what older versions of Visual Assist X did, and this is also the default value. Set this to 0, and the button presses will be completely ignored. This is useful if you are using a different extension to handle these button presses.
Replace "VANet8" with "VANet11" for Visual Studio 2012 Replace "VANet8" with "VANet10" for Visual Studio 2010 Replace "VANet8" with "VANet9" for Visual Studio 2008 Replace "VANet8" with "VANet" for Visual Studio 2003 Replace "VANet8" with "VA6" for Visual C++ 6
Note you need to close all IDE's before editing this registry key, to avoid Visual Assist X overwriting your change when it quits. |
Edited by - feline on Sep 18 2012 8:14:01 PM |
|