From 7a4a4b834e72109c31939347f53fa52026045c32 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Thu, 11 Jul 2024 10:12:47 -0400 Subject: [PATCH] add changeset --- .changeset/bright-apples-hope.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bright-apples-hope.md diff --git a/.changeset/bright-apples-hope.md b/.changeset/bright-apples-hope.md new file mode 100644 index 00000000..9af2958e --- /dev/null +++ b/.changeset/bright-apples-hope.md @@ -0,0 +1,5 @@ +--- +"jspsych": patch +--- + +`getKeyboardResponse` now returns the `key` in the original case (e.g., "Enter" instead of "enter") for easier matching to standard key event documentation.