https://bugs.kde.org/show_bug.cgi?id=391075
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kon | |sole/5345bbb0afa8edd6ba4909 | |eca2495745df36f6a1 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 5345bbb0afa8edd6ba4909eca2495745df36f6a1 by Kurt Hindenburg, on behalf of Ahmad Samir. Committed on 28/02/2018 at 04:04. Pushed by hindenburg into branch 'master'. Match xterm behaviour when pressing Ctrl+Backspace Summary: Change the default keyboard translator to match xterm behaviour: - Pressing Backspace without any modifiers sends '^?', ASCII DEL character - Pressing Control+Backspace sends '^H', BS character Test Plan: - Before applying the patch pressing Ctrl+V (to insert verbatim) then Backspace, sends '^?'; the same happens with Ctrl+Backspace - With the patch: - pressing Ctrl+V then Backspace sends '^?' - pressing Ctrl+V then Ctrl+Backspace sends '^H' Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: ngraham Tags: #konsole Differential Revision: https://phabricator.kde.org/D10884 M +5 -1 data/keyboard-layouts/default.keytab https://commits.kde.org/konsole/5345bbb0afa8edd6ba4909eca2495745df36f6a1 -- You are receiving this mail because: You are watching all bug changes.