Teclas de atalho globais, Visual C++ 2.0 a opção de atalho padrão
Use as seguintes combinações de teclas de atalho em vários lugares, dentro do o ambiente de desenvolvimento integrado (IDE).
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.Copy |
CTRL + C CTRL + INSERT |
Copia o item atualmente selecionado na área de transferência do sistema. |
Edit.Cut |
CTRL + X SHIFT + EXCLUIR CTRL + ALT + W |
Remove o item atualmente selecionado na área de transferência do sistema. |
Edit.GotoNextLocation |
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 F12, you move to the next item in the list. |
Edit.GotoPreviousLocation |
SHIFT + F4 |
Moves the cursor to the previous item in the Task List window or Find Results window. |
Edit.GoToReference |
SHIFT + F11 SHIFT + ALT + F11 |
Exibe a referência da seleção no código. |
Edit.Paste |
CTRL + V SHIFT + INSERIR |
Inserts the Clipboard contents at the insertion point. |
Edit.Redo |
CTRL + UM CTRL + SHIFT + Z 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. |
Edit.Undo |
CTRL + Z ALT + BACKSPACE |
Reverses the last editing action. |
File.Print |
CTRL + P CTRL + SHIFT + F12 CTRL + SHIFT + ALT + F2 |
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 SHIFT + F12 |
Saves the selected items in the current project. |
View.PopBrowseContext |
CTRL + NUM * |
Retorna para o local que precede o último procurar a operação. |
Consulte também
Tarefas
Como: Trabalhar com atalhos de teclado
Conceitos
Atalhos de teclado predefinidos