160 Qt Creator Keyboard Shortcuts

Qt Creator shortcuts are designed to maximize developer efficiency. As a cross-platform IDE, Qt Creator empowers developers with keyboard shortcuts that elevate it from a mere editor to a professional tool.

Developers spend countless hours working with Qt Creator. The list of Qt Creator shortcuts below is essential for streamlining their workflow. For your convenience, you can download a PDF version of the Qt Creator Shortcuts list.

Most Used Qt Creator Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
Open file or projectCtrl + OCommand + O
New file or projectCtrl + NCommand + N
Open in an external editorAlt + V, Alt + IOption + V, Option + I
Select allCtrl + ACommand + A
DeleteDeleteDelete
CopyCtrl + CCommand + C
PasteCtrl + VCommand + V
CutCtrl + XCommand + X
UndoCtrl + ZCommand + Z
RedoCtrl + YCommand + Y
PrintCtrl + PCommand + P
SaveCtrl + SCommand + S
Save allCtrl + Shift + SCommand + Shift + S
Close windowCtrl + WCommand + W
Close all windowsCtrl + Shift + WCommand + Shift + W
Close current fileCtrl + F4Command + F4
Go backAlt + Left Arrow keyOption + Left Arrow key
Go forwardAlt + Right Arrow keyOption + Right Arrow key
Go to lineCtrl + LCommand + L
Go to another splitCtrl + E, OCommand + E, O
Previous open documents in historyCtrl + TabCommand + Tab
Next open document in the historyCtrl + Shift + TabCommand + Shift + Tab
Activate LocatorCtrl + KCommand + K
Switch to Welcome modeCtrl + 1Command + 1
Switch to Edit modeCtrl + 2Command + 2
Switch to Design modeCtrl + 3Command + 3
Switch to Debug modeCtrl + 4Command + 4
Switch to Projects modeCtrl + 5Command + 5
Switch to Analyze modeCtrl + 6Command + 6
Switch to Help modeCtrl + 7Command + 7
Toggle Issues paneAlt + 1Option + 1
Toggle Search Results paneAlt + 2Option + 2
Toggle the Application Output paneAlt + 3Option + 3
Toggle Compile Output paneAlt + 4Option + 4
Toggle other output panesAlt + 5 … 9Option + 5 … 9
Activate Bookmarks paneAlt + MOption + M
Activate the File System paneAlt + YOption + Y
Activate the Open Documents paneAlt + OOption + O
Maximize output panesAlt + 9Option + 9
Move to the next item in the output panesF6F6
Move to the previous item in the output panesShift + F6Shift + F6
Activate Projects paneAlt + XOption + X
FullscreenCtrl + Shift + F11Command + Shift + F11
Toggle the sidebarAlt + 0Option + 0
Move to Edit modeEscEsc
Exit Qt CreatorCtrl + QCommand + Q

Image Viewer Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
Switch to backgroundCtrl + [Command + [
Switch to outlineCtrl + ]Command + ]
Zoom inCtrl + +Command + +
Zoom outCtrl + –Command + –
Fit to screenCtrl + =Command + =
Original sizeCtrl + 0Command + 0

Debugging Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
Start or continue debuggingF5F5
Exit debuggerShift + F5Shift + F5
Step overF10F10
Step intoF11F11
Step outShift + F11Shift + F11
Toggle breakpointF9F9
Run to the selected functionCtrl + F6Command + F6
Run to lineCtrl + F10Command + F10
Reverse directionF12F12

Editor Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
Auto-indent selectionCtrl + ICommand + I
CollapseCtrl + <Command + <
ExpandCtrl + >Command + >
Trigger a completion in this scopeCtrl + SpacebarCommand + Spacebar
Copy lineCtrl + InsertCommand + Insert
Paste from the clipboard historyCtrl + Shift + VCommand + Shift + V
CutlineShift + DeleteShift + Delete
Join linesCtrl + JCommand + J
Insert the line above the current lineCtrl + Shift + EnterCommand + Shift + Return
Insert the line below the current lineCtrl + EnterCommand + Return
Decrease font sizeCtrl + –Command + –
Increase font sizeCtrl + +Command + +
Reset font sizeCtrl + 0Command + 0
Toggle Vim-style editingAlt + VOption + V
SplitCtrl + E, 2Command + E, 2
Split side by sideCtrl + E, 3Command + E, 3
Remove all splitsCtrl + E, 1Command + E, 1
Remove current splitCtrl + E, 0Command + E, 0
Select allCtrl + ACommand + A
Go to block endCtrl + ]Command + ]
Go to block startCtrl + [Command + [
Go to the block end with the selectionCtrl + }Command + }
Go to block and start with the selectionCtrl + {Command + {
Move the current line downCtrl + Shift + Down Arrow keyCommand + Shift + Down Arrow key
Move current lineupCtrl + Shift + Up Arrow keyCommand + Shift + Up Arrow key
Trigger a refactoring action in this scopeAlt + EnterOption + Return
Rewrap paragraphCtrl + E, RCommand + E, R
Select the current blockCtrl + UCommand + U
Enable text wrappingCtrl + E, Ctrl + WCommand + E, Command + W
Toggle comment for selectionCtrl + /Command + /
Visualize whitespaceCtrl + E, Ctrl + VCommand + E, Command + V
Adjust sizeCtrl + JCommand + J
Lay out in a gridCtrl + GCommand + G
Lay out horizontallyCtrl + HCommand + H
Lay out verticallyCtrl + LCommand + L
PreviewAlt + Shift + ROption + Shift + R
Edit signals and slotsF4F4
Toggle bookmarkCtrl + MCommand + M
Go to the next bookmarkCtrl + .Command + .
Go to the previous bookmarkCtrl + ,Command + ,
Fetch snippetAlt + C, Alt + FOption + C, Option + F
Paste snippetAlt + C, Alt + POption + C, Option + P
Find usagesCtrl + Shift + UCommand + Shift + U
Rename the symbol under the cursorCtrl + Shift + RCommand + Shift + R
Switch between method declaration and definitionShift + F2Shift + F2
Open type hierarchyCtrl + Shift + TCommand + Shift + T
Switch between header and source fileF4F4
Turn selected text into lowercaseAlt + UOption + U
Turn selected text into uppercaseAlt + Shift + UOption + Shift + U
Run static checks on JavaScript code to find common problemsCtrl + Shift + CCommand + Shift + C
Find and replaceCtrl + FCommand + F
Find nextF3F3
Find PreviousShift + F3Shift + F3
Find the next occurrence of selected textCtrl + F3Command + F3
Find the previous occurrence of selected textCtrl + Shift + F3Command + Shift + F3
Replace nextCtrl + =Command + =
Open advanced findCtrl + Shift + FCommand + Shift + F
Record a text-editing macroAlt + (Option + (
Stop recording a macroAlt + )Option + )
Play the last macroAlt + ROption + R
Show Qt Quick toolbarsCtrl + Alt + SpacebarCommand + Option + Spacebar
Execute user actions 1 … 9 in FakeVim modeAlt + V, 1 … 9Option + V, 1 … 9

Qt Quick Designer Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
Open the QML file that defines the selected componentF2F2
Move between code editor and visual editorF4F4
Toggle left sidebarCtrl + Alt + 0Command + Option + 0
Toggle right sidebarCtrl + Alt + Shift + 0Command + Option + Shift + 0

Help Shortcuts

ActionQt Creator Shortcut keys WindowsQt Creator Shortcut keys Mac
View context-sensitive helpF1F1
Activate contents in Help modeCtrl + TCommand + T
Add a bookmark in the Help modeCtrl + MCommand + M
Activate index in Help modeCtrl + ICommand + I
Reset font sizeCtrl + 0Command + 0
Activate search in Help modeCtrl + SCommand + S

Bazaar Version Control Shortcuts

ActionQt Creator Shortcut keys WindowsQt Creator Shortcut keys Mac
Commit or SubmitAlt + Z, Alt + COption + Z, Option + C
DiffAlt + Z, Alt + DOption + Z, Option + D
Log or File logAlt + Z, Alt + LOption + Z, Option + L
StatusAlt + Z, Alt + SOption + Z, Option + S

CVS Version Control Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
AddAlt + C, Alt + AOption + C, Option + A
Commit or SubmitAlt + C, Alt + COption + C, Option + C
DiffAlt + C, Alt + DOption + C, Option + D

Git Version Control Shortcuts

ActionQt Creator Shortcut keys WindowsQt Creator Shortcut keys Mac
AddAlt + G, Alt + AOption + G, Option + A
Commit or SubmitAlt + G, Alt + COption + G, Option + C
DiffAlt + G, Alt + DOption + G, Option + D
Diff projectAlt + G, Alt + Shift + DOption + G, Option + Shift + D
Blame or AnnotateAlt + G, Alt + BOption + G, Option + B
Log or File logAlt + G, Alt + LOption + G, Option + L
Log projectAlt + G, Alt + KOption + G, Option + K
Undo changes or RevertAlt + G, Alt + UOption + G, Option + U

Mercurial Version Control Shortcuts

ActionQt Creator Shortcuts WindowsQt Creator Shortcuts Mac
AddAlt + P, Alt + AOption + P, Option + A
Commit or SubmitAlt + P, Alt + SOption + P, Option + S
Diff projectAlt + P, Alt + DOption + P, Option + D
Log or File logAlt + P, Alt + FOption + P, Option + F
Undo changes or RevertAlt + P, Alt + ROption + P, Option + R
EditAlt + P, Alt + EOption + P, Option + E

Subversion Control Shortcuts

ActionQt Creator Shortcut keys WindowsQt Creator Shortcut keys Mac
AddAlt + G, Alt + AOption + G, Option + A
Commit or SubmitAlt + G, Alt + COption + G, Option + C
DiffAlt + G, Alt + DOption + G, Option + D

Consider comparing alternative development tools to Qt Creator that align with your business or organization’s specific needs. Android Studio offers a strong free alternative, while Microsoft Visual Studio is a top choice for a paid solution. To help you streamline your workflow, explore the keyboard shortcuts for these tools: Android Studio Shortcuts and Microsoft Visual Studio Shortcuts.

READ NEXT:

Back to top button