[konsole] [Bug 405073] New: Shift+Alt+Arrow keys are catched by Shift+Arrow rules => please modify keytab files

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Mar 4 14:18:14 GMT 2019


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-devel at kde.org
          Reporter: mailman.ich at 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 the assignee for the bug.


More information about the konsole-devel mailing list