Backspace without CTRL should send '^?'
ClosedPublic

Authored by ahmadsamir on May 15 2018, 4:10 PM.

Details

Summary

This matches XTerm behaviour, so that pressing Alt+Backspace will send
\E + Del, which is the expected behaviour in some apps (e.g. emacs),
and it also matches the Konsole behaviour before commit
5345bbb0afa8edd6ba4909eca2495745df36f6a1

BUG: 394276
FIXED-IN: 18.04.2

Test Plan
  • Make sure you have the default .keytab file without any modifications
  • Run emacs -Q -nw, press Ctrl+h k, to invoke the describe key functionality
  • Press Alt+Backspace, it'll send C-M-h
  • Apply the diff and test again, now it should send M-Del

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.May 15 2018, 4:10 PM
Restricted Application added a project: Konsole. · View Herald TranscriptMay 15 2018, 4:10 PM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
ahmadsamir requested review of this revision.May 15 2018, 4:10 PM
ahmadsamir updated this revision to Diff 34253.May 16 2018, 3:25 AM
ahmadsamir edited the summary of this revision. (Show Details)

Add BUG and FIXED-IN lines

hindenburg accepted this revision.May 16 2018, 1:36 PM
This revision is now accepted and ready to land.May 16 2018, 1:36 PM
This revision was automatically updated to reflect the committed changes.