yambar/particles
Daniel Eklöf c79ffbe057
Add support binding on-click handlers to other buttons than LEFT
One can now bind the left/middle/right mouse buttons to on-click. In
fact, you can have all three buttons bound to different handlers for
the same particle. The new syntax is

    on-click:
        left: <command>
        middle: <command>
        right: <command>

Leaving one out is the same thing as not mapping it at
all. Furthermore,

    on-click: <command>

is still valid, and is a shorthand for

    on-click:
        left: <commsnd>
2021-07-01 17:15:53 +02:00
..
dynlist.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
dynlist.h particle/dynlist: link particle-sdk PRIVATE:ly 2019-01-13 21:45:49 +01:00
empty.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
list.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
map.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
meson.build meson: particles: data-driven foreach loop, and link map against dynlist 2020-11-25 20:41:09 +01:00
progress-bar.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
ramp.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
string.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00