Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 9161 - konsole sends wrong esc-sequences for certain keys + fix
Summary: konsole sends wrong esc-sequences for certain keys + fix
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdebase
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-06 15:14 UTC by Hans de Goede
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-02-06 16:00:14 UTC
Embargoed:


Attachments (Terms of Use)
Patch fixing the described problems. (deleted)
2000-02-06 15:15 UTC, Hans de Goede
no flags Details | Diff

Description Hans de Goede 2000-02-06 15:14:53 UTC
The attached patch fixes the following:
-konsole sends wrong esc-sequence for home/end in xterm mode,
 ^[[H & ^[[F instead of ^[OH and ^[OF, as listed in terminfo for xterm,
 and as xterm, gnome-terminal, rxvt and Eterm do.
-konsole sends wrong esc-sequence for home/end in linux-console mode,
 ^[[H & ^[[F instead of ^[[1~ and ^[[4~, as listed in terminfo, and
 the real linux-console does.
-konsole sends asc-II del for del in xterm mode which should be ~[[3~,
 as listed in terminfo, etc.

And adds the following:
-shift F1-F10 send F11-F20 for both xterm and linux-console (just like
 the linux-console, rxvt, xterm Eterm & gnome-terminal).

It doesn't fix:
-the numeric keypad not honering application keypad mode, unfortunatly
 QT doesn't tell the difference between keyoad keys and normal keys.

Comment 1 Hans de Goede 2000-02-06 15:15:59 UTC
Created attachment 96 [details]
Patch fixing the described problems.

Comment 2 Bernhard Rosenkraenzer 2000-02-06 16:00:59 UTC
Thanks, fixed.


Note You need to log in before you can comment on or make changes to this bug.