Home › Forums › Support › Move to Next Stimulus on Keypress › Reply To: Move to Next Stimulus on Keypress
April 17, 2015 at 6:25 pm
#2175
Keymaster
Hi Tim,
A quick check in the source-code tells me that, although the config name is case-insensitive, the config value is not. See:
https://github.com/ErwinHaasnoot/QRTEngine/blob/master/lib/QRTEngine.js#L941
You need change all occurrences of ‘terminate’ to ‘TERMINATE’
Best regards,
Erwin