Bug 471939 - Pressing Ctrl+Shift+Right enters "C" into the terminal
Summary: Pressing Ctrl+Shift+Right enters "C" into the terminal
Status: REPORTED
Alias: None
Product: yakuake
Classification: Applications
Component: general (other bugs)
Version First Reported In: 22.12.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-04 12:14 UTC by Alexander Potashev
Modified: 2024-03-11 11:10 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 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.