Bug 20632

Summary: konsole ignores control modifier under Irix 6.5.11f
Product: [Applications] konsole Reporter: roto
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: IRIX   
Latest Commit: Version Fixed In:

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 ***