From ed9764ad55364d12a9d8062e6ce8f54e9087b71b Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Fri, 15 May 2026 15:02:30 -0700 Subject: [PATCH 1/2] add keyboard controls apptarget flag --- pxtarget.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 41c979224c9..91ffc68d72e 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -614,7 +614,8 @@ "timeMachine": true, "timeMachineDiffInterval": 600000, "timeMachineSnapshotInterval": 1800000, - "shareHomepageContent": true + "shareHomepageContent": true, + "blocklyKeyboardControlsByDefault": true }, "queryVariants": { "hidemenu": { From 5317144017fb0dedc81f380a496e4554f33bea5a Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Fri, 15 May 2026 15:04:29 -0700 Subject: [PATCH 2/2] also enable song editor --- pxtarget.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pxtarget.json b/pxtarget.json index 91ffc68d72e..28a112b7100 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -615,6 +615,7 @@ "timeMachineDiffInterval": 600000, "timeMachineSnapshotInterval": 1800000, "shareHomepageContent": true, + "songEditor": true, "blocklyKeyboardControlsByDefault": true }, "queryVariants": {