mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
The usual keyboard shortcut of Ctrl-A is not allowed since that triggers raw REPL mode in MicroPython.
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"terminal": {
|
|
"copy": "Copy",
|
|
"paste": "Paste",
|
|
"selectAll": "Select All",
|
|
"clear": "Clear"
|
|
}
|
|
}
|