2018-10-15 14:42:47 +05:30
|
|
|
[
|
|
|
|
{
|
|
|
|
"id": "file-finder",
|
|
|
|
"label": "File finder",
|
|
|
|
"bindings": ["CtrlCmd+KEY_P"],
|
|
|
|
"action": {
|
|
|
|
"name": "toggleFileFinder",
|
|
|
|
"params": true
|
|
|
|
}
|
2019-09-04 21:01:54 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "save-files",
|
|
|
|
"label": "Save files",
|
|
|
|
"bindings": ["CtrlCmd+KEY_S"],
|
|
|
|
"action": {
|
|
|
|
"name": "triggerFilesChange"
|
|
|
|
}
|
2018-10-15 14:42:47 +05:30
|
|
|
}
|
|
|
|
]
|