Bug 497700 - Ctrl-Backspace is sent to terminal as Ctrl-H
Summary: Ctrl-Backspace is sent to terminal as Ctrl-H
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: 24.12.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-20 00:48 UTC by nilskemail+kde
Modified: 2024-12-20 00:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nilskemail+kde 2024-12-20 00:48:06 UTC
SUMMARY
Konsole send Ctrl-Backspace to the terminal as Ctrl-H

STEPS TO REPRODUCE
1. Open Konsole and start cat
2. Press Ctrl-Backspace

OBSERVED RESULT
^H is displayed

EXPECTED RESULT
Nothing should be displayed

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1
Kernel Version: 6.12.4-200.fc41.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7840U w/ Radeon 780M Graphics
Memory: 30.6 GiB of RAM
Graphics Processor: AMD Radeon 780M

ADDITIONAL INFORMATION
Using cat is the simplest way to show that something is not quite right here. I am not sure if there is a better program but I initially noticed this as my fish version (4.0beta) binds ctrl-h to backward-delete-char and ctrl-backspace to backward-kill-word. In Konsole it only deletes one char whereas in the integrated terminal of VSCode it properly deletes the fill word.