CustomButton: add script execution/polling support with text display

This commit is contained in:
Ly-sec 2025-09-15 14:37:29 +02:00
parent 7def695c0e
commit dbf1020636
3 changed files with 106 additions and 25 deletions

View file

@ -61,7 +61,9 @@ Singleton {
"icon": "heart",
"leftClickExec": "",
"rightClickExec": "",
"middleClickExec": ""
"middleClickExec": "",
"textCommand": "",
"textIntervalMs": 3000
},
"Microphone": {
"allowUserSettings": true,