From 9ed9d6fc8a3515ab0d6dc78efb4d2f74e5c0414e Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Wed, 20 Mar 2024 10:33:46 +0100 Subject: [PATCH] Doc: Reword beginning of creator-keyboard-shortcuts.html Change-Id: Id1f736c7855002d3ecd8c600d9897ae81c83947c Reviewed-by: Leena Miettinen --- .../src/howto/creator-keyboard-shortcuts.qdoc | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc b/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc index 076c80a4dea..f3ae9699992 100644 --- a/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc +++ b/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc @@ -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