spmenu/mouse.h
2023-05-14 00:21:16 +02:00

15 lines
705 B
C

/* Mouse bindings
* 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.
* See LICENSE file for copyright and license details.
*/
static Mouse buttons[] = {
{ ClickInput, 0, Button1, clear, {0} },
{ ClickPrompt, 0, Button1, clear, {0} },
{ ClickMode, 0, Button1, switchmode, {0} },
{ ClickNumber, 0, Button1, viewhist, {0} },
{ ClickSelItem, 0, Button1, NULL, {0} },
};