spmenu/mouse.h

13 lines
647 B
C
Raw Normal View History

/* Mouse bindings
2023-04-29 23:03:42 +02:00
* These are all your hardcoded mouse bindings. It is recommended you set these in ~/.config/spmenu/spmenu.conf though.
* See https://spmenu.speedie.site/index.php/mouse.h+documentation for more information.
*/
static Mouse buttons[] = {
{ clickinput, 0, Button1, clear, {0} },
{ clickprompt, 0, Button1, clear, {0} },
{ clickmode, 0, Button1, switchmode, {0} },
{ clicknumber, 0, Button1, viewhist, {0} },
2023-04-04 02:28:05 +02:00
{ clickselitem, 0, Button1, NULL, {0} },
};