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.