Implement a simple autobind

This commit is contained in:
Bán Dénes 2022-02-27 18:18:16 +01:00
parent d23bd71b7a
commit b928cbd35d
17 changed files with 221 additions and 28 deletions

View file

@ -20,6 +20,7 @@
"width": 18,
"height": 18,
"padding": 19,
"autobind": 10,
"skip": false,
"asym": "both",
"colrow": "default_default",
@ -32,7 +33,13 @@
"key": {},
"name": "default"
},
"row": "default"
"row": "default",
"bind": [
0,
0,
0,
0
]
}
}
}