Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41833

Summary: Error in /usr/kde/3.2/share/apps/konsole/vt420pc.keytab
Product: Gentoo Linux Reporter: ta2002 <throw_away_2002>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ta2002 2004-02-16 15:03:29 UTC
Someone (possibly upstream) made a ridiculous change in this file
between KDE 3.1 and KDE 3.2:

$ diff /usr/kde/3.1/share/apps/konsole/vt420pc.keytab /usr/kde/3.2/share/apps/konsole/vt420pc.keytab
137c137
< key End    : "\E[F"
---
> key End    : "\E[1~"
156,157d155
< key Insert+Shift -Control  : emitClipboard
< key Insert+Shift +Control  : emitSelection

Basically pressing the "End" key sends a sequence commonly
associated with the "Home" key (and no surprise, it now
acts like the "Home" key).

Reproducible: Always
Steps to Reproduce:
1. In konsole, go to Settings / Keyboard, and select VT420PC.
2. Press the End key, and watch it behave like the Home key.
3.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-02-18 05:07:03 UTC
Yeah, looks like a lame change.  If you think the KDE folks should change it back to the way it was, you should probably file a report at bugs.kde.org.