Bug 74396 - PATCH: Pop up a sorry messagebox if user selects a CTRL+<key> shortcut.
Summary: PATCH: Pop up a sorry messagebox if user selects a CTRL+<key> shortcut.
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 20:18 UTC by Kurt Hindenburg
Modified: 2004-07-28 10:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to add sorry messagebox if user picks a CTRL+<key> shortcut (1.14 KB, patch)
2004-02-06 20:20 UTC, Kurt Hindenburg
Details

Note You need to log in before you can comment on or make changes to this bug.
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.