Shortcut Keys
|
Name |
Shortcut keys |
Description |
|
Activate application menu |
ALT + SPACEBAR |
Opens the program menu, allowing the user to manage the
state of the application window, for example, move or resize. |
|
Activate document window menu |
ALT + HYPHEN |
Opens the document menu, allowing the user to manage
the state of the active document window, for example, move or resize.
Available only while in MDI mode from within a document window. |
|
Activate tool window menu |
ALT + HYPHEN |
Opens the tool window menu, allowing the user to move
the tool window within the IDE. Available only while within a tool window. |
|
Close application |
ALT + F4 |
Closes the IDE. |
|
Close document |
CTRL+F6 |
Closes the active application document. |
|
Collapse all tree nodes |
NUM + - |
Collapses all nodes in the current tree view. |
|
Expand all tree nodes |
NUM + * |
Expands all nodes in the current tree view. |
|
Move to menu bar |
ALT |
Activates the main IDE menu bar. |
|
Move to next toolbar |
CTRL + TAB |
Moves to the next visible toolbar. Available only while
the main menu bar is active. |
|
Move to previous toolbar |
CTRL + SHIFT + TAB |
Moves to the previous visible toolbar. Available only
while the main menu bar is active. |
|
Move to tool window toolbar |
SHIFT + ALT |
Activates the tool window toolbar. Available only while
in a tool window containing a toolbar. |
|
Move tree focus down |
CTRL + DOWN ARROW |
Moves the focus in tree view down without changing the
selection. This shortcut can be used to select multiple items in the tree. |
|
Move tree focus up |
CTRL + UP ARROW |
Moves the focus in tree view up without changing the
selection. This shortcut can be used to select multiple items in the tree. |
|
Shortcut menu |
SHIFT + F10 |
Displays the shortcut menu. |
|
Toggle drop-down list visibility |
F4 |
Hides and shows a drop-down list. Available only while
within a drop-down list. |
|
Toggle tree focus selection |
CTRL + SPACEBAR |
Toggles a selection for the current focus in tree view. |
Text Selection
Shortcut Keys, Brief Scheme
|
Command |
Shortcut keys |
Description |
|
Edit.CharLeftExtend |
SHIFT + LEFT ARROW |
Moves the cursor to the left one character, extending
the selection. |
|
Edit.CharLeftExtendColumn |
SHIFT + ALT + LEFT ARROW |
Moves the cursor to the left one character, extending
the column selection. |
|
Edit.CharRightExtend |
SHIFT + RIGHT ARROW |
Moves the cursor to the right one character, extending
the selection. |
|
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 cursor to the last line of
the document. |
|
Edit.DocumentStartExtend |
CTRL + SHIFT + HOME |
Selects the text from the cursor to the first line of
the document. |
|
Edit.GoToBraceExtend |
CTRL + SHIFT + ] |
Moves the cursor 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.LineDownExtendColumn |
SHIFT + ALT + DOWN ARROW |
Moves the cursor down one line, extending the column
selection. |
|
Edit.LineEndExtendColumn |
SHIFT + ALT + END |
Moves the cursor to the end of the line, extending the
column selection. |
|
Edit.LineStartExtendColumn |
SHIFT + ALT + HOME |
Moves the cursor 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 cursor. |
|
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 cursor. |
|
Edit.ViewBottomExtend |
CTRL + SHIFT + PAGE DOWN |
Moves the cursor to the last line in view, extending
the selection. |
|
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 |
Extends the selection one word to the left. |
|
Edit.WordPreviousExtendColumn |
CTRL + SHIFT + ALT + LEFT ARROW |
Moves the cursor to the left one word, extending the
column |
Debugging Shortcut
Keys, Brief Scheme
|
Command |
Shortcut keys |
Description |
|
Debug.ApplyCodeChanges |
ALT + F10 |
Starts an Edit and Continue build to apply changes to
code being debugged. |
|
Debug.Autos |
CTRL + ALT + V, A |
Displays the Auto window to view the values of
variables currently in the scope of the current line of execution within the
current procedure. |
|
Debug.BreakAll |
CTRL + ALT+ Break |
Temporarily stops execution of all processes in a
debugging session. Available only in Run mode. |
|
Debug.BreakOnSpecificExceptions |
CTRL + ALT + E |
Displays the Exceptions dialog box. |
|
Debug.Breakpoints |
CTRL + ALT + B —or— ALT + F9 |
Displays the Breakpoints dialog box, where you can add
and modify breakpoints. |
|
Debug.CallStack |
CTRL + ALT + C —or— ALT + 7 |
Displays the Call Stack window to display a list of all
active procedures or stack frames for the current thread of execution. Available
only in Run mode. |
|
Debug.ClearAllBreakpoints |
CTRL + SHIFT + F9 |
Clears all of the breakpoints in the project. |
|
Debug.Disassembly |
ALT + 8 |
Displays the Disassembly window. |
|
Debug.Immediate |
CTRL + ALT + I |
Displays the Immediate window, where you can evaluate
expressions and execute individual commands. |
|
Debug.Locals |
CTRL + ALT + V, L —or— ALT + 4 |
Displays the Locals window to view the variables and
their values for each procedure in the current stack frame. |
|
Debug.Memory1 |
CTRL + ALT + M, 1 —or— ALT + 6 |
Displays the Memory 1 window to view large buffers,
strings, and other data that do not display clearly in the Watch or Variables
window. |
|
Debug.Memory2 |
CTRL + ALT + M, 2 |
Displays the Memory 2 window to view large buffers,
strings, and other data that do not display clearly in the Watch or Variables
window. |
|
Debug.Memory3 |
CTRL + ALT + M, 3 |
Displays the Memory 3 window to view large buffers,
strings, and other data that do not display clearly in the Watch or Variables
window. |
|
Debug.Memory4 |
CTRL + ALT + M, 4 |
Displays the Memory 4 window to view large buffers,
strings, and other data that do not display clearly in the Watch or Variables
window. |
|
Debug.Modules |
CTRL + ALT + U |
Displays the Modules window, which allows you to view
the .dll or .exe files used by the program. In multiprocess debugging, you
can right-click and select Show Modules for all Programs. |
|
Debug.Processes |
CTRL + ALT + P |
Displays the Processes dialog box, which allows you to
debug multiple programs at the same time in a single solution. |
|
Debug.QuickWatch |
CTRL + ALT + Q —or— SHIFT + F9 |
Displays the Quick Watch dialog box with the current
value of the selected expression. Available only in Break mode. Use this
command to check the current value of a variable, property, or other
expression for which you have not defined a watch expression. |
|
Debug.Registers |
CTRL + ALT + G —or— ALT + 5 |
Displays the Registers window, which displays register
content for debugging Native code applications. |
|
Debug.Restart |
CTRL + SHIFT + F5 |
Terminates a debugging session, rebuilds it, and then
starts running the application from the beginning. Available in Break and Run
modes. |
|
Debug.RunToCursor |
CTRL + F10 |
In Break mode, resumes execution of your code from the
current statement to the selected statement. The Current Line of Execution
margin indicator appears in the Margin Indicator bar. In Design mode, starts
the debugger and executes your code to the cursor location. |
|
Debug.ScriptDocuments |
CTRL + ALT + N |
Displays the Script Documents window which displays the
set of documents that you are in the process of debugging. Available in Run
mode. |
|
Debug.SetNextStatement |
CTRL + SHIFT + F10 |
Sets the execution point to the line of code you
choose. |
|
Debug.ShowNextStatement |
ALT + NUM * |
Highlights the next statement to be executed. |
|
Debug.Start |
F5 |
Automatically attaches the debugger and runs the
application from the startup project specified in the <Project>
Properties dialog box. Changes to Continue if in Break mode. |
|
Debug.StartWithoutDebugging |
CTRL + F5 |
Runs the code without invoking the debugger. |
|
Debug.StepInto |
F11 |
Executes code one statement at a time, following
execution into function calls. |
|
Debug.StepOut |
SHIFT + F11 |
Executes the remaining lines of a function in which the
current execution point lies. |
|
Debug.StepOver |
F10 |
Executes the next line of code, but does not follow
execution through any function calls. |
|
Debug.StopDebugging |
SHIFT + F5 |
Stops running the current application in the program.
Available in Break and Run modes. |
|
Debug.Threads |
CTRL + ALT + H |
Displays the Threads window, which lists the threads
for the current process and information about them. |
|
Debug.ToggleBreakpoint |
F9 |
Sets or removes a breakpoint at the current line. |
|
Debug.ToggleDisassembly |
CTRL + F11 |
Displays the disassembly information for the current
source file. Available only in Break mode of the debugger. |
|
Debug.Watch |
CTRL + ALT + W, 1 |
Displays the Watch1 window to view the values of
selected variables or watch expressions. |
|
Debug.Watch2 |
CTRL + ALT + W, 2 |
Displays the Watch2 window to view the values of selected
variables or watch expressions. |
|
Debug.Watch3 |
CTRL + ALT + W, 3 |
Displays the Watch3 window to view the values of
selected variables or watch expressions. |
|
Debug.Watch4 |
CTRL + ALT + W, 4 |
Displays the Watch4 window to view the values of
selected variables or watch expressions. |
Dialog Editor
Shortcut Keys, Brief Scheme
|
Command |
Shortcut keys |
Description |
|
Edit.CheckMnemonics |
CTRL + M |
Checks for duplicate mnemonics in the dialog box. |
|
Edit.MoveControlDown |
DOWN ARROW |
Moves the selected control down in increments of 1 on
the design surface. |
|
Edit.MoveControlLeft |
LEFT ARROW |
Moves the control to the left in increments of 1 on the
design surface. |
|
Edit.MoveControlRight |
RIGHT ARROW |
Moves the control to the right in increments of 1 on
the design surface. |
|
Edit.MoveControlUp |
UP ARROW |
Moves the control up in increments of 1 on the design
surface. |
|
Edit.SizeControlDown |
SHIFT + DOWN ARROW |
Increases the height of the control in increments of 1
on the design surface. |
|
Edit.SizeControlLeft |
SHIFT + LEFT ARROW |
Reduces the width of the control in increments of 1 on
the design surface. |
|
Edit.SizeControlRight |
SHIFT + RIGHT ARROW |
Increases the width of the control in increments of 1
on the design surface. |
|
Edit.SizeControlUp |
SHIFT + UP ARROW |
Decreases the height of the control in increments of 1
on the design surface. |
|
Format.AlignBottoms |
CTRL + DOWN ARROW |
Aligns the selected controls horizontally with the
bottom-most control selected on the dialog box. |
|
Format.AlignCenters |
SHIFT + F9 |
Aligns the selected controls so that they are centered
vertically on the dialog box. |
|
Format.AlignLefts |
CTRL + LEFT ARROW |
Aligns the selected controls vertically with the
left-most control selected on the dialog box. |
|
Format.AlignMiddles |
F9 |
Aligns the selected controls so that they are centered horizontally
on the dialog box. |
|
Format.AlignRights |
CTRL + RIGHT ARROW |
Aligns the selected controls vertically with the
right-most control selected on the dialog box. |
|
Format.AlignTops |
CTRL + UP ARROW |
Aligns the selected controls horizontally with the top most
control selected on the dialog box. |
|
Format.ButtonBottom |
CTRL + B |
Aligns selected controls along the bottom edge of the
dialog box. |
|
Format.ButtonRight |
CTRL + R |
Aligns the selected controls along the right edge of
the dialog box. |
|
Format.CenterHorizontal |
CTRL + SHIFT + F9 |
Centers the control with the horizontal center of the
dialog box. |
|
Format.CenterVertical |
CTRL + F9 |
Centers the control with the vertical center of the
dialog box. |
|
Format.CheckMnemonics |
CTRL + M |
Checks for duplicate mnemonics in the dialog box |
|
Format.SizetoContent |
SHIFT + F7 |
Reduces or increases the size of the selected control
to match the content of the control. |
|
Format.SpaceAcross |
ALT + RIGHT ARROW ALT + LEFT ARROW |
Aligns the selected controls so that the controls are
spaced evenly apart horizontally. |
|
Format.SpaceDown |
ALT + UP ARROW —or— ALT + DOWN ARROW |
Aligns the selected controls so that the controls are
spaced evenly apart vertically. |
|
Format.TabOrder |
CTRL + D |
Displays a number beside each control, indicating the
order in which the controls are selected when you tab. |
|
Format.TestDialog |
CTRL + T |
Displays a testable version of the current dialog box. |
|
Format.ToggleGuides |
CTRL + G |
Cycles between no grid, guidelines, and grid for dialog
editing. |
Search and Replace
Shortcut Keys, Brief Scheme
|
Command |
Shortcut keys |
Description |
|
Edit.Find |
CTRL + F |
Displays the Quick tab of the Find and Replace dialog
box. |
|
Edit.FindInFiles |
CTRL + SHIFT + F |
Displays the In Files tab of the Find and Replace
dialog box. |
|
Edit.FindNext |
F3 |
Finds the next occurrence of the previous search text. |
|
Edit.FindNextSelected |
CTRL + F3 |
Finds the next occurrence of the currently selected
text in the document. |
|
Edit.FindPrevious |
SHIFT + F3 |
Finds the previous occurrence of the search text. |
|
Edit.FindPreviousSelected |
CTRL + SHIFT + F3 |
Finds the previous occurrence of the currently selected
text, or the word at the caret. |
|
Edit.FindSymbol |
CTRL + SHIFT + Y —or— ALT + F12 |
Displays the Symbol tab of the Find and Replace dialog
box. |
|
Edit.IncrementalSearch |
CTRL + I |
Starts Incremental search. If Incremental search is
started, but you have not typed any characters, the search engine loads the
previous pattern. If text has been found, the search engine searches for the
next occurrence. |
|
Edit.Replace |
CTRL + H |
Displays the replace options in the Quick tab of the
Find and Replace dialog box. |
|
Edit.ReplaceInFiles |
CTRL + SHIFT + H |
Displays the replace options on the In Files tab of the
Find and Replace dialog box. |
|
Edit.ReverseIncrementalSearch |
CTRL + SHIFT + I |
Changes the direction of Incremental search to begin at
the bottom of the file and progress towards the top. |
|
Edit.StopSearch |
ALT + F3, S |
Halts the current Find in Files operation. |
|
View.FindSymbolResults |
CTRL + ALT + Y |
Displays the Find Symbol Results window, which displays
matches for symbols searches. |
Text Manipulation
Shortcut Keys, Brief Scheme
|
Command |
Shortcut keys |
Description |
||
|
Edit.BreakLine |
ENTER —or— SHIFT + ENTER |
Inserts a new line.
|
||
|
Edit.ClearBookmarks |
CTRL + SHIFT + F2 |
Removes all unnamed bookmarks in the current document. |
||
|
Edit.CollapseToDefinitions |
CTRL + M, CTRL + O |
Automatically determines logical boundaries for
creating regions in code, such as procedures, and then hides them. |
||
|
Edit.CompleteWord |
ALT + RIGHT ARROW —or— CTRL + SPACEBAR |
Displays Word Completion based on the current language. |
||
|
Edit.DeleteBackwords |
BACKSPACE —or— SHIFT + BACKSPACE |
Deletes one character to the left of the cursor. |
||
|
Edit.FormatSelection |
ALT + F8 |
Correctly indents the selected lines of code based on
the surrounding lines of code. |
||
|
Edit.HideSelection |
CTRL + M, CTRL + H |
Hides the selected text. A signal icon marks the
location of the hidden text in the file. |
||
|
Edit.InsertTab |
TAB |
Indents the line of text a specified number of spaces. |
||
|
Edit.LineCut |
CTRL + L —or— SHIFT + ALT + L |
Cuts all selected lines or the current line if nothing
has been selected, to the Clipboard. |
||
|
Edit.LineDelete |
CTRL + SHIFT + L |
Deletes all selected lines or the current line if
nothing has been selected. |
||
|
Edit.LineOpenBelow |
CTRL + SHIFT + ENTER |
Inserts a blank line below the insertion point. |
||
|
Edit.LineTranspose |
SHIFT + ALT + T |
Moves the line containing the insertion point below the
next line. |
||
|
Edit.ListMembers |
CTRL + J —or— CTRL + ALT + T |
Lists members of the current class for statement
completion when editing code. |
||
|
Edit.MakeUppercase |
CTRL + SHIFT + U |
Changes the selected text to uppercase characters. |
||
|
Edit.OverTypeMode |
ALT + I |
Toggles between insert and overtype insertion modes.
Available only when working in text editors. |
||
|
Edit.ParameterInfo |
CTRL + SHIFT + SPACEBAR |
Displays a tool tip that contains information for the
current parameter, based on the current language. Available only in Source
view of the HTML Designer. |
||
|
Edit.StopHidingCurrent |
CTRL + M, CTRL + U |
Removes the outlining information for the currently
selected region. |
||
|
Edit.StopOutlining |
CTRL + M, CTRL + P |
Removes all outlining information from the entire
document. |
||
|
Edit.TabLeft |
SHIFT + TAB |
Moves selected lines to the left one tab stop. |
||
|
Edit.ToggleAllOutlining |
CTRL + M, CTRL + L |
Toggles all previously marked hidden text sections
between hidden and display states. |
||
|
Edit.ToggleBookmark |
CTRL + K, CTRL + K —or— CTRL + F2 |
Sets or removes a bookmark at the current line. |
||
|
Edit.ToggleOutliningExpansion |
CTRL + M, CTRL + M |
Toggles the currently selected hidden text section
between the hidden and display state. |
||
|
Edit.ToggleTaskListShortcut |
CTRL + K, CTRL + H —or— CTRL + J, CTRL + H |
Sets or removes a shortcut at the current line. |
||
|
Edit.UncommentSelection |
CTRL + K, CTRL + U —or— CTRL + J, CTRL + U |
Removes the comment syntax from the current line of
code. |
||
|
Edit.ViewWhiteSpace |
CTRL + SHIFT + 8 |
Shows or hides spaces and tab marks. |
||
|
Edit.WordDeleteToEnd |
CTRL + DELETE |
Deletes the word to the right of the insertion point. |
||
|
Edit.WordTranspose |
CTRL + SHIFT + T |
Transposes the words on either side of the insertion
point. For example, |End Sub would be changed to read Sub End|. |
Text Navigation Shortcut Keys, Brief Scheme
|
ommand |
Shortcut keys |
Description |
|
Edit.CharLeft |
LEFT ARROW |
Moves the cursor one character to the left. Available
only in the .NET Framework Designer. |
|
Edit.CharRight |
RIGHT ARROW |
Moves the cursor one character to the right. Available
only in the .NET Framework Designer |
|
Edit.DocumentEnd |
CTRL + END |
Moves the cursor to the last line of the document. |
|
Edit.DocumentStart |
CTRL + HOME |
Moves the cursor to the first line of the document. |
|
Edit.GoTo |
CTRL + G |
Displays the Go To Line dialog box. |
|
Edit.GoToBrace |
CTRL + ] |
Moves the cursor to the next brace in the document. |
|
Edit.LineDown |
DOWN ARROW |
Moves the cursor down one line. |
|
Edit.LineEnd |
END |
Moves the cursor to the end of the current line. |
|
Edit.LineStart |
HOME |
Moves the cursor to the beginning of the line. |
|
Edit.LineUp |
UP ARROW |
Moves the cursor up one line. |
|
Edit.NextBookmark |
F2 |
Moves the cursor to the next bookmark in the document. |
|
Edit.PreviousBookmark |
CTRL + K, CTRL + P —or— SHIFT + F2 |
Moves the cursor to the previous bookmark. |
|
Edit.ViewBottom |
CTRL + PAGE DOWN |
Moves the cursor to the bottom of the current document.
|
|
Edit.ViewTop |
CTRL + PAGE UP |
Moves the cursor to the top of the current window. |
|
View.BrowseNext |
CTRL + SHIFT + 1 —or— CTRL + NUM + |
Navigates to the next definition, declaration, or
reference of an item. Available in the Object Browser and Class View window. |
|
View.BrowsePrevious |
CTRL + SHIFT + 2 —or— CTRL + NUM - (minus sign) |
Navigates to the previous definition, declaration, or
reference of an item. Available in the Object Browser and Class View window. |
|
View.NavigateBackward |
CTRL + = |
Navigates to the previous browsed line of code. |
|
View.NavigateForward |
CTRL + SHIFT + - (minus sign) —or— CTRL + SHIFT + = |
Navigates to the next browsed line of code. |
Word(doc) & Poster (pdf)
- Top 119 Cheat Sheets (0)2008/05/03
- Cheat Sheet의 모든 것 (0)2008/02/02
- Visual Studio 2005 Shortcut Keys (0)2007/08/17
- WinDbg 간단 사용법 (0)2007/08/16
- WinDbg 사용법 (0)2007/08/16

수안이의 컴퓨터 연구실
Shortcut Keys.doc
VC++_2005_color.pdf



Leave your greetings.