https://bugs.kde.org/show_bug.cgi?id=405073
Bug ID: 405073 Summary: Shift+Alt+Arrow keys are catched by Shift+Arrow rules => please modify keytab files Product: konsole Version: unspecified Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: keyboard Assignee: konsole-de...@kde.org Reporter: mailman....@mail.frhoelzlwimmer.de Target Milestone: --- SUMMARY Shift+Alt+Arrow keys do not work. They are catched by the Shift+Arrow rules. STEPS TO REPRODUCE 1. Open Konsole 2. Execute "clear" 2. Type Ctrl+V and Shift+Alt+Arrow_Up OBSERVED RESULT terminal scrolls up EXPECTED RESULT shell should display "^[[1;4A" WORKAROUND/SOLUTION Modify keytab files in "konsole/data/keyboard-layouts/*.keytab": 1) Change all "<arrow>+Shift-AppScreen" bindings to "<arrow>+Shift-Alt-AppScreen" 2) Add the following bindings: key Right+Shift+Alt : "\E[1;4C" key Down+Shift+Alt : "\E[1;4B" key Left+Shift+Alt : "\E[1;4D" key Up+Shift+Alt : "\E[1;4A" SOFTWARE/OS VERSIONS All Konsole versions (only tested with 5.x versions) -- You are receiving this mail because: You are watching all bug changes.