Custom buttons: WIP support for left/right/middle click

This commit is contained in:
LemmyCook 2025-09-03 21:59:33 -04:00
parent 1f919e4469
commit 17944211d5
5 changed files with 75 additions and 60 deletions

View file

@ -38,7 +38,9 @@ Singleton {
"CustomButton": {
"allowUserSettings": true,
"icon": "favorite",
"execute": ""
"leftClickExec": "",
"rightClickExec": "",
"middleClickExec": ""
}
})