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
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
F6 is your friend.
This was not easy for me for some reason. This method finally worked (similar to Steve Dignan's answer above but I don't have enough rep to comment yet).
In VS 2012, Tools, Options, Environment, Keyboard. "Apply the following additional keyboard scheme" set to "Visual C# 2005". "Use new shortcut in" set to 'Global'. Enter "splitpane" in "Show commands containing" to get only the 2 desired commands. Select the first one and remove any shortcuts already assigned. Click inside the "Press shortcut keys" box and use "Ctrl + Alt + Up Arrow" for prev and down arrow for next. If either of those shortcut chords are currently used by something else, you may need to search on that command and remove it from there. Then come back to the split pane commands and Assign. Don't forget to close VS before you open another instance of it.
On Microsoft SQL Server Management Studio (SSMS) 2012, I figured out that it is the combination of Ctrl+Shift+UpArrow(or DownArrow). :-)
In SSMS: right-click toolbars, customize. Under categories, select Window, then under Commands select "Next Split Pane". Drag to toolbar. Right-click and change name to "Next Split P&ane". You can now use alt-a to change split pane.
CTRL+F6 will cycle through your files and across panes.