Bug 426525 - Key sequences ambiguous by default
Summary: Key sequences ambiguous by default
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 5.6.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-14 15:12 UTC by ypugach
Modified: 2020-09-14 15:12 UTC (History)
0 users

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


Attachments
Error message (367.49 KB, image/png)
2020-09-14 15:12 UTC, ypugach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ypugach 2020-09-14 15:12:30 UTC
Created attachment 131641 [details]
Error message

SUMMARY

KDevelop AppImage reports a lot of ambiguous key sequences when installed as is.


STEPS TO REPRODUCE
1. Follow the official guide to download and run KDevelop:

{{Output|1=<nowiki>
wget -O KDevelop.AppImage https://download.kde.org/stable/kdevelop/5.6.0/bin/linux/KDevelop-5.6.0-x86_64.AppImage
chmod +x KDevelop.AppImage
./KDevelop.AppImage
</nowiki>}}

2. Open a project, set a breakpoint, and run debug launch.

3. Hit F10 to step over. 


OBSERVED RESULT

The message pops up saying
<blockquote>
The key sequence 'F10' is ambiguous. Use 'Configure Shortcuts'
from the 'Settings' menu to solve the ambiguity.
No action will be triggered.
</blockquote>

See the screenshot attached.

EXPECTED RESULT

The instruction pointer moving to the next code line.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

Going to keyboard shortcut configuration and searching for F10 key proves that the key is indeed ambiguous. By default it has been assigned to Dynamic Word Wrap (Kate Part) and Step Over (Debugger). Sure, I can change the key, but isn't it supposed to work right out of the box? Moreover, there are many other keys which bring about the same issue.