[Bug 162407] keyboard shortcuts dialog: list/tree view

Andreas Pakulat apaku at gmx.de
Wed May 21 22:00:26 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=162407         




------- Additional Comments From apaku gmx de  2008-05-21 22:00 -------
Well, its not really technically impossible (its software so everything is possible), however its completely against how QAction and KAction are designed. Both are supposed to be useable with any widget you want, they are not tied to a menu. So if you give the shortcuts editor a list of actions to configure it cannot be sure that those actions are actually in a menu structure. In particular many games have actions that aren't in a menu or toolbar, kdevelop has some actions which will never be in any menu unless you as a user hack it in.

However the fact that an action has a different string in the shortcuts editor and the menu is a bug actually. What you see in the menu should be the same as in the editor and I'm really astonished this is not the case as KAction has only one title property.


More information about the Kdelibs-bugs mailing list