Data Shortcut Keys, Visual C# Scheme
The following shortcut key combinations can be used to work with data in the integrated development environment (IDE).
Note
When you select Visual C# Development Settings in the Import and Export Settings Wizard, the Visual C# 2005 keyboard mapping scheme is applied. Visual C# 2005 is the current keyboard mapping scheme. This is the keyboard mapping scheme that is applied to the integrated development environment (IDE) at initial startup. For more information, see How to: Change Select Settings.
To switch to the Visual C# keyboard mapping scheme
On the Tools menu, click Options.
Expand Environment, and then click Keyboard.
Select Visual C# 2005 from the Apply the following application keyboard mapping scheme drop-down list.
Command Name |
Shortcut Keys |
Description |
---|---|---|
Data.Column |
CTRL + L |
Adds a new data column to the bottom of the data set. Available only in the Dataset Editor. |
Data.Execute |
CTRL + ALT + F5 |
Runs the currently active database object. |
Data.InsertColumn |
INSERT |
Inserts a new data column above the selected column in the data set. Available only in the Dataset Editor. |
Data.RunSelection |
CTRL + Q |
Runs the current selection in the T-SQL Editor. |
Data.ShowDataSources |
SHIFT + ALT + D |
Displays the Data Sources window. |
Data.StepInto |
ALT + F5 |
Steps into debug mode for the currently active database object. |
QueryDesigner.CancelRetrievingData |
CTRL + T |
Cancels or stops the currently running query. Available only in the Query and View Designer. |
QueryDesigner.Criteria |
CTRL + 2 |
Displays the Criteria pane of the Query and View Designer. Available only in the Query and View Designer. |
QueryDesigner.Diagram |
CTRL + 1 |
Displays the Diagram pane of the Query and View Designer. Available only in the Query and View Designer. |
QueryDesigner.ExecuteSQL |
CTRL + R |
Executes the query. Available only in the Query and View Designer. |
QueryDesigner.GoToRow |
CTRL + G |
When in the Results pane, moves focus to the tool strip docked at the bottom of the designer. Available only in the Query and View Designer. |
QueryDesigner.JoinMode |
CTRL + SHIFT + J |
Enables JOIN mode. Available only in the Query and View Designer. |
QueryDesigner.Results |
CTRL + 4 |
Displays the Results pane of the Query and View Designer. Available only in the Query and View Designer. |
QueryDesigner.SQL |
CTRL + 3 |
Displays the SQL pane of the Query and View Designer. Available only in the Query and View Designer. |
View.Datasets |
CTRL + ALT + D |
Displays the Report Datasets window of the Report Designer. |