Bug 401984

Summary: Inplace Configure Shortcuts possibility for Window menu
Product: [Plasma] kwin Reporter: Andrew Shark <ashark>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: 5.14.4   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: How it works for application menu
How it is missing in Window menu
How it should be in Window menu

Description Andrew Shark 2018-12-11 00:12:57 UTC
There is nice feature in kde applications menu when you can right click at a menu item and set keyboard shortcut to it inplace. See screenshot.

But in Window menu (that you see when press Alt+F3) there is no such possibility. See screenshot. When you right click it (for example, on a resize function, then you actually start resizing a window).

It would be good to implement inplace setting shortcuts as well for Window menu. See screenshot.

Operating System: Arch Linux 
KDE Plasma Version: 5.14.4
Qt Version: 5.11.2
KDE Frameworks Version: 5.52.0
Comment 1 Andrew Shark 2018-12-11 00:14:05 UTC
Created attachment 116843 [details]
How it works for application menu
Comment 2 Andrew Shark 2018-12-11 00:14:44 UTC
Created attachment 116844 [details]
How it is missing in Window menu
Comment 3 Andrew Shark 2018-12-11 00:15:16 UTC
Created attachment 116845 [details]
How it should be in Window menu
Comment 4 Christoph Feck 2018-12-11 02:27:16 UTC
If I understand it correctly, these shortcuts must be global shortcuts. KWin doesn't use KXMLGui for its menus right now, maybe because KXMLGui does not allow to configure global shortcuts in the first place.
Comment 5 Martin Flöser 2018-12-11 05:01:43 UTC
KWin doesn't use kxmlgui as it is a framework unsuited for KWin's need. Supporting another level of context menu is in KWin's case rather complicated and not really justified the effort. I'm sorry, but this won't be implemented.