Bug 508697

Summary: The key sequence 'Ctrl+C' is ambiguous.
Product: [Applications] kate Reporter: Chillru <chillru>
Component: kwriteAssignee: KWrite Developers <kwrite-bugs-null>
Status: NEEDSINFO FIXED    
Severity: normal CC: waqar.17a
Priority: NOR    
Version First Reported In: 25.04.3   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Chillru 2025-08-25 06:50:57 UTC
SUMMARY

After upgrading my kde packages to 25.04.03 and along with it kwrite, kate-lib and kate-common i suddenly get this message in kwrite:
> The key sequence 'Ctrl+C' is ambiguous. Use 'Configure Keyboard Shortcuts'
> from the 'Settings' menu to solve the ambiguity.
> No action will be triggered.

Same for Ctrl+V, Ctrl+X - maybe more.

STEPS TO REPRODUCE
1. Open kwrite
2. Select something
3. Press Ctrl+C to copy it.

OBSERVED RESULT

The aforementioned error messge.

EXPECTED RESULT

The selected text is copied to the clipboard.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.12.3
KDE Plasma Version: 6.3.6
KDE Frameworks Version: not sure
Qt Version: 5.15.17

ADDITIONAL INFORMATION

Nothing was changed in my shortcut configuration.
Comment 1 Waqar Ahmed 2025-08-25 07:51:03 UTC
What keyboard layout are you using?

Can you try enabling all logging and share the output? In a terminal, do the following:

can you try enabling all logging by doing:

export QT_LOGGING_RULES="*=true"
kate -b -n &> logs

Then reproduce the issue and quit kate. There will be a file "logs" which might help understand whats happening.

Possibly a duplicate of https://bugs.kde.org/show_bug.cgi?id=499045
Comment 2 Bug Janitor Service 2025-09-09 03:48:41 UTC
๐Ÿ›๐Ÿงน โš ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!