工程
ProjectSettings                    Alt+F7                   
ProjectSelectTool                  Ctrl+Alt+P               激活選擇的工程工具                 
 
調試
ApplyCodeChanges                   Alt+F10                  Applies code changes made to C/C++ source files while debugging
DebugMemoryNextFormat              Alt+F11                  Switches the memory window to the next display format
DebugShowNextStatement             Alt+Num *                Displays the source line for the instruction pointer
DebugMemoryPrevFormat              Alt+Shift+F11            Switches the memory window to the previous display format
DebugRunToCursor                   Ctrl+F10                 Runs the program to the line containing the cursor
DebugToggleMixedMode               Ctrl+F11                 Switches between the source view and the disassembly view for this instruction
DebugEnableBreakpoint              Ctrl+F9                  Enables or disables a breakpoint
DebugSetNextStatement              Ctrl+Shift+F10           Sets the instruction pointer to the line containing the cursor
DebugRestart                       Ctrl+Shift+F5            Restarts the program
DebugRemoveAllBreakpoints          Ctrl+Shift+F9            Removes all breakpoints
DebugStepOver                      F10                      Steps over the next statement
DebugStepInto                      F11                      Steps into the next statement
DebugGo                            F5                       Starts or continues the program
DebugToggleBreakpoint              F9                       Inserts or removes a breakpoint
DebugStepOut                       Shift+F11                Steps out of the current function
DebugStopDebugging                 Shift+F5                 Stops debugging the program
DebugQuickWatch                    Shift+F9                 Performs immediate evaluation of variables and expressions
 
圖像
ImageBrushLarger                   +                        畫筆各方同時增加一個像素                               
ImageColorSelectTool               ,                        吸取圖像的一種顏色用于描繪              
ImageBrushSmaller                  -                        畫筆各方同時減少一個像素                            
ImageBrushPixel                    .                        設置畫筆大小為一個像素         
ImageZoomOut                       <                        縮小當前查看的放大率                        
ImageZoomIn                        >                        放大當前查看放大率                             
ImageAirbrushTool                  A                        用選定大小的噴槍描繪                         
ImagePickupBrush                   Ctrl+B                   從選定內容創建自定義畫筆                
ImageToggleTileGrid                Ctrl+G                   切換平鋪網格開關               
ImageOutlinedEllipseTool           Ctrl+Shift+E             描繪一個有輪廓線的實心橢圓           
ImageOutlinedRoundRectTool         Ctrl+Shift+N             描繪一個有輪廓線的實心圓角矩形               
ImageOutlinedRectangleTool         Ctrl+Shift+R             描繪一個有輪廓線的實心矩形             
ImageBrushTool                     D                        用選定外形和大小的畫筆描繪                       
ImageEllipseTool                   E                        用選定的線寬描繪一個橢圓                    
ImageFillTool                      F                        使用當前描繪顏色填充一個區域            
ImageToggleGrid                    G                        切換網格開關              
ImageNewDevice                     Ins                      為不同的顯示設備創建圖像                      
ImageLineTool                      L                        用選定的外形和大小描繪一條直線                    
ImageMagnify                       M                        改變當前查看放大率為最大                                
ImageRoundRectTool                 N                        用選定線寬描繪一個圓角矩形                         
ImageToggleOpaque                  O                        使當前選定部分為不透明或透明                         
ImagePencilTool                    P                        用單像素鉛筆描繪               
ImageRectangleTool                 R                        用選定的線寬描繪一個矩形                     
ImageRectSelectTool                S                        使用矩形選擇圖像的部分以移動, 復制或編輯                        
ImageFilledEllipseTool             Shift+E                  描繪一個實心橢圓     
ImageMagnifyTool                   Shift+M                  改變當前查看放大率                           
ImageFilledRoundRectTool           Shift+N                  描繪一個實心圓角矩形         
ImageBrushOutlineTool              Shift+O                  用當前描繪顏色描繪畫筆輪廓或選擇部分                         
ImageEraseTool                     Shift+P                  擦除圖像的部分           
ImageFilledRectangleTool           Shift+R                  描繪一個實心矩形       
ImageTextTool                      T                        描繪文字 
ImageFlipHorizontal                X                        水平翻轉圖像或選擇部分                  
ImageFlipVertical                  Y                        垂直翻轉圖像或選擇部分                
ImageRotate90                      Z                        旋轉圖像或選擇部分 90 度                
ImageColorPrev                     [                        改變描繪顏色為前一個調色板顏色                        
ImageColorNext                     ]                        改變描繪顏色為下一個調色板顏色                    
ImageEraseColorPrev                {                        改變擦除色為前一調色板顏色                          
ImageEraseColorNext                }                        改變擦除色為下一個調色板顏色                    
 
插入
InsertDialog                       Ctrl+1                   創建一個新的對話框資源           
InsertMenu                         Ctrl+2                   創建一個新的菜單資源      
InsertCursor                       Ctrl+3                   創建一個新的光標資源        
InsertIcon                         Ctrl+4                   創建一個新的圖標資源      
InsertBitmap                       Ctrl+5                   創建一個新的位圖資源        
InsertToolbar                      Ctrl+6                   創建一個工具欄資源       
InsertAcceleratorTable             Ctrl+7                   創建一個新的加速欄表資源               
InsertStringTable                  Ctrl+8                   創建或打開字串表資源                     
InsertVersionInfo                  Ctrl+9                   創建或打開一個版本信息資源                    
InsertResource                     Ctrl+R                   創建一個任意類型的新資源         
 
編輯
Bookmarks                          Alt+F2                   編輯或定位書簽              
SelectionFormat                    Alt+F8                   使用智能縮進設置, 格式選擇內容                      
DebugBreakpoints                   Alt+F9                  
SentenceCut                        Alt+Shift+L              Deletes the remainder of the sentence
LineTranspose                      Alt+Shift+T              Swaps current and previous lines
DeleteBack                         Backspace                刪除選擇, 如未選擇, 則刪除光標左側字符                                                    
SelectAll                          Ctrl+A                   選擇整個文檔             
ListMembers                        Ctrl+Alt+T               帶來完整列表框                  
WordDeleteToStart                  Ctrl+Backspace           Deletes a word to the left
Copy                               Ctrl+C                   復制被選擇的到剪貼板             
FindTool                           Ctrl+D                   激活查找工具          
WordDeleteToEnd                    Ctrl+Del                 Deletes a word to the right
WindowScrollUp                     Ctrl+Down Arrow          Scrolls the file contents up one line
DocumentEnd                        Ctrl+End                 Moves to the end of the document
Find                               Ctrl+F                   查找指定文本        
BookmarkToggle                     Ctrl+F2                  切換當前行書簽開關                               
FindNextWord                       Ctrl+F3                  查找下一個選定的文本                         
SelectLine                         Ctrl+F8                  Selects lines of text
GoTo                               Ctrl+G                   轉到指定位置              
FindReplace                        Ctrl+H                   替換指定文本為不同文本                        
DocumentStart                      Ctrl+Home                Moves to the beginning of the file
SearchIncremental                  Ctrl+I                   開始一個增加的向前搜索             
ConditionalUp                      Ctrl+J                   Finds the previous matching preprocessor condition
ConditionalDown                    Ctrl+K                   Finds the next matching preprocessor condition
LineCut                            Ctrl+L                   刪除選定的行并置于剪貼板上                              
WordLeft                           Ctrl+Left Arrow          Moves back one word
BrowsePopContext                   Ctrl+Num *               返回前述最后瀏覽操作的位置                              
BrowseNext                         Ctrl+Num +               顯示下一個符號定義或參考                       
BrowsePrev                         Ctrl+Num -               顯示前一個符號定義或參考                           
WordRight                          Ctrl+Right Arrow         Moves forward one word
ToggleViewWhitespace               Ctrl+Shift+8             顯示或隱藏制表符            
DocumentEndExtend                  Ctrl+Shift+End           Extends the selection to the end of the document
BookmarkClearAll                   Ctrl+Shift+F2            清除窗口中的所有書簽             
FindPrevWord                       Ctrl+Shift+F3            向上查找前一個出現的選定文本                     
SelectColumn                       Ctrl+Shift+F8            選擇一個文本列塊               
DocumentStartExtend                Ctrl+Shift+Home          Extends the selection to the beginning of the file
SearchIncrementalBack              Ctrl+Shift+I             開始增加的向上搜索                  
ConditionalUpExtend                Ctrl+Shift+J             Extends the selection to the previous matching preprocessor condition
ConditionalDownExtend              Ctrl+Shift+K             Extends the selection to the next matching preprocessor condition
LineDelete                         Ctrl+Shift+L             刪除選定的行            
WordLeftExtend                     Ctrl+Shift+Left Arrow    Extends the selection back one word
WordRightExtend                    Ctrl+Shift+Right Arrow   Extends the selection forward one word
ParameterInfo                      Ctrl+Shift+Space         提供有關函數參數的幫助                   
WordTranspose                      Ctrl+Shift+T             Swaps the current and previous words
SelectionUppercase                 Ctrl+Shift+U             將選擇內容全部大寫              
GoToMatchBraceExtend               Ctrl+Shift+]             Extends the selection to the matching brace
CompleteWord                       Ctrl+Space               完成當前聲明                  
TypeInfo                           Ctrl+T                   提供在編輯器中選定的變量, 函數或方法的語法                                
SelectionLowercase                 Ctrl+U                   將選擇內容全部小寫              
WindowScrollDown                   Ctrl+Up Arrow            Scrolls the file contents down one line
Paste                              Ctrl+V                   插入剪貼板內容到插入點                            
Cut                                Ctrl+X                   剪切被選擇的至剪貼板                       
Redo                               Ctrl+Y                   重做上一次取消的動作           
Undo                               Ctrl+Z                   取消最后的動作    
GoToMatchBrace                     Ctrl+]                   Finds the matching brace
Delete                             Del                      刪除被選擇的       
LineDown                           Down Arrow               移動光標到下一行             
LineEnd                            End                      Moves to the end of the current line
BrowseGoToDefinition               F12                      顯示一個符號定義           
BookmarkNext                       F2                       移動到包含下一個書簽的行                     
FindNext                           F3                       查找下一個指定文本                           
GoToNextErrorTag                   F4                       移動到下一個包含錯誤或標記的行               
SelectChar                         F8                       Starts character selection mode
Home                               Home                     Moves to either the start of the current line or the start of the text on that line
EditToggleOvertype                 Ins                      Toggles between inserting and replacing text
CharLeft                           Left Arrow               移動光標到一個字符的左邊                 
PageDown                           Page Down                Moves the cursor down one page
PageUp                             Page Up                  Moves the cursor up one page
CharRight                          Right Arrow              移動光標到一個字符的右邊                  
LineDownExtend                     Shift+Down Arrow         向下擴展選擇一行                  
LineEndExtend                      Shift+End                Extends the selection to the end of the current line
BrowseGoToReference                Shift+F12                顯示一個符號參考          
BookmarkPrev                       Shift+F2                 移動到包含前一個書簽的行                         
FindPrev                           Shift+F3                 查找上一個指定文本                                
GoToPrevErrorTag                   Shift+F4                 移動到包含前一個錯誤或標記的行                       
HomeExtend                         Shift+Home               Extends the selection to either the start of the current line or the start of the text on that line
CharLeftExtend                     Shift+Left Arrow         向左擴展選擇一個字符                          
PageDownExtend                     Shift+Page Down          Extends the selection down one page
PageUpExtend                       Shift+Page Up            Extends the selection up one page
CharRightExtend                    Shift+Right Arrow        向右擴展選擇一個字符                           
LineUpExtend                       Shift+Up Arrow           向上擴展選擇一行                
LineUp                             Up Arrow                 移動光標到上一行           
 
工具
瀏覽                               Alt+F12                  查詢選定的對象或當前上下文                       
MacroPlayQuick                     Ctrl+Shift+P            
MacroRecordQuick                   Ctrl+Shift+R             Start recording a temporary, throw-away macro
取消                               Esc                      隱藏窗口或取消模式           
 
查看
ActivateWorkspaceWindow            Alt+0                    激活工作空間窗口            
ActivateOutputWindow               Alt+2                    激活輸出窗口             
ActivateWatchWindow                Alt+3                    Activates the Watch window
ActivateVariablesWindow            Alt+4                    Activates the Variables window
ActivateRegistersWindow            Alt+5                    Activates the Registers window
ActivateMemoryWindow               Alt+6                    Activates the Memory window
ActivateCallStackWindow            Alt+7                    Activates the Call Stack window
ActivateDisassemblyWindow          Alt+8                    Activates the Disassembly window
Properties                         Alt+Enter                編輯當前被選擇的屬性                   
ClassWizard                        Ctrl+W                  
 
文件
New                                Ctrl+N                   創建一個新的文檔, 工程或者工作空間      
FileOpen                           Ctrl+O                   打開一個現有的文檔    
FilePrint                          Ctrl+P                   打印全部或部分文檔             
FileSave                           Ctrl+S                   保存文檔      
FileGoTo                           Ctrl+Shift+G             Opens a file based on the selected text
 
組建
BuildStop                          Ctrl+Break               
DebugRunToCursor                   Ctrl+F10                 Runs the program to the line containing the cursor
BuildExecute                       Ctrl+F5                 
BuildCompile                       Ctrl+F7                  Compiles the file
DebugStepInto                      F11                      Steps into the next statement
DebugGo                            F5                       Starts or continues the program
Build                              F7                       組建該工程       
 
布局
LayoutSpaceEvenlyAcross            Alt+Right Arrow          水平均勻排列選定的控件                         
LayoutSpaceEvenlyDown              Alt+Up Arrow             垂直均勻排列選定的控件                    
LayoutArrangeButtonsRight          Ctrl+B                   將選定的按鈕放在對話框的右上角                                    
LayoutTabOrder                     Ctrl+D                   設置對話框內控件的順序                   
LayoutAlignBottom                  Ctrl+Down Arrow          將選定的控件靠底部排列                                                  
LayoutCenterInDialogVertically     Ctrl+F9                  在對話框內垂直居中控件                              
SelectDialogGuideType              Ctrl+G                   循環選擇無網格, 參考線和對話編輯網格                          
LayoutAlignLeft                    Ctrl+Left Arrow          將選定的控制靠左側排列                                              
CheckMnemonicKeys                  Ctrl+M                   在資源中檢測記憶副本                      
LayoutAlignRight                   Ctrl+Right Arrow         將選定的控件靠右側排列                                                
LayoutArrangeButtonsBottom         Ctrl+Shift+B             將選定的按鈕放在對話框底部中間                                     
LayoutCenterInDialogHorizontally   Ctrl+Shift+F9            在對話框內水平居中控件                                
ResourceTest                       Ctrl+T                   運行對話框以測試其外觀和性能                   
LayoutAlignTop                     Ctrl+Up Arrow            將選定的控件靠頂端排列                                            
ControlMoveDown                    Down Arrow               向下移動選定的控件一個對話單位                   
LayoutAlignVerticalCenter          F9                       將選定的控件垂直居中排列                                                     
ControlMoveLeft                    Left Arrow               向左移動選定的控件一個對話單位                   
ControlMoveRight                   Right Arrow              向右移動選定的控件一個對話單位                    
ControlHeightIncrease              Shift+Down Arrow          向下調整選定的控件或對話一個對話單位                 
LayoutSizeToContent                Shift+F7                 調整選定控件的大小以適合標題文字                    
LayoutAlignHorizontalCenter        Shift+F9                 將選定的控件水平居中排列                                                       
ControlWidthDecrease               Shift+Left Arrow         向左調整選定的控件或對話一個對話單位                    
ControlWidthIncrease               Shift+Right Arrow        向右調整選定的控件或對話一個對話單位                    
ControlHeightDecrease              Shift+Up Arrow           向上調整選定的控件或對話一個對話單位              
ControlMoveUp                      Up Arrow                 向上移動選定的控件一個對話單位                 
 
窗口
WindowDockingView                  Alt+F6                   
WindowNextPane                     F6                       激活下一個窗格        
WindowHide                         Shift+Esc                隱藏窗口    
WindowPrevPane                     Shift+F6                 激活上一窗格