Bug 20632 - konsole ignores control modifier under Irix 6.5.11f
Summary: konsole ignores control modifier under Irix 6.5.11f
Status: RESOLVED DUPLICATE of bug 46024
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources IRIX
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-19 07:48 UTC by roto
Modified: 2003-04-13 19:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roto 2001-02-19 07:33:32 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konsole
Version:           KDE 2.1.0 CVS/CVSup/Snapshot
Severity:          normal
Installed from:    Compiled sources
Compiler:          MIPSpro Compilers: Version 7.3.1.2m 
OS:                Irix
OS/Compiler notes: Not Specified

konsole seems to ignore the CTRL key. The solution I found is to add a series of key definitions to the end of the various *.keymap files e.g.:

key A  +Control : "\x01"
key B  +Control : "\x02"
key C  +Control : "\x03"
key D  +Control : "\x04"

Although this works fine I don't know if things are supposed to be this way...

(Submitted via bugs.kde.org)
Comment 1 roto 2001-02-19 07:56:17 UTC
In addition to changing the *.keymap files it is clearly necessary to change
default.Keymap and kdebase/konsole/include/default.keytab.h.

Now konsole works fine.
Comment 2 Stephan Binner 2003-04-13 19:53:51 UTC

*** This bug has been marked as a duplicate of 46024 ***