views:

165

answers:

1

My Question:

Is there a way to set up Visual Studio to use the Style of Ctrl+Tabbing so that it doesn't remember the order of tabs and just goes to the next tab or previous tab depending on the usage of the "Shift" key?

Maybe a registry setting (I think that there was something for this in TweakUI for Windows XP)? or a program setting, or even some sort of add-on. Bonus if the change screen doesn't pop up any more too.

More Explanation:

There are two styles of how Alt+Tab, or Ctrl+Tab can work.

In Windows, Alt+Tab will remember which application last had focus and it will switch between things in that order. Ctrl+Tab then Ctrl+Tab will put you right back to where you started.

In Google Chrome (for example) Ctrl+Tab will switch to the next tab instantly. Ctrl+Tab will take you one tab over, Ctrl+Shift+Tab will take you three tabs back.

The first way benefits people who have a lot of things open and are just switching between the few things that they are working on. The second way benefits people who are working on several files at once and are aware of what they're doing in each file.

I prefer the first style because the second one gets me lost.

+3  A: 

If I understand the question correctly, you can take a look at this SO question which covers this topic, however it doesn't look like theres a solid solution.

There is also this workaround, but theres no guarantee on the reliability of the method.

Brandon
In fact, the workaround is actually known to be broken, sadly...
romkyns