Bug 154564 - Keyboard's "Super" key doesn't launch Kmenu
Summary: Keyboard's "Super" key doesn't launch Kmenu
Status: RESOLVED INTENTIONAL
Alias: None
Product: frameworks-kglobalaccel
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Martin Flöser
URL:
Keywords:
: 181547 182106 296751 354997 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-24 02:59 UTC by usrrgt
Modified: 2015-11-10 09:36 UTC (History)
16 users (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 usrrgt 2007-12-24 02:59:57 UTC
Version:            (using KDE KDE 3.5.8)
Installed from:    Ubuntu Packages
OS:                Linux

To link "Super" key of the keyboard to "K" of Kmenu
Comment 1 usrrgt 2007-12-24 03:12:52 UTC
Can you link "Super" key to Kmenu by default for KDE 4.0?
Comment 2 FiNeX 2007-12-24 11:01:46 UTC
Changed to plasma/kickoff the default "menu" of KDE4.

Btw, this binding should be useful. :-)
Comment 3 Aaron J. Seigo 2008-01-10 08:20:54 UTC
imho this is really up to the kde shortcut system. i won't be adding any plasma specific shortcut hacks since, as we learned the hard way in kde3, it's just asking for trouble.
Comment 4 Sebastian Sauer 2008-02-20 00:26:27 UTC

*** This bug has been marked as a duplicate of 155347 ***
Comment 5 usrrgt 2009-02-24 03:32:34 UTC
This bug it isn't a duplicate of bug 155347. Reopening.

With this wish, I want to say that, by default, KDE's main menu (in KDE 4.0, Kickoff) must be showed when the user press on "Super" Key for better desktop usability.
Comment 6 Angel Blue01 2009-03-05 03:29:46 UTC
It's possible to map any function to Super + somekey but not to Super itself, that's a KDE issue rather than Plasma IMO
Comment 7 Lubos Lunak 2009-03-21 13:48:00 UTC
Somebody feels like pushing their luck again, huh? Having a key act both as a normal key and as a modifier is asking for trouble and we've already been there and dumped that.
Comment 8 missive 2009-03-21 19:44:55 UTC
Is this related to or duplicate of Bug 123642?
Comment 9 Dario Andres 2009-04-26 04:49:22 UTC
*** Bug 181547 has been marked as a duplicate of this bug. ***
Comment 10 Murz 2009-05-11 09:02:53 UTC
To solve this problem we can look to the "Alt" key activity on any window with menu. 
For example, in Kate (KDE 4.2.3).
We can press Alt+Left or Alt+Right to switch open documents.
But if we press only Alt (without any keys), this event activates the Kate top menu.
Comment 11 Dario Andres 2010-02-15 03:35:23 UTC
*** Bug 182106 has been marked as a duplicate of this bug. ***
Comment 12 Michael Stather 2010-02-15 19:51:04 UTC
"imho this is really up to the kde shortcut system. i won't be adding any plasma
specific shortcut hacks since, as we learned the hard way in kde3, it's just
asking for trouble."

As KDE starts to really rock IMO when it comes to usability, may I suggest to fix the KDE shortcut system? Perhaps as well as the handling of the mouse/keys "forward" & "backward"

Would be awesome ;)
Comment 13 neo6238-kde 2011-10-31 11:27:13 UTC
It is possible to press "super" type firefox and "enter" to start the application both on Windows, Mac and some other major desktop enviroment(s) for linux.

It would definetly be user-friendly to have it here.
Comment 14 Christoph Feck 2012-03-28 00:14:38 UTC
*** Bug 296751 has been marked as a duplicate of this bug. ***
Comment 15 srikkanth87 2014-08-19 03:49:32 UTC
Any idea if this gets fixed in KF5?
Comment 16 Murz 2014-08-19 07:42:49 UTC
I have solve this problem via KSuperKey app: http://kde-apps.org/content/show.php?content=154569
Comment 17 Paul Konecny 2015-01-27 17:16:38 UTC
Is there any chance that we could integrate ksuperkey or it's function (only launch menu if super key is pressed and release without any other key being pressed in between) into plasma mainline?
This is the last thing I would need for a perfect desktop experience.
Comment 18 Christoph Feck 2015-03-16 12:04:18 UTC
Using modifiers as shortcuts needs to be supported by kglobalaccel.
Comment 19 Martin Flöser 2015-08-14 08:53:17 UTC
This is unfortunately out of scope for KGlobalAccel. To KGlobalAccel a key like "Super" is a modifier and modifier only shortcut activation is not something which is going to work for KGlobalAccel - it just doesn't fit the usecase. A key is either a key or a modifier, but not both at the same time.

There are workarounds on X11 for getting the wanted functionality:
* Install KSuperKey http://kde-apps.org/content/show.php?content=154569
* Remap the modifier key to be F13 and use F13 as the global shortcut

The two solutions above should work on X11. On Wayland I'm willing to add a solution to KWin *outside of KGlobalAccel* to allow a very restricted set of modifier only key activation.
Comment 20 Christoph Feck 2015-11-09 22:07:43 UTC
*** Bug 354997 has been marked as a duplicate of this bug. ***
Comment 21 lehmax 2015-11-10 07:37:12 UTC
> This is unfortunately out of scope for KGlobalAccel. To KGlobalAccel a key
> like "Super" is a modifier and modifier only shortcut activation is not
> something which is going to work for KGlobalAccel - it just doesn't fit the
> usecase. A key is either a key or a modifier, but not both at the same time.

But why not? Windows is doing it somehow. Why can't Kubuntu?
This idea is not even innovative, but very useful.
It has been around since 2007 and is still not implemented after 8 years. That's ridiculous.
Comment 22 Martin Flöser 2015-11-10 09:36:21 UTC
> But why not? Windows is doing it somehow. 

Windows is Window. It is pretty much irrelevant for us if and how Windows does it. We are using X11, with X11 it's somewhere between difficult and impossible. For Wayland the functionality is already implemented.