From ddbfad996647a043799426f3fa4e1c52a8bc243b Mon Sep 17 00:00:00 2001 From: Yufan Date: Tue, 26 May 2026 14:59:26 -0400 Subject: [PATCH 1/2] change the finish key from enter to space --- packages/plugin-emoji-screen/examples/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-emoji-screen/examples/index.html b/packages/plugin-emoji-screen/examples/index.html index d540376..e91fa31 100644 --- a/packages/plugin-emoji-screen/examples/index.html +++ b/packages/plugin-emoji-screen/examples/index.html @@ -16,8 +16,8 @@ var trial = { type: jsPsychEmojiScreen, emojis: ["😀", "🎉", "⭐", "🌟", "🎈", "🦄", "🍕", "🎸"], - key_to_finish: "Enter", - prompt: "

Click anywhere to place emojis. Press Enter when you are done.

", + key_to_finish: " ", + prompt: "

Click anywhere to place emojis. Press Space when you are done.

", }; jsPsych.run([trial]); From 1b72b769589d4ff44baa6f7ac61ae4356bfc2266 Mon Sep 17 00:00:00 2001 From: Yufan Date: Tue, 26 May 2026 15:14:37 -0400 Subject: [PATCH 2/2] Add changeset for major version bump --- .changeset/slimy-rice-decide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/slimy-rice-decide.md diff --git a/.changeset/slimy-rice-decide.md b/.changeset/slimy-rice-decide.md new file mode 100644 index 0000000..1a33325 --- /dev/null +++ b/.changeset/slimy-rice-decide.md @@ -0,0 +1,5 @@ +--- +"@jspsych/plugin-emoji-screen": major +--- + +change the finish key from enter to space