ports/78439: kdebase3/konsole: end key does not work on keyboard vt420pc

Heiner h.eichmann at gmx.de
Sat Mar 5 08:40:25 UTC 2005


>Number:         78439
>Category:       ports
>Synopsis:       kdebase3/konsole: end key does not work on keyboard vt420pc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 05 08:40:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Heiner Eichmann <h.eichmann at gmx.de>
>Release:        FreeBSD 5.3-RELEASE
>Organization:
Sirius Cybernetics Corp.
>Environment:
System: FreeBSD 7of9.unimatrix-zero.borg 5.3-RELEASE FreeBSD 5.3-RELEASE #0: 
Fri Dec 3116:57:09 CET 2004     
he at 7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL i386

>Description:

If in konsole the vt420pc is chosen (menu: settings->keyboard), the end key 
just prints a ~ but does not jump to the end of the line.

There is a bug report in the KDE bug tracker:

http://bugs.kde.org/show_bug.cgi?id=75817

but no one seems to care. Furthermore the last response to this bug seems to 
indicate, that linux behaves differently here. So maybe a FreeBSD patch is 
the better solution.


Heiner

>How-To-Repeat:

in konsole switch to vt420pc (menu: settings->keyboard) and press the end key. 
a ~ appears

>Fix:

see attached patch



--Boundary-00=_o8WKCy7931T5hp8
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="patch-konsole-other-vt420pc.keytab"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-konsole-other-vt420pc.keytab"

--- konsole/other/vt420pc.keytab.orig	Mon Feb 17 09:35:33 2003
+++ konsole/other/vt420pc.keytab	Sat Mar  5 09:18:59 2005
@@ -134,7 +134,7 @@
 key F12+Shift    : "\E[24;2~" 
 
 key Home   : "\E[H"  
-key End    : "\E[1~"  
+key End    : "\E[F"  
 
 key Prior -Shift : "\E[5~"  
 key Next  -Shift : "\E[6~"  

--Boundary-00=_o8WKCy7931T5hp8--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --Boundary-00=_o8WKCy7931T5hp8
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 



More information about the freebsd-ports-bugs mailing list