You are on page 1of 2

153 Shortcuts for Qt Creator (Windows)

General Ctrl+Shift+Enter Insert line above current line

Ctrl+O Open file or project Ctrl+Enter Insert line below current line

Ctrl+N New file or project Ctrl+-/Ctrl++ Decrease / increase font size (or Ctrl+scroll)

Alt+V, Alt+I Open in external editor Ctrl+0 Reset font size

Ctrl+A Select all Alt+V, Alt+V Toggle Vim-style editing

Delete Delete Ctrl+E, 2 Split

Ctrl+X/Ctrl+C/Ctrl+ Cut / Copy / Paste Ctrl+E, 3 Split side by side


V Ctrl+E, 1 Remove all splits
Ctrl+Z Undo Ctrl+E, 0 Remove current split
Ctrl+Y Redo Ctrl+A Select all
Ctrl+P Print Ctrl+</sc>/Ctrl+<sc> Go to block end / Go to block start
Ctrl+S Save Ctrl+}/Ctrl+{ Go to block end / Go to block start with selection
Ctrl+Shift+S Save all Ctrl+Shift+Arrow Move current line down / Move current line up
Ctrl+W Close window Down /Ctrl+Shift+A
rrow Up
Ctrl+Shift+W Close all windows
Alt+Enter Trigger a refactoring action in this scope
Ctrl+F4 Close current file
Ctrl+E, R Rewrap paragraph
Alt+Arrow Left /Alt Go back / Go forward
+Arrow Right Ctrl+U Select the current block The second press extends the
selection to the parent block
Ctrl+L Go to line
Ctrl+E, Ctrl+W Enable text wrapping
Ctrl+E, O Go to other split
Ctrl+/ Toggle comment for selection
Ctrl+Tab/Ctrl+Shift Previous open document / Next open document in
+Tab history Ctrl+E, Ctrl+V Visualize whitespace

Ctrl+K Activate Locator Ctrl+J Adjust size

Ctrl+1 Switch to Welcome mode Ctrl+G Lay out in a grid

Ctrl+2 Switch to Edit mode Ctrl+H Lay out horizontally

Ctrl+3 Switch to Design mode Ctrl+L Lay out vertically

Ctrl+4 Switch to Debug mode Alt+Shift+R Preview

Ctrl+5 Switch to Projects mode F4 Edit signals and slots

Ctrl+6 Switch to Analyze mode Ctrl+M Toggle bookmark

Ctrl+7 Switch to Help mode Ctrl+./Ctrl+, Go to next bookmark / go to previous bookmar

Alt+1 Toggle Issues pane Alt+C, Alt+F Fetch snippet

Alt+2 Toggle Search Results pane Alt+C, Alt+P Paste snippet

Alt+3 Toggle Application Output pane Ctrl+Shift+U Find usages

Alt+4 Toggle Compile Output pane F2 Follow symbol under cursor; Works with
namespaces, classes, methods, variables, include
Alt+5...9 Toggle other output panes statements and macros
Alt+M Activate Bookmarks pane Ctrl+Shift+R Rename symbol under cursor
Alt+Y Activate File System pane Shift+F2 Switch between method declaration and definition
Alt+O Activate Open Documents pane Ctrl+Shift+T Open type hierarchy
Alt+9 Maximize output panes F4 Switch between header and source file
F6 Move to next item in output panes Alt+U Turn selected text into lowercase
Shift+F6 Move to previous item in output panes Alt+Shift+U Turn selected text into uppercase
Alt+X Activate Projects pane Ctrl+Shift+C Run static checks on JavaScript code to find common
Ctrl+Shift+F11 Full screen problems
Alt+0 Toggle the sidebar Ctrl+F Find and replace
Esc Move to Edit mode F3/Shift+F3 Find next / Find previous
Ctrl+Q Exit Qt Creator Ctrl+F3/Ctrl+Shift+ Find next / Find previous occurrence of selected text
F3

Editor Ctrl+= Replace next

Ctrl+I Auto-indent selection Ctrl+Shift+F Open advanced find

Ctrl+<</sc>/<sc>Ctrl Collapse / Expand Alt+( Record a text-editing macro


+> Alt+) Stop recording a macro
Ctrl+Space Trigger a completion in this scope Alt+R Play last macro
Ctrl+Insert Copy line Ctrl+Alt+Space Show Qt Quick toolbars
Ctrl+Alt+Down Copy line down / copy line up Alt+V, 1...9 Execute user actions 1 ? 9 in FakeVim mode
Ctrl+Shift+V Paste from the clipboard history, Subsequent presses
move you back in the history
Shift+Delete Cut line
Ctrl+J Join lines

https://shortcutworld.com/Qt-Creator/win/Qt-Creator_Shortcuts
153 Shortcuts for Qt Creator (Windows)

Image Viewer Mercurial


[Ctrl]+[[] Switch to background Alt+P, Alt+A Add
[Ctrl]+[]] Switch to outline Alt+P, Alt+S Commit/Submit
Ctrl++ /Ctrl+- Zoom in / Zoom out Alt+P, Alt+D Diff project
Ctrl+= Fit to screen Alt+P, Alt+F Log/Filelog
Ctrl+0 Original size Alt+P, Alt+R Undo changes/Revert
Alt+P, Alt+E Edit
Qt Quick Designer
F2 Open the QML file that defines the selected Subversion
component
Alt+G, Alt+A Add
F4 Move between code editor and visual editor
Alt+G, Alt+C Commit/Submit
Ctrl+Alt+0 Toggle left sidebar
Alt+G, Alt+D Diff
Ctrl+Alt+Shift+0 Toggle right sidebar
Help
Debugging
F1 View context-sensitive help
F5 Start or continue debugging
Ctrl+T Activate contents in Help mode
Shift+F5 Exit debugger
Ctrl+M Add bookmark in Help mode
F10 Step over
Ctrl+I Activate index in Help mode
F11 Step into
Ctrl+0 Reset font size
Shift+F11 Step out
Ctrl+S Activate search in Help mode
F9 Toggle breakpoint
Ctrl+F6 Run to selected function
Ctrl+F10 Run to line
F12 Reverse direction

Project
Ctrl+B Build project
Ctrl+Shift+B Build all
Ctrl+Shift+N New project
Ctrl+Shift+O Open project
Ctrl+T Select the kit to build and run your project with
Ctrl+R Run

Version Control

Bazaar
Alt+Z, Alt+C Commit/Submit
Alt+Z, Alt+D Diff
Alt+Z, Alt+L Log/Filelog
Alt+Z, Alt+S Status

CVS
Alt+C, Alt+A Add
Alt+C, Alt+C Commit/Submit
Alt+C, Alt+D Diff

Git
Alt+G, Alt+A Add
Alt+G, Alt+C Commit/Submit
Alt+G, Alt+D Diff
Alt+G, Alt+Shift+D Diff project
Alt+G, Alt+B Blame/Annotate
Alt+G, Alt+L Log/Filelog
Alt+G, Alt+K Log project
Alt+G, Alt+U Undo changes/Revert

https://shortcutworld.com/Qt-Creator/win/Qt-Creator_Shortcuts

You might also like