Keyboard Shortcuts

The following keyboard shortcuts make coding fast, fun, and frustration-free! These are some of the most commonly used commands; however, if you would like a complete list, please see the Qt Creator webpage.

Shortcut Description
Ctrl+s Save current project
Ctrl+f Find (and replace)
Ctrl+b Build current project
Ctrl+r Build and deploy current project
Ctrl+/ Block toggle comment (need to have multiple lines highlighted)
Ctrl+i Auto indent (need to have multiple lines highlighted)
tab Indent multiple lines (need to have multiple lines highlighted)
Shift+tab De-indent multiple lines (need to have multiple lines highlighted)