@@ -40,24 +40,24 @@ SQL Server Management Studio (SSMS) offers keyboard shortcuts. By default, it us
4040| --------| ----------|
4141| Move to the SQL Server Management Studio menu bar | ALT |
4242| Activate the menu for a tool component| ALT+HYPHEN |
43- | Display the context menu| SHIFT+F10| SHIFT+F10 |
43+ | Display the context menu| SHIFT+F10|
4444| Display the ** New File** dialog box to create a file | CTRL+N |
45- | Display the ** New Project** dialog box to create a new project| CTRL+SHIFT+N| CTRL+SHIFT+N |
46- | Display the ** Open File** dialog box to open an existing file| CTRL+O<br /><br /> or<br /><br /> CTRL+SHIFT+G| CTRL+O |
47- | Display the ** Open Project** dialog box to open an existing project| CTRL+SHIFT+O|
45+ | Display the ** New Project** dialog box to create a new project| CTRL+SHIFT+N|
46+ | Display the ** Open File** dialog box to open an existing file| CTRL+O<br /><br /> or<br /><br /> CTRL+SHIFT+G|
47+ | Display the ** Open Project** dialog box to open an existing project| CTRL+SHIFT+O|
4848| Display the ** Add New Item** dialog box to add a new file to the current project| CTRL+SHIFT+A|
4949| Display the ** Add Existing Item** dialog box to add an existing file to the current project| SHIFT+ALT+A|
50- | Display the Query Designer| CTRL+SHIFT+Q|
51- | Close a menu or dialog box, canceling the action| ESC|
50+ | Display the Query Designer| CTRL+SHIFT+Q|
51+ | Close a menu or dialog box, canceling the action| ESC|
5252
5353## Windows Management and Toolbar Keyboard Shortcuts
5454
5555| Action | Shortcut |
5656| --------| ----------|
5757| Close the current MDI child window| CTRL+F4|
5858| Close a menu or dialog box, cancels an operation in progress, or focuses on the current document window| ESC|
59- | Print| CTRL+P| CTRL+P |
60- | Exit| ALT+F4| ALT+F4 |
59+ | Print| CTRL+P|
60+ | Exit| ALT+F4|
6161| Toggle full screen mode| SHIFT+ALT+ENTER|
6262| Close the current tool window| SHIFT+ESC|
6363| Cycle through the next MDI child windows| CTRL+F6|
@@ -219,15 +219,15 @@ All shortcuts aren't implemented in all types of code editors.
219219| Run the ** sp_help** system stored procedure| ALT+F1|
220220| Run the ** sp_who** system stored procedure| CTRL+1|
221221| Run the ** sp_lock** system stored procedure| CTRL+2|
222- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+3| CTRL+3 |
223- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+4| CTRL+4 |
224- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+5| CTRL+5 |
225- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+6| CTRL+6 |
226- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+7| CTRL+7 |
227- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+7| CTRL+7 |
228- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+8| CTRL+8 |
229- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+9| CTRL+9 |
230- | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+0| CTRL+0 |
222+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+3|
223+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+4|
224+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+5|
225+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+6|
226+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+7|
227+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+7|
228+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+8|
229+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+9|
230+ | Run the stored procedure configured for this shortcut in the ** Tools** , ** Options** , ** Keyboard** , ** Query Shortcuts** dialog| CTRL+0|
231231
232232## Text Manipulation in Code Editor Keyboard Shortcuts
233233
@@ -304,7 +304,7 @@ All shortcuts aren't implemented in all types of code editors.
304304
305305| Action | Shortcut |
306306| --------| ----------|
307- | List members| CTRL+J| CTRL+SPACE< br />< br /> or< br />< br /> CTRL+J |
307+ | List members| CTRL+J|
308308| Complete word| CTRL+SPACE<br /><br /> or<br /><br /> ALT+RIGHT ARROW|
309309| Display quick information| CTRL+K, CTRL+I|
310310| Display parameter information| CTRL+SHIFT+SPACE|
0 commit comments