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
#2
Sorry about missing this message for so long. My apologies.

key mapping at this time doesn't work with functional keys, unfortunately. however, we can make this happen as there doesn't seem to be a reason for why it shouldn't! Smile thanks for keeping making great suggestions!
Reply
#3
(09-22-2021, 09:53 AM)Ting Wrote: Sorry about missing this message for so long. My apologies.

key mapping at this time doesn't work with functional keys, unfortunately. however, we can make this happen as there doesn't seem to be a reason for why it shouldn't! Smile thanks for keeping making great suggestions!

I really appreciate your responses (I missed them in my email)!
Since the some keys are iconographic, it's nice to use them in a linguistics study.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)