Changing Ctrl + Tab behavior for moving between documents in Visual Studio

前端 未结 13 567
半阙折子戏
半阙折子戏 2020-11-28 17:39

Is it possible to change how Ctrl + Tab and Shift + Ctrl + Tab work in Visual Studio? I have disabled the popup naviga

13条回答
  •  温柔的废话
    2020-11-28 18:11

    Visual Studio 2010 has, built in, a way to solve this.

    By default, Ctrl+Tab and Ctrl+Shift+Tab are assigned to Window.[Previous/Next]..Document, but you can, through

    Tools -> Options -> Environment -> Keyboard,
    

    remove those key assignments and reassign them to Window.[Next/Previous]Tab to add the desired behavior.

提交回复
热议问题