Bug 471939

Summary: Pressing Ctrl+Shift+Right enters "C" into the terminal
Product: [Applications] yakuake Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: Eike Hein <hein>
Status: REPORTED ---    
Severity: normal CC: muesli
Priority: NOR    
Version First Reported In: 22.12.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alexander Potashev 2023-07-04 12:14:08 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Open yakuake
2. Press Ctrl+Shift+Right
3. 

OBSERVED RESULT
One character "C" is entered in the shell.

EXPECTED RESULT
Should do nothing because it's a shortcut for "move session right", and one tab can't be moved Right 

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

ADDITIONAL INFORMATION
Comment 1 Christian Muehlhaeuser 2024-03-11 11:10:01 UTC
I think this may be intended behavior. This is the key-sequence sent to the terminal if the shortcut isn't captured or used. As you point out, there might be an argument that assigned shortcuts should be ignored if the action isn't applicable, but that's more of a general design decision.