My problem is that I want to bind Control + Backspace combination to backward-delete-word function. However, it doesn't seem possible because emacs doesn't detect the Control key in combination with backspace.
I detected that by looking at the "logger" (C-h l). So if I press Backspace, it shows DEL
. If I press Control + Backspace, it still shows DEL
.
Is there any way to achieve that?
I have read and tried other questions, but couldn't fix it.