Bug 401674 - Shift-Left and Shift-Right not reaching emacs
Summary: Shift-Left and Shift-Right not reaching emacs
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: 18.04.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-02 21:06 UTC by Konrad Eisele
Modified: 2020-12-12 16:13 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Eisele 2018-12-02 21:06:14 UTC
SUMMARY
When running "emacs -nw" inside konsole Shift-Left and Shift-Right are not delivered.

STEPS TO REPRODUCE
1. start "emacs -nw" inside konsole 
2. inside emacs press "Shift-Up", "Shift-Right", "Shift-Left" and "Shift-Right" 
3. view keys received in emacs with "ctrl-h l"
4. only Shift-Up and Shift-Down are received. Shift-Left and Shift-Right are not received. 

OBSERVED RESULT
No keys 

EXPECTED RESULT
Delivery of 
ESC [ 1 ; 2 C
ESC [ 1 ; 2 D 

SOFTWARE/OS VERSIONS
Linux: Ubuntu 18.10
Qt Version: 5.11

ADDITIONAL INFORMATION
Comment 1 Justin Zobel 2020-11-21 05:14:54 UTC
Thanks for the report Konrad. I'm not familiar with emacs, unfortunately.

Can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I've set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thanks.
Comment 2 Bug Janitor Service 2020-12-06 04:34:06 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Tavian Barnes 2020-12-12 16:11:00 UTC
This happens because Shift+Left and Shift+Right are the default keyboard shortcuts for switching tabs, so Konsole eats them itself.  Maybe they should be passed on to the terminal if there's only one tab?
Comment 4 Ahmad Samir 2020-12-12 16:13:18 UTC
You can change those actions (switching tabs) shortcuts to something else; having a shortcut that does something when it's multiple tabs and something else when it's just one tab woul confusing... :)