Merge pull request #807 from lonerOrz/feat/custombutton

Enhance custom button
This commit is contained in:
Lemmy
2025-11-21 12:02:57 -05:00
committed by GitHub
14 changed files with 614 additions and 67 deletions
+11 -1
View File
@@ -124,7 +124,17 @@ Singleton {
"textIntervalMs": 3000,
"textCollapse": "",
"parseJson": false,
"hideTextInVerticalBar": false
"wheelExec": "",
"wheelUpExec": "",
"wheelDownExec": "",
"wheelMode": "unified",
"wheelUpdateText": false,
"wheelUpUpdateText": false,
"wheelDownUpdateText": false,
"maxTextLength": {
"horizontal": 10,
"vertical": 10
}
},
"KeyboardLayout": {
"allowUserSettings": true,