labwc/include/config
Simon Long 84c222a84f Add onRelease option to <keybind>
...to make keybind actions fire on the release event rather then when the
key is first pressed. This is useful for binding actions to modifier keys
only. The most likely use-case for this is the binding of a Super key to a
menu, for example:

    <keybind key="Super_L" onRelease="yes">
      <action name="Execute" command="rofi -show drun"/>
    </keybind>

If another keybind is issued between the press and release, the on-release
keybind is cancelled.

Co-authored-by: @johanmalm
2024-06-09 21:15:58 +01:00
..
default-bindings.h
keybind.h Add onRelease option to <keybind> 2024-06-09 21:15:58 +01:00
libinput.h
mousebind.h
rcxml.h
session.h
tablet.h
touch.h