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

Robert Knight robertknight at gmail.com
Sun Dec 16 05:44:05 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         
robertknight gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From robertknight gmail com  2007-12-16 06:44 -------
Fixed in SVN revision #748991.  The .keytab file was correct, but there was a bug in the code which converted Alt+Key key events into Esc+Key character sequences to send to the terminal.

"Fix Alt+Backspace, it now deletes the previous word as expected.  Fix test for converting Alt+[Char] into Esc+[Char] when sending text to terminal.  The conversion is only avoided when the key translator entry which matched requires the alt modifier or any modifier.  Previously the Alt+Char -> Esc+Char was avoided if any entry matched, as in the Backspace case."



More information about the konsole-devel mailing list