19 lines
329 B
JSON
19 lines
329 B
JSON
[
|
|
{
|
|
"id": "file-finder",
|
|
"label": "File finder",
|
|
"bindings": ["CtrlCmd+KEY_P"],
|
|
"action": {
|
|
"name": "toggleFileFinder",
|
|
"params": true
|
|
}
|
|
},
|
|
{
|
|
"id": "save-files",
|
|
"label": "Save files",
|
|
"bindings": ["CtrlCmd+KEY_S"],
|
|
"action": {
|
|
"name": "triggerFilesChange"
|
|
}
|
|
}
|
|
]
|