Text Selection Shortcut Keys, Visual Studio 6 Scheme

The following shortcut key combinations can be used in text editors to select text within an open document.

Command Name

Shortcut Keys

Description

Edit.CharLeftExtend

SHIFT + LEFT ARROW

Selects text from the insertion point proceeding left one-character increments.

Edit.CharLeftExtendColumn

SHIFT + ALT + LEFT ARROW

Moves the cursor to the left one character, extending the column selection.

Edit.CharRightExtend

SHIFT + RIGHT ARROW

Selects text from the insertion point proceeding right.

Edit.CharRightExtendColumn

SHIFT + ALT + RIGHT ARROW

Moves the cursor to the right one character, extending the column selection.

Edit.DocumentEndExtend

CTRL + SHIFT + END

Selects the text from the insertion point to the end of the last line of the document.

Edit.DocumentStartExtend

CTRL + SHIFT + HOME

Selects the text from the insertion point to the first line of the document.

Edit.GoToBraceExtend

CTRL + SHIFT + ]

Extends the selection to the next brace.

Edit.LineDownExtend

SHIFT + DOWN ARROW

Extends text selection down one line, starting at the location of the insertion point. Available only in text editors.

Edit.LineDownExtendColumn

SHIFT + ALT + DOWN ARROW

Moves the cursor down one line, extending the column selection.

Edit.LineEndExtend

SHIFT + END

Selects text from the insertion point to the end of the current line.

Edit.LineEndExtendColumn

SHIFT + ALT + END

Moves the insertion point to the end of the line, extending the column selection.

Edit.LineStartExtend

SHIFT + HOME

Selects text from the insertion point to the start of the line.

Edit.LineStartExtendColumn

SHIFT + ALT + HOME

Moves the insertion point to the start of the line, extending the column selection.

Edit.LineUpExtend

SHIFT + UP ARROW

Selects text up line by line starting from the location of the insertion point.

Edit.LineUpExtendColumn

SHIFT + ALT + UP ARROW

Moves the cursor up one line, extending the column selection.

Edit.PageDownExtend

SHIFT + PAGE DOWN

Extends selection down one page.

Edit.PageUpExtend

SHIFT + PAGE UP

Extends selection up one page.

Edit.SelectAll

CTRL + A

Selects everything in the current document.

Edit.SelectCurrentWord

CTRL + W

Selects the word containing the insertion point or the word to the right of the insertion point.

Edit.SelectToLastGoBack

CTRL + EQUALS SIGN

Select from the current location in the editor back to the previous location in the editor.

Edit.ViewBottomExtend

CTRL + SHIFT + PAGE DOWN

Extends the selection down one page.

Edit.ViewTopExtend

CTRL + SHIFT + PAGE UP

Extends the selection to the top of the current window.

Edit.WordNextExtend

CTRL + SHIFT + RIGHT ARROW

Extends the selection one word to the right.

Edit.WordNextExtendColumn

CTRL + SHIFT + ALT + RIGHT ARROW

Moves the cursor to the right one word, extending the column selection.

Edit.WordPreviousExtend

CTRL + SHIFT + LEFT ARROW

Selects the text and spaces from the insertion point to the beginning of the previous word.

Edit.WordPreviousExtendColumn

CTRL + SHIFT + ALT + LEFT ARROW

Moves the cursor to the left one word, extending the column selection.

See Also

Reference

Visual Studio 6.0 Default Shortcut Keys