Bug 453041

Summary: "Jump To Declaration" shortcut inserts character instead of jumping to declaration
Product: [Applications] kdevelop Reporter: git.ceeac
Component: All editorsAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: igorkuo
Priority: NOR    
Version First Reported In: 5.7.211203   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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 ***