Hi All,
I got it to work by changing the
/usr/share/webkit-1.0/pillow/javascripts/search_bar.js
using the same method as "[Kindle Touch] Turn store button on search bar to browser button" by aditya3098
Basically, I changed the system callback line for the store in the script to
nativeBridge.setIntLipcProperty('com.lab126.tts', 'TtsISpeed', TTS_SPEED);
and setting at the beginning of the file
const TTS_SPEED = 220;
Now the Store button changes TTS Speed to 220.
Thanks,
James
|