Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full list of key map codes
#1
For my study, I am looking to use the arrow keys, among others. I was wondering if there is a full list of key names for the key map, so that we can correctly enter the options while building responses? The experiments use letters, which are called by their symbol in caps ("A", "N", etc.)
I tried, the following, which did not work since the description of the keys was inaccurate:
Code:
{
  "type": "choice",
  "choices": [
    "%s:den1_text",
    "%s:alv1_text",
    "%s:ret1_text"
  ],
  "target": [
    "%s:den1_text"
  ],
  "locations": "fixed",
  "key_mapping": [
    "UP",
    "LEFT",
    "RIGHT"
  ],
  "key_only": true,
  "instruction": "Press the corresponding key to record your answer:",
  "font_size": "40px"
}
Thanks in advance!
Reply


Messages In This Thread
Full list of key map codes - by mkrishnaswamy - 09-13-2021, 11:05 AM
RE: Full list of key map codes - by Ting - 09-22-2021, 09:53 AM
RE: Full list of key map codes - by mkrishnaswamy - 10-04-2021, 05:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)