Doc: List keyboard shortcuts for opening projects

There are new shortcuts for opening top projects in
the list of recently opened projects.

Change-Id: I70f2b29a72e3cf26940d35428ac9ec3fe7537613
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2016-10-26 09:36:45 +02:00
parent a102ee0729
commit ab03ddae25

View File

@@ -75,14 +75,36 @@
\list 1 \list 1
\li Select \uicontrol File > \uicontrol{Open File or Project} and select the project \li Select \uicontrol File > \uicontrol {Open File or Project}
to open. (\key Ctrl+O or \key Cmd+O on \macos) and select the project to
open.
\li In the \uicontrol {Configure Project} tab, select kits for building and running your \li In the \uicontrol {Configure Project} tab, select kits for building and running your
project, and click \uicontrol {Configure Project}. project, and click \uicontrol {Configure Project}.
\endlist \endlist
You can use the following keyboard shortcuts to open projects, depending on
the mode you are currently in:
\list
\li In all modes, select \key Ctrl+O (\key Cmd+O on \macos) to open the
\uicontrol {Open File} dialog, where you can select a project file
to open a project.
\li In all modes, except the \uicontrol Help mode, select
\key Ctrl+Shift+O (\key Cmd+Shift+O on \macos) to open the
\uicontrol {Load Project} dialog, where you can select a project
file to open a project.
\li In the \uicontrol Welcome mode, \uicontrol Projects tab, select
\key Ctrl+Shift+number (\key Cmd+Shift+number on \macos), where
the number is the number of a project in the list of recently opened
projects.
\endlist
\QC parses all the source files in the project and performs a semantic \QC parses all the source files in the project and performs a semantic
analysis to build up the information that it needs for functions such as analysis to build up the information that it needs for functions such as
navigation and finding usages. A progress bar is displayed during parsing. navigation and finding usages. A progress bar is displayed during parsing.