[konsole] [Bug 482359] Pressing "Delete Word Backward" (Ctrl+Backspace) doesn't work.
| Newsgroups | gmane.comp.kde.devel.konsole |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=482359 --- Comment #3 from [email protected] --- (In reply to LTS20050703 from comment #2) > Coming back to this, it looks like Alt+Backspace in Konsole works like > Ctrl+Backspace in other applications (deleting 1 word at a time). Is it > possible to change that Alt+Backspace keybind to Ctrl+Backspace somehow? This is due to the way Konsole sends the key to the terminal. For some reason Konsole sends it as Ctrl+H which is equivalent to a normal Backspace. Your shell (likely bash) is then responsible for deciding what to do with that sequence - this is not something Konsole can decide but rather you shell's key bindings -- You are receiving this mail because: You are the assignee for the bug.