aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-06-08 14:22:46 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-06-09 08:20:35 +0000
commitdaad58175b0a6d23cb1b002d749b5db9392235f8 (patch)
tree38ef0bcc5226bbfd379c8d04fe0e625be1218932
parente98c523b3f47b4c220439ac293ccacdbb2311518 (diff)
Doc: Describe what to do if Ctrl+Shift+U stops finding references
Task-number: QTCREATORBUG-29134 Change-Id: I7c6816b692ae9decdad42c1a8ec73418735d0019 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc4
-rw-r--r--doc/qtcreator/src/overview/creator-only/creator-issues.qdoc19
2 files changed, 21 insertions, 2 deletions
diff --git a/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc b/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc
index 62d3475144..0bef6d3498 100644
--- a/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc
+++ b/doc/qtcreator/src/howto/creator-keyboard-shortcuts.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 The Qt Company Ltd.
+// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
// **********************************************************************
@@ -433,6 +433,8 @@
\row
\li Find references to symbol under cursor
\li Ctrl+Shift+U
+ \note If this keyboard shortcut does not work on Linux, see
+ \l {Editing Issues}.
\row
\li Follow symbol under cursor
diff --git a/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc b/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc
index 9a09a24b09..80b7466214 100644
--- a/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc
+++ b/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 The Qt Company Ltd.
+// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
// **********************************************************************
@@ -68,6 +68,23 @@
\li Code completion does not support typedefs for nested classes.
+ \li When developing on Linux, the \key {Ctrl+Shift+U} keyboard shortcut
+ might not work because it conflicts with a shortcut of the
+ Intelligent Input Bus (ibus). You can change the shortcut for finding
+ references to the symbol under the cursor either in \QC or in ibus.
+
+ To set another \l {Keyboard Shortcuts}{keyboard shortcut}
+ in \QC, select \uicontrol Edit > \uicontrol Preferences >
+ \uicontrol Environment > \uicontrol Keyboard.
+
+ To change the shortcut in ibus, enter the following command on the
+ command line to start ibus setup:
+ \badcode
+ ibus-setup
+ \endcode
+
+ Then, change the unicode code point shortcut in the \uicontrol Emoji
+ tab to something else than \key {<Control><Shift>u}.
\endlist
\section1 Projects Issues