Files
pybricks-code/src/components/terminal-i18n.en.json
T
David Lechner fcb0bf3d9c add Select All to terminal context menu
The usual keyboard shortcut of Ctrl-A is not allowed since that triggers
raw REPL mode in MicroPython.
2021-01-24 10:55:00 -06:00

9 lines
138 B
JSON

{
"terminal": {
"copy": "Copy",
"paste": "Paste",
"selectAll": "Select All",
"clear": "Clear"
}
}