10000 Consistent keyboard shortcuts by microbit-robert · Pull Request #662 · microbit-foundation/python-editor-v3 · GitHub
[go: up one dir, main page]

Skip to content

Consistent keyboard shortcuts #662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,17 +464,13 @@
"description": "Action label to collapse the serial console/REPL area"
},
"serial-ctrl-c-action": {
"defaultMessage": "Send Ctrl-C for REPL",
"defaultMessage": "Send Ctrl+C for REPL",
"description": "Button to trigger the Python REPL from the serial area"
},
"serial-ctrl-d-action": {
"defaultMessage": "Send Ctrl-D to reset",
"defaultMessage": "Send Ctrl+D to reset",
"description": "Button to reset the micro:bit from the serial area"
},
"serial-ctrl-e-action": {
"defaultMessage": "Send Ctrl-E for paste mode",
"description": "Button to enter serial paste mode"
},
"serial-expand": {
"defaultMessage": "Show serial",
"description": "Action label to expand the serial console/REPL area"
Expand Down
4 changes: 0 additions & 4 deletions lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,6 @@
"defaultMessage": "Envoyer Ctrl-D pour réinitialiser",
"description": "Button to reset the micro:bit from the serial area"
},
"serial-ctrl-e-action": {
"defaultMessage": "Envoyer Ctrl-E pour le mode coller",
"description": "Button to enter serial paste mode"
},
"serial-expand": {
"defaultMessage": "Afficher le terminal série",
"description": "Action label to expand the serial console/REPL area"
Expand Down
4 changes: 0 additions & 4 deletions lang/lol.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,6 @@
"defaultMessage": "Сенд Cтрл-Д то ресет",
"description": "Button to reset the micro:bit from the serial area"
},
"serial-ctrl-e-action": {
"defaultMessage": "Сенд Cтрл-E фор пасте моде",
"description": "Button to enter serial paste mode"
},
"serial-expand": {
"defaultMessage": "Схов серіал",
"description": "Aria label for serial expand/collapse"
Expand Down
10 changes: 2 additions & 8 deletions src/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,19 +934,13 @@
"serial-ctrl-c-action": [
{
"type": 0,
"value": "Send Ctrl-C for REPL"
"value": "Send Ctrl+C for REPL"
}
],
"serial-ctrl-d-action": [
{
"type": 0,
"value": "Send Ctrl-D to reset"
}
],
"serial-ctrl-e-action": [
{
"type": 0,
"value": "Send Ctrl-E for paste mode"
"value": "Send Ctrl+D to reset"
}
],
"serial-expand": [
Expand Down
6 changes: 0 additions & 6 deletions src/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,12 +943,6 @@
"value": "Envoyer Ctrl-D pour réinitialiser"
}
],
"serial-ctrl-e-action": [
{
"type": 0,
"value": "Envoyer Ctrl-E pour le mode coller"
}
],
"serial-expand": [
{
"type": 0,
Expand Down
6 changes: 0 additions & 6 deletions src/messages/lol.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,12 +943,6 @@
"value": "Сенд Cтрл-Д то ресет"
}
],
"serial-ctrl-e-action": [
{
"type": 0,
"value": "Сенд Cтрл-E фор пасте моде"
}
],
"serial-expand": [
{
"type": 0,
Expand Down
0