Summary: | Pressing "Delete Word Backward" (Ctrl+Backspace) doesn't work. | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Link <link20050703> |
Component: | keyboard | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | dev, john.kizer, nilskemail+kde |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 24.02.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Link
2024-03-04 07:34:26 UTC
*** Bug 497700 has been marked as a duplicate of this bug. *** 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? (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 Just adding a link here that was on the other linked report - I don't know enough to be sure, but I suspect this is intentional based on the comments and resolution to https://bugs.kde.org/show_bug.cgi?id=391075 |