Saving "all keys" in keyboard component with something other than a comma?

Hi, everyone:

When choosing Store: All Keys with the keyboard component, it separates values in the .csv datafile with commas within a bracket, e.g. for saving the reaction times associated with keypresses:

[494.12, 383.55, 540.22]

Is there any way to change this so that it uses some other symbol rather than commas to separate the entries, e.g.:

[494.12; 383.55; 540.22]

or

[494.12 / 383.55 / 540.22]

Thanks!

Is this because you are finding it hard to import the file correctly into other software. Idellay, PsychoPy should wrap these calls in quotes so they get treated correctly. In the meantime, try this: