Teclas de atalho de seleção de texto, o Visual C++ 2.0 a opção de atalho padrão
Use as seguintes combinações de teclas de atalho em editores de texto para selecionar o texto em um documento aberto.
Observação |
---|
A aparência dos recursos no IDE pode depender das suas configurações ativas ou edição e pode diferir das descritas na Ajuda. Para alterar as configurações, escolha Import and Export Settings sobre o Ferramentas menu. For more information, see Trabalhando com configurações. |
Nome do comando |
Shortcut keys |
Description |
---|---|---|
Edit.CharLeftExtend |
SHIFT + LEFT ARROW |
Move o cursor para o um caractere à esquerda, estendendo a seleção. |
Edit.CharRightExtend |
SHIFT + RIGHT ARROW |
Move o cursor um caractere, estendendo a seleção para direita. |
Edit.DocumentEndExtend |
CTRL + SHIFT + END |
Selects the text from the insertion point to 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 +] CTRL + SHIFT + M |
Moves the insertion point to the next brace, extending the selection. |
Edit.LineDownExtend |
SHIFT + DOWN ARROW |
Extends text selection down one line, starting at the location of the insertion point. |
Edit.LineEndExtend |
SHIFT + END |
Selects text from the insertion point to the end of the current line. |
Edit.LineStartExtend |
SHIFT + HOME |
Selects text from the insertion point to the start of the line. |
Edit.LineUpExtend |
SHIFT + UP ARROW |
Seleciona o texto, linha por linha, iniciando na posição do ponto de inserção. |
Edit.PageDownExtend |
SHIFT + PAGE DOWN |
Extends selection down one page. |
Edit.PageUpExtend |
SHIFT + PAGE UP |
Estende a seleção uma página para cima |
Edit.WordNextExtend |
CTRL + SHIFT + RIGHT ARROW |
Extends the selection one word to the right. |
Edit.WordPreviousExtend |
CTRL + SHIFT + LEFT ARROW |
Extends the selection one word to the left. |
Consulte também
Tarefas
Como: Trabalhar com atalhos de teclado
Conceitos
Atalhos de teclado predefinidos