(*** 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)
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.
*** This bug has been marked as a duplicate of 46024 ***