This repository has been archived on 2024-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
robosoutez-2023/keybindings.json

28 lines
623 B
JSON
Raw Normal View History

2023-11-09 15:24:40 +01:00
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "f5",
"command": "workbench.action.tasks.runTask",
"args": "build"
},
{
"key": "f6",
"command": "workbench.action.tasks.runTask",
"args": "upload"
},
{
"key": "f7",
"command": "workbench.action.tasks.runTask",
"args": "make"
},
{
"key": "f8",
"command": "workbench.action.tasks.runTask",
"args": "lorris"
},
{
"key": "f9",
"command": "workbench.action.tasks.runTask",
"args": "help"
}
]