[Konsole-devel] [Bug 75817] Error in vt420pc.keytab (changed from 3.1) - end key acts like home key
Kurt V.Hindenburg
khindenburg at cherrynebula.net
Thu Jun 10 13:49:27 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=75817
------- Additional Comments From khindenburg cherrynebula net 2004-06-10 15:49 -------
Here's the the change in CVS:
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 5 07:24:19 2003 UTC (16 months ago) by gassauer
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)
wrong key End definition
--- kdebase/konsole/other/vt420pc.keytab 2002/04/05 13:24:06 1.12
+++ kdebase/konsole/other/vt420pc.keytab 2003/02/05 07:24:19 1.13
@ -134,7 +134,7 @ key F11+Shift : "\E[23;2~"
key F12+Shift : "\E[24;2~"
key Home : "\E[H"
-key End : "\E[F"
+key End : "\E[1~"
key Prior -Shift : "\E[5~"
key Next -Shift : "\E[6~"
On my system, vt420pc, key End : "\E\F" works as end. Not sure why gassauer changed it...
More information about the konsole-devel
mailing list