Skip to content

Instantly share code, notes, and snippets.

@FilipDeVos
Created May 13, 2011 12:48
Show Gist options
  • Save FilipDeVos/970474 to your computer and use it in GitHub Desktop.
Save FilipDeVos/970474 to your computer and use it in GitHub Desktop.
SQL Server Management Studio Ctrl+Tab fix
<UserShortcuts>
<RemoveShortcut Command="Window.NextDocumentWindowNav" Scope="Global">Ctrl+Tab</RemoveShortcut>
<Shortcut Command="Window.NextDocumentWindow" Scope="Global">Ctrl+Tab</Shortcut>
<Shortcut Command="Window.NextDocumentWindow" Scope="Query Designer">Ctrl+Tab</Shortcut>
<RemoveShortcut Command="Window.PreviousDocumentWindowNav" Scope="Global">Ctrl+Shift+Tab</RemoveShortcut>
<Shortcut Command="Window.PreviousDocumentWindow" Scope="Global">Ctrl+Shift+Tab</Shortcut>
<Shortcut Command="Window.PreviousDocumentWindow" Scope="Query Designer">Ctrl+Shift+Tab</Shortcut>
</UserShortcuts>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment