Doc: Reword beginning of creator-keyboard-shortcuts.html

Change-Id: Id1f736c7855002d3ecd8c600d9897ae81c83947c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-03-20 10:33:46 +01:00
parent dd2942d157
commit 9ed9d6fc8a

View File

@@ -23,24 +23,25 @@
\brief Default keyboard shortcuts.
\QC has various keyboard shortcuts that speed up your development process.
To view all \QC functions in and their keyboard shortcuts, select
To view all \QC functions and their keyboard shortcuts, select
\preferences > \uicontrol Environment > \uicontrol Keyboard.
\image qtcreator-keyboard-shortcuts.png
The shortcuts that are displayed in red color are associated with several
functions. \QC executes the function that is available in the current
context. If several functions are available for the same shortcut at a
time, there is a conflict and \QC cannot execute any function.
Shortcuts that are displayed in red are associated with several functions.
\QC executes the function that is available in the current context.
If several functions are available for the same shortcut in the current context,
\QC will not execute any function due to the conflict.
A keyboard shortcut might also conflict with a shortcut that a Window
manager uses for its own purposes. In that case, \QC shortcuts do not work.
A keyboard shortcut might also conflict with a shortcut that your window
manager uses for its own purposes. If the window manager consumes the key event,
the \QC shortcut will not be activated.
Typically, you can configure the shortcuts in the window manager, but if
that is not allowed, you can change the \QC shortcuts.
\if defined(qtcreator)
For example, Unity on
Ubuntu 11.10 uses \key F10 in its window manager, and therefore the default
\QC keyboard shortcut \key F10 (Step Over) does not work on that system.
For example, Unity on Ubuntu 11.10 by default uses \key F10 in its window manager,
and therefore the default \QC keyboard shortcut \key F10 (Step Over) will not work on
that system.
\endif