Bug 453041 - "Jump To Declaration" shortcut inserts character instead of jumping to declaration
Summary: "Jump To Declaration" shortcut inserts character instead of jumping to declar...
Status: RESOLVED DUPLICATE of bug 458072
Alias: None
Product: kdevelop
Classification: Applications
Component: All editors (other bugs)
Version First Reported In: 5.7.211203
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-26 09:38 UTC by git.ceeac
Modified: 2022-10-24 06:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description git.ceeac 2022-04-26 09:38:42 UTC
SUMMARY
"Jump to declaration" inserts 'e' character instead of expected behaviour.

STEPS TO REPRODUCE
1. Place cursor in any source code editor window
2. Press Ctrl + .

OBSERVED RESULT
'e' character is inserted at the cursor location.
The character that cannot be removed by backspace; it can be removed by pressing the Escape key.

EXPECTED RESULT
Pressing Ctrl + . should jump to the declaration of the function under the cursor, if possible.

SOFTWARE/OS VERSIONS
Ubuntu 22.04 + kdevelop package version 4:21.12.3-0ubuntu1 (installed via apt-get)

ADDITIONAL INFORMATION
n/a
Comment 1 Igor Kushnir 2022-05-03 06:47:53 UTC
The Ctrl+. shortcut works perfectly for me on Manjaro with three different keyboard layouts including English (US). Which keyboard layout do you use? Could you test the shortcut with the English (US) layout?
Comment 2 Igor Kushnir 2022-10-24 06:26:46 UTC

*** This bug has been marked as a duplicate of bug 458072 ***