mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
15 lines
545 B
JSON
15 lines
545 B
JSON
{
|
|
"open": { "tooltip": "Open file" },
|
|
"saveAs": { "tooltip": "Download file" },
|
|
"stop": { "tooltip": "Stop everything" },
|
|
"run": { "tooltip": "Download and run this program" },
|
|
"repl": { "tooltip": "Start REPL in terminal" },
|
|
"bluetooth": {
|
|
"connect": { "tooltip": "Connect using Bluetooth" },
|
|
"disconnect": { "tooltip": "Disconnect Bluetooth" }
|
|
},
|
|
"flash": { "tooltip": "Flash hub firmware" },
|
|
"docs": { "tooltip": "Show/hide documentation" },
|
|
"settings": { "tooltip": "Open setting" }
|
|
}
|