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 projectCtrl+R
- Run ProjectCtrl+Tab
- Switch between open documentsCtrl+K
- Open LocatorEsc
- Go back (hit several times and you are back in the editor)F2
- Follow Symbol under cursorF4
- Switch between header and source (only useful for c++ code)
List of Qt Creator shortcuts (opens new window) from the documentation.
Configure Shortcuts
You can configure the shortcuts from inside creator using the settings dialog.
当前内容版权归 Juergen Bocklage Ryannel and Johan Thelin 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Juergen Bocklage Ryannel and Johan Thelin .