[Konsole-devel] [Bug 152759] alt+backspace doesn't delete previous word

Luca Gugelmann lucag at student.ethz.ch
Sat Dec 15 19:58:47 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=152759         




------- Additional Comments From lucag student ethz ch  2007-12-15 20:58 -------
This is an easy fix: in all .keytab files the backspace key is mapped to "\x7f" (backspace) without regard to the status of the modifier keys, the "alt" just gets eaten away and the shell never sees it.

The proposed patch changes this to emit a "\x7f" only when no alt key is pressed and fixes the bug.

The patch only changes default.keytab and linux.keytab, since I don't know how the other layouts are supposed to behave in this situation.



More information about the konsole-devel mailing list