All hotkeys for Qt Creator (Windows)
Version Control - BazaarCommit/Submit |
Alt + Z , Alt+ C |
Version Control - BazaarDiff |
Alt + Z , Alt+ D |
Version Control - BazaarLog/Filelog |
Alt + Z , Alt+ L |
Version Control - BazaarStatus |
Alt + Z , Alt+ S |
Version Control - CVSAdd |
Alt + C , Alt+ A |
Version Control - CVSCommit/Submit |
Alt + C , Alt+ C |
Version Control - CVSDiff |
Alt + C , Alt+ D |
Version Control - GitAdd |
Alt + G , Alt + A |
Version Control - GitCommit/Submit |
Alt + G , Alt + C |
Version Control - GitDiff |
Alt + G , Alt + D |
Version Control - GitDiff project |
Alt + G , Alt + Shift + D |
Version Control - GitBlame/Annotate |
Alt + G , Alt + B |
Version Control - GitLog/Filelog |
Alt + G , Alt + L |
Version Control - GitLog project |
Alt + G , Alt + K |
Version Control - GitUndo changes/Revert |
Alt + G , Alt + U |
Version Control - MercurialAdd |
Alt + P , Alt + A |
Version Control - MercurialCommit/Submit |
Alt + P , Alt + S |
Version Control - MercurialDiff project |
Alt + P , Alt + D |
Version Control - MercurialLog/Filelog |
Alt + P , Alt + F |
Version Control - MercurialUndo changes/Revert |
Alt + P , Alt + R |
Version Control - MercurialEdit |
Alt + P , Alt + E |
Version Control - SubversionAdd |
Alt + G , Alt + A |
Version Control - SubversionCommit/Submit |
Alt + G , Alt + C |
Version Control - SubversionDiff |
Alt + G , Alt + D |
GeneralOpen file or project |
Ctrl + O |
GeneralNew file or project |
Ctrl + N |
GeneralOpen in external editor |
Alt + V , Alt + I |
GeneralSelect all |
Ctrl + A |
GeneralDelete |
Delete |
GeneralCut / Copy / Paste |
Ctrl + X / Ctrl + C / Ctrl + V |
GeneralUndo |
Ctrl + Z |
GeneralRedo |
Ctrl + Y |
General |
Ctrl + P |
GeneralSave |
Ctrl + S |
GeneralSave all |
Ctrl + Shift + S |
GeneralClose window |
Ctrl + W |
GeneralClose all windows |
Ctrl + Shift + W |
GeneralClose current file |
Ctrl + F4 |
GeneralGo back / Go forward |
Alt + Arrow Left / Alt + Arrow Right |
GeneralGo to line |
Ctrl + L |
GeneralGo to other split |
Ctrl +E, O |
GeneralPrevious open document / Next open document in history |
Ctrl + Tab / Ctrl + Shift + Tab |
GeneralActivate Locator |
Ctrl + K |
GeneralSwitch to Welcome mode |
Ctrl + 1 |
GeneralSwitch to Edit mode |
Ctrl + 2 |
GeneralSwitch to Design mode |
Ctrl + 3 |
GeneralSwitch to Debug mode |
Ctrl + 4 |
GeneralSwitch to Projects mode |
Ctrl + 5 |
GeneralSwitch to Analyze mode |
Ctrl + 6 |
GeneralSwitch to Help mode |
Ctrl + 7 |
GeneralToggle Issues pane |
Alt + 1 |
GeneralToggle Search Results pane |
Alt + 2 |
GeneralToggle Application Output pane |
Alt + 3 |
GeneralToggle Compile Output pane |
Alt + 4 |
GeneralToggle other output panes |
Alt + 5 ... 9 |
GeneralActivate Bookmarks pane |
Alt + M |
GeneralActivate File System pane |
Alt + Y |
GeneralActivate Open Documents pane |
Alt + O |
GeneralMaximize output panes |
Alt + 9 |
GeneralMove to next item in output panes |
F6 |
GeneralMove to previous item in output panes |
Shift + F6 |
GeneralActivate Projects pane |
Alt + X |
GeneralFull screen |
Ctrl + Shift + F11 |
GeneralToggle the sidebar |
Alt + 0 |
GeneralMove to Edit mode |
Esc |
GeneralExit Qt Creator |
Ctrl + Q |
EditorAuto-indent selection |
Ctrl + I |
EditorCollapse / Expand |
Ctrl + < / Ctrl + > |
EditorTrigger a completion in this scope |
Ctrl + Space |
EditorCopy line |
Ctrl + Insert |
EditorCopy line down / copy line up |
Ctrl + Alt +Down |
EditorPaste from the clipboard history, Subsequent presses move you back in the history |
Ctrl + Shift + V |
EditorCut line |
Shift + Delete |
EditorJoin lines |
Ctrl + J |
EditorInsert line above current line |
Ctrl + Shift + Enter |
EditorInsert line below current line |
Ctrl + Enter |
EditorDecrease / increase font size (or Ctrl+scroll) |
Ctrl +-/ Ctrl + + |
EditorReset font size |
Ctrl + 0 |
EditorToggle Vim-style editing |
Alt + V , Alt+ V |
EditorSplit |
Ctrl + E , 2 |
EditorSplit side by side |
Ctrl + E , 3 |
EditorRemove all splits |
Ctrl + E , 1 |
EditorRemove current split |
Ctrl + E , 0 |
EditorSelect all |
Ctrl + A |
EditorGo to block end / Go to block start |
Ctrl + ] / Ctrl + [ |
EditorGo to block end / Go to block start with selection |
Ctrl + } / Ctrl + { |
EditorMove current line down / Move current line up |
Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up |
EditorTrigger a refactoring action in this scope |
Alt + Enter |
EditorRewrap paragraph |
Ctrl + E , R |
EditorSelect the current block The second press extends the selection to the parent block |
Ctrl + U |
EditorEnable text wrapping |
Ctrl + E , Ctrl + W |
EditorToggle comment for selection |
Ctrl + / |
EditorVisualize whitespace |
Ctrl +E, Ctrl+ V |
EditorAdjust size |
Ctrl + J |
EditorLay out in a grid |
Ctrl + G |
EditorLay out horizontally |
Ctrl + H |
EditorLay out vertically |
Ctrl + L |
EditorPreview |
Alt + Shift + R |
EditorEdit signals and slots |
F4 |
EditorToggle bookmark |
Ctrl + M |
EditorGo to next bookmark / go to previous bookmar |
Ctrl + . / Ctrl + , |
EditorFetch snippet |
Alt + C , Alt+ F |
EditorPaste snippet |
Alt + C , Alt+ P |
EditorFind usages |
Ctrl + Shift + U |
EditorFollow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros |
F2 |
EditorRename symbol under cursor |
Ctrl + Shift + R |
EditorSwitch between method declaration and definition |
Shift + F2 |
EditorOpen type hierarchy |
Ctrl + Shift + T |
EditorSwitch between header and source file |
F4 |
EditorTurn selected text into lowercase |
Alt + U |
EditorTurn selected text into uppercase |
Alt + Shift + U |
EditorRun static checks on JavaScript code to find common problems |
Ctrl + Shift + C |
EditorFind and replace |
Ctrl + F |
EditorFind next / Find previous |
F3 / Shift + F3 |
EditorFind next / Find previous occurrence of selected text |
Ctrl + F3 / Ctrl + Shift + F3 |
EditorReplace next |
Ctrl + = |
EditorOpen advanced find |
Ctrl + Shift + F |
EditorRecord a text-editing macro |
Alt + ( |
EditorStop recording a macro |
Alt + ) |
EditorPlay last macro |
Alt + R |
EditorShow Qt Quick toolbars |
Ctrl + Alt + Space |
EditorExecute user actions 1 ā¦ 9 in FakeVim mode |
Alt + V , 1 ... 9 |
Image ViewerSwitch to background |
Ctrl + [ |
Image ViewerSwitch to outline |
Ctrl + ] |
Image ViewerZoom in / Zoom out |
Ctrl + + / Ctrl + - |
Image ViewerFit to screen |
Ctrl + = |
Image ViewerOriginal size |
Ctrl + 0 |
Qt Quick DesignerOpen the QML file that defines the selected component |
F2 |
Qt Quick DesignerMove between code editor and visual editor |
F4 |
Qt Quick DesignerToggle left sidebar |
Ctrl + Alt + 0 |
Qt Quick DesignerToggle right sidebar |
Ctrl + Alt + Shift + 0 |
DebuggingStart or continue debugging |
F5 |
DebuggingExit debugger |
Shift + F5 |
DebuggingStep over |
F10 |
DebuggingStep into |
F11 |
DebuggingStep out |
Shift + F11 |
DebuggingToggle breakpoint |
F9 |
DebuggingRun to selected function |
Ctrl + F6 |
DebuggingRun to line |
Ctrl + F10 |
DebuggingReverse direction |
F12 |
ProjectBuild project |
Ctrl + B |
ProjectBuild all |
Ctrl + Shift + B |
ProjectNew project |
Ctrl + Shift + N |
ProjectOpen project |
Ctrl + Shift + O |
ProjectSelect the kit to build and run your project with |
Ctrl + T |
ProjectRun |
Ctrl + R |
Version Control |
|
HelpView context-sensitive help |
F1 |
HelpActivate contents in Help mode |
Ctrl + T |
HelpAdd bookmark in Help mode |
Ctrl + M |
HelpActivate index in Help mode |
Ctrl + I |
HelpReset font size |
Ctrl + 0 |
HelpActivate search in Help mode |
Ctrl + S |