Using Visual Studio to edit a file I can’t find a key stroke to move between panes of a split view.
Moving between windows is easy enough with Ctrl+Tab or Ctrl+Shift+Tab, but no keystrokes to move between panes of a split view.
Using Visual Studio to edit a file I can’t find a key stroke to move between panes of a split view.
Moving between windows is easy enough with Ctrl+Tab or Ctrl+Shift+Tab, but no keystrokes to move between panes of a split view.
From What is the hotkey to jump between split windows in Visual Studio 2008
F6 for next split pane or Shift+F6 for previous split pane.
The keyboard mapping has to be set to Default and not Visual C# 2005 under
Tools > Options > Environment > Keyboard
Setting to default removes the Build function for F6, alternatively reassign to another key sequence.