Bug 153812 - KShortcutsEditor::LetterShortcutsDisallowed doesn't disallow Ctrl+A,F shortcuts
Summary: KShortcutsEditor::LetterShortcutsDisallowed doesn't disallow Ctrl+A,F shortcuts
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 00:07 UTC by Andreas Pakulat
Modified: 2009-02-15 01:01 UTC (History)
1 user (show)

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 Andreas Pakulat 2007-12-11 00:07:01 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The shortcut configuration dialog in konsole allows to set emacs style shortcuts, i.e. Ctrl+A, F - hitting Ctrl+A followed by F will trigger the action. However due to the nature of the application this can't work, thus konsole shouldn't allow to do this.

Disabling this can be done by connecting the shortcut-configuration-actions' signal to an own slot instead of KXmlGuiFactory::configureShortcuts() and then calling KXmlGuiFactory::configureShortcuts() using false for the first parameter of the function.
Comment 1 Robert Knight 2007-12-11 04:32:12 UTC
> However due to the nature of the application this can't work

I don't understand this comment, could you clarify.
Comment 2 Andreas Pakulat 2007-12-11 11:16:02 UTC
Ok, I was wrong. As I could change shortcuts in konsole to something like Ctrl+A, F I assumed you don't create the dialog yourself and thus you allow to create such Letter-Shortcuts. However checking the code you do that and you also pass the LetterShortcutsDisallowed flag, so I guess the bug is rather in KShortcutsDialog.

I confirmed with another application that this is indeed not working, reassigning to kdelibs
Comment 3 Michael Jansen 2008-10-26 20:03:15 UTC
Still Valid? I don't understand this bug :-(

Mike
Comment 4 Michael Jansen 2009-02-15 01:01:21 UTC
Since neither Robert nor i are able to understand what the problem is i close this bug.