Bug 74396

Summary: PATCH: Pop up a sorry messagebox if user selects a CTRL+<key> shortcut.
Product: [Applications] konsole Reporter: Kurt Hindenburg <khindenburg>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch to add sorry messagebox if user picks a CTRL+<key> shortcut

Description Kurt Hindenburg 2004-02-06 20:18:36 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) 
OS:          Linux

Konsole sends any CTRL+<key> to the terminal.  This confuses users who pick CTRL+<key> as a shortcut and wonders why the shortcut doesn't work.  There are over 10+ bugs due to this confusion.
This patch adds a sorry messagebox if the user picks a CTRL+<key> as a shortcut.  CTRL+SHIFT+<key> is O.K.  The patch check both PRI/ALT shortcuts.  
This patch does not alter the shortcuts.

This may not be the best approach; but it is better than nothing.
Comment 1 Kurt Hindenburg 2004-02-06 20:20:16 UTC
Created attachment 4544 [details]
Patch to add sorry messagebox if user picks a CTRL+<key> shortcut

I put the message text in i18n(); I'm not sure if I have to do anything else.
Comment 2 arne anka 2004-03-11 13:25:52 UTC
ok -- but _why_ does it not work (yes, i've seen 61667)?? what's the meaning of this misbehaviour?
Comment 3 Waldo Bastian 2004-04-08 23:18:04 UTC
It works now and explains why it is a bad idea when you configure them :)

Kurt: thanks for the patch, it was very inspirational
Comment 4 peppelorum 2004-07-28 10:12:03 UTC
This is behaviour still exists in 3.2.3.
And Konsole doesn't say anything when I try yo use ctrl+<key> as a shortcut.