mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 12:35:41 +02:00
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> |
||
---|---|---|
.. | ||
dynlist.c | ||
dynlist.h | ||
empty.c | ||
list.c | ||
map.c | ||
meson.build | ||
progress-bar.c | ||
ramp.c | ||
string.c |