https://bugs.kde.org/show_bug.cgi?id=482359
--- Comment #3 from nilskemail+...@gmail.com --- (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 watching all bug changes.