Is there a shortcut key to switch between split panes in visual studio/management studio?

前端 未结 8 513
礼貌的吻别
礼貌的吻别 2020-12-29 19:51

When I have a file open in visual studio/sql server management studio and have it split in to two panes, I\'d like to be able to switch between the panes without having to r

8条回答
  •  既然无缘
    2020-12-29 20:16

    I think you can assign this by going to Tools -> Options -> Keyboard and searching for SplitPane. You should be able to assign shortcut keys for the following values:

    Window.NextSplitPane
    Window.PreviousSplitPane

提交回复
热议问题