diff options
author | Marcus Tillmanns <[email protected]> | 2023-12-14 13:49:15 +0100 |
---|---|---|
committer | Marcus Tillmanns <[email protected]> | 2024-01-08 08:25:07 +0000 |
commit | a3b9393bc5db1a2a8addf85a7f930d9bb2df6335 (patch) | |
tree | c5b761edc4cb7440966a67d417edaa5c93037042 /src/plugins/terminal/terminalwidget.cpp | |
parent | 3795a941443a59d4b877e1e4887ef372d04b8a36 (diff) |
Terminal: Do not unlock the locator
Ctrl+K is a useful shortcut for some users, so we have to block the locator if the keyboard is locked.
Fixes: QTCREATORBUG-30032
Change-Id: I211e0bc449d3981513cc77bd14baf70a9acc3ae1
Reviewed-by: <[email protected]>
Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/terminal/terminalwidget.cpp')
-rw-r--r-- | src/plugins/terminal/terminalwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/terminal/terminalwidget.cpp b/src/plugins/terminal/terminalwidget.cpp index 96dffcb65f7..e1990cdcfb2 100644 --- a/src/plugins/terminal/terminalwidget.cpp +++ b/src/plugins/terminal/terminalwidget.cpp @@ -317,7 +317,6 @@ void TerminalWidget::setupActions() unlockGlobalAction(Core::Constants::OPTIONS); unlockGlobalAction("Preferences.Terminal.General"); unlockGlobalAction(Core::Constants::FIND_IN_DOCUMENT); - unlockGlobalAction(Core::Constants::LOCATE); } void TerminalWidget::closeTerminal() |