[konsole] [Bug 391075] Can’t bind Ctrl+Backspace
Ahmad Samir
bugzilla_noreply at kde.org
Thu Nov 7 22:37:54 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=391075
--- Comment #12 from Ahmad Samir <a.samirh78 at 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 the assignee for the bug.
More information about the konsole-devel
mailing list