Accents in onscreen user keyboard input

Hi @Michael

I am currently using the Textbox component, but with an AZERTY keyboard.

I can type the following accented letters: é, è, and à.

However, in my experiments I also need the letters í, ó and ú. When I try to type this the normal way (i.e., how I would normally type them on my azerty keyboard by using ALT GR and the % ù ´ key), it does not show me the correct accented letter. For instance, I only get ´o (so the accent is not on top of the letter o).

This is kind of strange because for all other key responses on azerty, it works. But these specific three accented letters: ó , ú, and í do not get registered by PsychoPy. I am trying to get this to work in the Builder first before I step into the scary world of Pavlovia and converting it to Javascript to make it work online.

I would really appreciate any help with. I have spent quite some time trying to figure out why this doesn’t work, maybe I should register these three accented letters by adding an additional code component? If so, how??

Is there a way to work around this?