Add Json support for keybindings, to add own keybindings
x7airworker opened this issue · 1 comments
x7airworker commented
I would like to write my own keybindings for iota, for example in Json.
Example:
[
{
"keys": [
{
"mode": "Ctrl",
"key": "x"
},
{
"mode": "Ctrl",
"key": "c"
}
],
"CommandInfo": {
"command_name": "editor::quit",
"args": null
}
}
]