Hello,
Is there a way to define an action on key release?
I’ve added this on rc.xml:
<keybind key="Super_L">
<action name="Execute">
<command>jgmenu</command>
</action>
</keybind>
It works when pressing the left Win key, but I want it fire when the key is released (as in Plasma), to allow other key combination using Super w/o the menu being activated.
TIA