# Shortcuts

Shortcuts are the difference between a nice-to-use editor and a professional editor. As a professional you spend hundreds of hours in front of your application. Each shortcut which makes your work-flow faster counts. Luckily the developers of Qt Creator think the same and have added literally hundreds of shortcuts to the application.

To get started we have collection some basic shortcuts (in Windows notation):

* `Ctrl+B` - Build project
* `Ctrl+R` - Run Project
* `Ctrl+Tab` - Switch between open documents
* `Ctrl+K` - Open Locator
* `Esc` - Go back (hit several times and you are back in the editor)
* `F2` - Follow Symbol under cursor
* `F4` - Switch between header and source (only useful for c++ code)

List of [Qt Creator shortcuts](http://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html) from the documentation.

## Configure Shortcuts

You can configure the shortcuts from inside creator using the settings dialog.

![](/files/3iLuVnaJBfOotP3wGHdG)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.novaflowos.com/start/qt6-qml-book/readme/ch03-qtcreator/shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
