8000 Consistent keyboard shortcuts (#662) · joernalraun/python-editor-next@3285bcd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3285bcd

Browse files
Consistent keyboard shortcuts (microbit-foundation#662)
1 parent fe9676c commit 3285bcd

File tree

6 files changed

+4
-34
lines changed

6 files changed

+4
-34
lines changed

lang/en.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,17 +460,13 @@
460460
"description": "Action label to collapse the serial console/REPL area"
461461
},
462462
"serial-ctrl-c-action": {
463-
"defaultMessage": "Send Ctrl-C for REPL",
463+
"defaultMessage": "Send Ctrl+C for REPL",
464464
"description": "Button to trigger the Python REPL from the serial area"
465465
},
466466
"serial-ctrl-d-action": {
467-
"defaultMessage": "Send Ctrl-D to reset",
467+
"defaultMessage": "Send Ctrl+D to reset",
468468
"description": "Button to reset the micro:bit from the serial area"
469469
},
470-
"serial-ctrl-e-action": {
471-
"defaultMessage": "Send Ctrl-E for paste mode",
472-
"description": "Button to enter serial paste mode"
473-
},
474470
"serial-expand": {
475471
"defaultMessage": "Show serial",
476472
"description": "Action label to expand the serial console/REPL area"

lang/fr.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@
466466
"defaultMessage": "Envoyer Ctrl-D pour réinitialiser",
467467
"description": "Button to reset the micro:bit from the serial area"
468468
},
469-
"serial-ctrl-e-action": {
470-
"defaultMessage": "Envoyer Ctrl-E pour le mode coller",
471-
"description": "Button to enter serial paste mode"
472-
},
473469
"serial-expand": {
474470
"defaultMessage": "Afficher le terminal série",
475471
"description": "Action label to expand the serial console/REPL area"

lang/lol.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@
466466
"defaultMessage": "Сенд Cтрл-Д то ресет",
467467
"description": "Button to reset the micro:bit from the serial area"
468468
},
469-
"serial-ctrl-e-action": {
470-
"defaultMessage": "Сенд Cтрл-E фор пасте моде",
471-
"description": "Button to enter serial paste mode"
472-
},
473469
"serial-expand": {
474470
"defaultMessage": "Схов серіал",
475471
"description": "Aria label for serial expand/collapse"

src/messages/en.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -928,19 +928,13 @@
928928
"serial-ctrl-c-action": [
929929
{
930930
"type": 0,
931-
"value": "Send Ctrl-C for REPL"
931+
"value": "Send Ctrl+C for REPL"
932932
}
933933
],
934934
"serial-ctrl-d-action": [
935935
{
936936
"type": 0,
937-
"value": "Send Ctrl-D to reset"
938-
}
939-
],
940-
"serial-ctrl-e-action": [
941-
{
942-
"type": 0,
943-
"value": "Send Ctrl-E for paste mode"
937+
"value": "Send Ctrl+D to reset"
944938
}
945939
],
946940
"serial-expand": [

src/messages/fr.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -937,12 +937,6 @@
937937
"value": "Envoyer Ctrl-D pour réinitialiser"
938938
}
939939
],
940-
"serial-ctrl-e-action": [
941-
{
942-
"type": 0,
943-
"value": "Envoyer Ctrl-E pour le mode coller"
944-
}
945-
],
946940
"serial-expand A468 ": [
947941
{
948942
"type": 0,

src/messages/lol.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -937,12 +937,6 @@
937937
"value": "Сенд Cтрл-Д то ресет"
938938
}
939939
],
940-
"serial-ctrl-e-action": [
941-
{
942-
"type": 0,
943-
"value": "Сенд Cтрл-E фор пасте моде"
944-
}
945-
],
946940
"serial-expand": [
947941
{
948942
"type": 0,

0 commit comments

Comments
 (0)
0