binding only super?

Please post all general support questions for LXDE here.
Locked
jerrimu
Posts: 1
Joined: Sun Nov 22, 2020 5:03 am

binding only super?

Post by jerrimu »

Hello all,


I have gotten extremely used to the workflow of win/super key to open main menu.

I am having the damndest time figuring out how to bind the super key alone with lxhotkey, is there a way to do so, or will I have to relearn my habits?
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: binding only super?

Post by drooly »

AFAIK, you need to bind the menu to the release of the key, which, I think, openbox does not do for modifiers.
It is possible to do this with a separate little daemon, e.g. like this:

Code: Select all

xcape -e 'Super_L=Super_L|space'
In this case, openbox has a keybind to show the root menu for Super+Space, and xcape translates a Windows key release to Super+Space.
(source)
Locked