https://bugs.kde.org/show_bug.cgi?id=391075
--- Comment #12 from Ahmad Samir <a.samir...@gmail.com> --- Those key bindings are a major pain... :) Here's how I tested: - First xterm, I searched online and found one can use $ stty raw $ sed -n l then press the key binding, the output was: Backspace: ^? Ctrl + Backspace: ^H Alt + Backspace: ^[^? I get the same output in konsole with the current default keybinding schema; and also if I create a new schema, based on the default one, and revert the changes i.e. remove these two entries: Backspace - Ctrl Backspace + Ctrl and add the old entry before any of those changes: Backspace \x7f Apply the change and start a new konsole window (it seems there is a bug where the new keybinding doesn't get applied except for newly started instances); and I get the same behaviour. -- You are receiving this mail because: You are watching all bug changes.