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 reach for the mouse. Does anyone know if a shortcut key exists for this?
views:
451answers:
6I 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 vs2008 c# is NOT my friend for this PANE issue ... F6 is "Build Solution"
Ctrl+TAB and Ctrl+F6 also fail to jump between PANEs.
http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx : claims F6 Moves to the next pane of a split pane view of a single document Shift-F6 Moves to the previous pane of a document in split pane view
is it possible that ASP.NET MVC v1.0 install usurped F6? (i do not know) is it possible that F6 is a vb (very bad) behaviour not found in c# vs settings (i do not know)
There are a few differences between settings in vs ... i do not know the cause ... might be language choice, might be vs express versus other forms ... ??????? i do not know why these inconsistencies exist.
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.