1

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.

zx485
  • 28,498
  • 28
  • 50
  • 59
Moon Waxing
  • 695
  • 13
  • 19
  • 1
    See http://stackoverflow.com/questions/2203844/what-is-the-hotkey-to-jump-between-split-windows-in-visual-studio-2008 – Sergey Vlasov Jan 18 '17 at 04:07

1 Answers1

0

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.

Community
  • 1
  • 1
Moon Waxing
  • 695
  • 13
  • 19