Share via


General Shortcut Keys, Emacs Scheme

You can use the following shortcut key combinations in various places within the integrated development environment (IDE).

Command

Shortcut keys

Description

Edit.Copy

CTRL + C

—or—

CTRL + INSERT

Copies the currently selected item to the system clipboard.

Edit.Cut

CTRL + W

—or—

SHIFT + DELETE

Removes the currently selected item to the system clipboard.

Edit.CycleClipboardRing

CTRL + SHIFT + INS

Pastes an item from the Clipboard Ring tab of the Toolbox at the insertion point in the file and automatically selects the pasted item. You can review each item on the Clipboard by repeatedly pressing the shortcut keys.

Edit.DecreaseFilterLevel

ALT + COMMA

When you are using IntelliSense filtering, changes the filter level from the Common tab to the All tab.

Available only when you edit Visual Basic files.

Edit.Delete

DELETE

—or—

CTRL + D

Deletes one character to the right of the cursor.

Edit.DeleteBackwards

BACKSPACE

—or—

SHIFT + BACKSPACE

Deletes one character to the left of the cursor.

Edit.GoToNextLocation

F8

—or—

F4

Moves the cursor to the next item, such as a task in the Task List window or a search match in the Find Results window. Each time you press F8, you move to the next item in the list.

Edit.GoToPreviousLocation

SHIFT + F8

—or—

SHIFT + F4

Moves the cursor to the previous item in the Task List window or Find Results window.

Edit.GoToReference

SHIFT + F12

Displays the reference of the selection in the code.

Edit.IncreaseFilterLevel

ALT + PERIOD

When you are using IntelliSense filtering, changes the filter level from the All tab to the Common tab.

Available only when you edit Visual Basic files.

Edit.Paste

CTRL + Y

—or—

CTRL + V

—or—

SHIFT + INSERT

Inserts the Clipboard contents at the insertion point.

Edit.Redo

CTRL + SHIFT + Z

—or—

SHIFT + ALT + BACKSPACE

Restores the previously undone action.

Edit.SelectionCancel

ESC

Closes a menu or dialog box, cancels an operation in progress, or places focus in the current document window. Available only in the .NET Framework Designer.

Edit.Undo

CTRL + Z

—or—

ALT + BACKSPACE

Reverses the last editing action.

File.Exit

CTRL + X, CTRL + C

Closes Visual Studio.

File.Print

CTRL + ; (semi-colon)

—or—

CTRL + P

Displays the Print dialog box where you can choose printer settings.

File.SaveAll

CTRL + SHIFT + S

Saves all documents in the current solution and any files in the external files project.

File.SaveSelectedItems

CTRL + S

—or—

CTRL + X, CTRL + S

Saves the selected items in the current project.

File.SaveSelectedItemsAs

CTRL + X, CTRL + W

Displays the Save File As dialog box when items are selected in the editor.

Tools.GoToCommandLine

CTRL + /

Places the caret in the Find/Command box on the Standard toolbar.

View.Backward

ALT + LEFT ARROW

Displays the previous page in the viewing history. Available only in the Web Browser window.

View.Forward

ALT + RIGHT ARROW

Displays the next page in the viewing history. Available only in the Web Browser window.

View.PopBrowseContext

CTRL + NUM (*)

Returns to the location from where the last browse operation was performed. Available in the Object Browser or Class View window.

View.ViewCode

CTRL + ALT + 0

Displays the selected item in Code view of the Editor.

View.ViewDesigner

SHIFT + F7

Displays the selected item in Design view of the Editor.

See Also

Reference

Emacs Default Shortcut Keys