[Konsole-devel] [Bug 43962] Shift+Tab doesn't work
Waldo Bastian
bastian at kde.org
Fri Nov 26 10:59:46 UTC 2004
------- 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=43962
bastian kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From bastian kde org 2004-11-26 11:59 -------
CVS commit by waba:
Make Shift-Tab work.
BUG: 43962
Patch by Dan Bullok
M +2 -0 konsole/default.keytab.h 1.31
M +2 -0 other/README.default.Keytab 1.31
M +1 -4 other/vt420pc.keytab 1.15
--- kdebase/konsole/konsole/default.keytab.h #1.30:1.31
@ -6,4 +6,6 @
"key Tab +Shift+Ansi : \"\\E[Z\"\n"
"key Tab +Shift-Ansi : \"\\t\"\n"
+ "key Backtab +Ansi : \"\\E[Z\"\n"
+ "key Backtab -Ansi : \"\\t\"\n"
"key Return-Shift-NewLine : \"\\r\"\n"
"key Return-Shift+NewLine : \"\\r\\n\"\n"
--- kdebase/konsole/other/README.default.Keytab #1.30:1.31
@ -34,4 +34,6 @
key Tab +Shift+Ansi : "\E[Z"
key Tab +Shift-Ansi : "\t"
+key Backtab +Ansi : "\E[Z"
+key Backtab -Ansi : "\t"
key Return-Shift-NewLine : "\r"
--- kdebase/konsole/other/vt420pc.keytab #1.14:1.15
@ -64,8 +64,5 @
key Escape : "\E"
key Tab : "\t"
-# none of these show significant results
-#key Tab-Shift : "\t"
-#key Tab+Shift : "\E[Z"
-#key Tab+Shift : "Shifttab"
+key Backtab : "\E[Z"
# VT100 can add an extra \n after return.
More information about the konsole-devel
mailing list