What is the hotkey to jump between split windows in Visual Studio 2008

余生长醉 提交于 2019-12-04 23:39:25

The F6 key moves between window splits in the default keymap.

You can find and customize all keyboard shortcuts in Visual Studio in the Keyboard Command options. If you go there and search for commands containing "split", you'll find the Window.NextSplitPane command, which is what you want. You can also map this command to another key. Keyboard shortcuts can also be context-sensitive, which means the F6 key can do different things in different situations.

Tools > Options > Environment > Keyboard

Try Ctrl+Shift+UpArrow(DownArrow) to move the focus between the split windows - This works in the Microsoft SQL Server Management Studio. And it might also work on the Visual Studio.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!