当前位置导航:炫浪网>>网络学院>>编程开发>>C++教程>>Visual C++教程

visual c++键盘快捷键大全

vc里面所有快捷键,贴出来共享。
    共分四部分:dialog, image, main and text。
    每部分里面有若干项,每项由命令、快捷键和注释组成。

    Dialog:
    ControlHeightDecrease Shift+上箭头 Sizes the selected control or dialog up one dialog unit
    ControlHeightIncrease Shift+下箭头 Moves the selected control or dialog down one dialog unit
    ControlMoveDown 下箭头 Moves the selected control(s) down one dialog unit
    ControlMoveLeft 左箭头 Moves the selected control(s) left one dialog unit
    ControlMoveRight 右箭头 Moves the selected control(s) right one dialog unit
    ControlMoveUp 上箭头 Moves the selected control(s) up one dialog unit
    ControlWidthDecrease Shift+左箭头 Sizes the selected control or dialog left one dialog unit
    ControlWidthIncrease Shift+右箭头 Sizes the selected control or dialog right one dialog unit
    LayoutAlignBottom Ctrl+下箭头 Aligns the bottom edges of the selected controls with the dominant control
    LayoutAlignHorizontalCenter Shift+F9 Aligns the horizontal centers of the selected controls with the dominant control
    LayoutAlignLeft Ctrl+左箭头 Aligns the left edges of the selected controls with the dominant control
    LayoutAlignRight Ctrl+右箭头 Aligns the right edges of the selected controls with the dominant control
    LayoutAlignTop Ctrl+上箭头 Aligns the top edges of the selected controls with the dominant control
    LayoutAlignVerticalCenter F9 Aligns the vertical centers of the selected controls with the dominant control
    LayoutArrangeButtonsBottom Ctrl+Shift+B Places the selected buttons along the bottom-center of the dialog box
    LayoutArrangeButtonsRight Ctrl+B Places the selected buttons in the top-right corner of the dialog box
    LayoutCenterInDialogHorizontally Ctrl+Shift+F9 Centers the controls horizontally within the dialog box
    LayoutCenterInDialogVertically Ctrl+F9 Centers the controls vertically within the dialog box
    LayoutSizeToContent Shift+F7 Resizes the selected control(s) to fit the caption text
    LayoutSpaceEvenlyAcross Alt+右箭头 Evenly spaces the selected controls horizontally
    LayoutSpaceEvenlyAcross Alt+左箭头 Evenly spaces the selected controls horizontally
    LayoutSpaceEvenlyDown Alt+上箭头 Evenly spaces the selected controls vertically
    LayoutSpaceEvenlyDown Alt+下箭头 Evenly spaces the selected controls vertically
    LayoutTabOrder Ctrl+D Sets the order of controls within the dialog
    ResourceTest Ctrl+T Runs the dialog box to test appearance and behavior
    SelectDialogGuideType Ctrl+G Cycles between no grid, guidelines, and grid for dialog editing

    Image:
    ImageAirbrushTool A Draws using an airbrush with the selected size
    ImageBrushLarger + Increases the brush size by one pixel in each direction
    ImageBrushLarger = Increases the brush size by one pixel in each direction
    ImageBrushOutlineTool Shift+O Outlines the brush or selection with the current drawing color
    ImageBrushPixel . Sets the brush size to one pixel
    ImageBrushSmaller - Reduces the brush size by one pixel in each direction
    ImageBrushTool D Draws using a brush with the selected shape and size
    ImageColorNext ] Changes the drawing color to the next palette color
    ImageColorPrev [ Changes the drawing color to the previous palette color
    ImageColorSelectTool , Adopts a color from the image for drawing
    ImageEllipseTool E Draws an ellipse with the selected line width
    ImageEraseColorNext } Changes the erase color to the next palette color
    ImageEraseColorPrev { Changes the erase color to the previous palette color
    ImageEraseTool Shift+P Erases a portion of the image
    ImageFillTool F Fills an area with the current drawing color
    ImageFilledEllipseTool Shift+E Draws a filled ellipse
    ImageFilledRectangleTool Shift+R Draws a filled rectangle
    ImageFilledRoundRectTool Shift+N Draws a filled round rectangle
    ImageFlipHorizontal X Flips the image or selection horizontally
    ImageFlipVertical Y Flips the image or selection vertically
    ImageLineTool L Draws a straight line with the selected shape and size
    ImageMagnify M Changes to the highest magnification for the current view
    ImageMagnifyTool Shift+M Changes the magnification for the current view
    ImageNewDevice Ins Creates an image for a different display device
    ImageOutlinedEllipseTool Ctrl+Shift+E Draws a filled ellipse with an outline
    ImageOutlinedRectangleTool Ctrl+Shift+R Draws a filled rectangle with an outline
    ImageOutlinedRoundRectTool Ctrl+Shift+N Draws a filled round rectangle with an outline
    ImagePencilTool P Draws using a single-pixel pencil
    ImagePickupBrush Ctrl+B Creates a custom brush from the selection
    ImageRectSelectTool S Selects a rectangular portion of the image to move, copy, or edit
    ImageRectangleTool R Draws a rectangle with the selected line width
    ImageRotate90 Z Rotates the image or selection 90 degrees
    ImageRoundRectTool N Draws a round rectangle with the selected line width
    ImageTextTool T Draws text
    ImageToggleGrid G Toggles the grid on and off
    ImageToggleOpaque O Makes the current selection either opaque or transparent
    ImageToggleTileGrid Ctrl+G Toggles the tile grid on and off
    ImageZoomIn > Increases the magnification for the current view
    ImageZoomOut < Reduces the magnification of the current view

    Main:
    ActivateCallStackWindow Alt+7 Activates the Call Stack window
    ActivateDisassemblyWindow Alt+8 Activates the Disassembly window
    ActivateMemoryWindow Alt+6 Activates the Memory window
    ActivateOutputWindow Alt+2 Activates the Output window
    ActivateRegistersWindow Alt+5 Activates the Registers window
    ActivateVariablesWindow Alt+4 Activates the Variables window
    ActivateWatchWindow Alt+3 Activates the Watch window
    ActivateWorkspaceWindow Alt+0 Activates the Workspace window
    ApplyCodeChanges Alt+F10 Applies code changes made to C/C++ source files while debugging
    Bookmarks Alt+F2 Edits or navigates bookmarks
    Browse Alt+F12 Queries on the selected object or current context
    BrowseGoToDefinition F12 Displays a symbol definition
    BrowseGoToReference Shift+F12 Displays a symbol reference
    BrowseNext Ctrl+Num + Displays the next symbol definition or reference
    BrowsePopContext Ctrl+Num * Returns to the location preceding the last browse operation
    BrowsePrev Ctrl+Num - Displays the previous symbol definition or reference
    Build F7 Builds the project
    BuildCompile Ctrl+F7 Compiles the file
    BuildExecute Ctrl+F5 Executes the program
    BuildStop Ctrl+Break Stops the build
    Cancel Esc Hides windows or cancels modes
    CheckMnemonicKeys Ctrl+M Detects duplicate mnemonics in the resource
    ClassWizard Ctrl+W Edits the application classes and ties resources to code
    CompleteWord Ctrl+Space Completes the current statement
    Copy Ctrl+Ins Copies the selection to the Clipboard
    Copy Ctrl+C Copies the selection to the Clipboard
    Cut Shift+Del Cuts the selection and moves it to the Clipboard
    Cut Ctrl+X Cuts the selection and moves it to the Clipboard
    DebugBreakpoints Alt+F9 Edits breakpoints in the program
    DebugBreakpoints Ctrl+B Edits breakpoints in the program
    DebugEnableBreakpoint Ctrl+F9 Enables or disables a breakpoint
    DebugGo F5 Starts or continues the program
    DebugMemoryNextFormat Alt+F11 Switches the memory window to the next display format
    DebugMemoryPrevFormat Alt+Shift+F11 Switches the memory window to the previous display format
    DebugQuickWatch Shift+F9 Performs immediate evaluation of variables and expressions
    DebugRemoveAllBreakpoints Ctrl+Shift+F9 Removes all breakpoints
    DebugRestart Ctrl+Shift+F5 Restarts the program
    DebugRunToCursor Ctrl+F10 Runs the program to the line containing the cursor
    DebugSetNextStatement Ctrl+Shift+F10 Sets the instruction pointer to the line containing the cursor
    DebugShowNextStatement Alt+Num * Displays the source line for the instruction pointer
    DebugStepInto F11 Steps into the next statement
    DebugStepOut Shift+F11 Steps out of the current function
    DebugStepOver F10 Steps over the next statement
    DebugStopDebugging Shift+F5 Stops debugging the program
    DebugToggleBreakpoint F9 Inserts or removes a breakpoint
    DebugToggleMixedMode Ctrl+F11 Switches between the source view and the disassembly view for this instruction
    Delete Del Deletes the selection
    FileGoTo Ctrl+Shift+G Opens a file based on the selected text
    FileOpen Ctrl+O Opens an existing document
    FilePrint Ctrl+P Prints all or part of the document
    FileSave Ctrl+S Saves the document
    Find Alt+F3 Finds the specified text
    Find Ctrl+F Finds the specified text
    FindNext F3 Finds the next occurrence of the specified text
    FindPrev Shift+F3 Finds the previous occurrence of the specified text
    FindReplace Ctrl+H Replaces the specified text with different text
    FindTool Ctrl+D Activates the Find tool
   

共2页 首页 上一页 1 2 下一页 尾页 跳转到
相关内容
赞助商链接