will wade
will wade
Ref: #18
Is it not already? https://pypi.org/project/pyvjoy/
Anyone else - check this fork.. https://github.com/thevickypedia/py3-tts
aha re: https://github.com/nateshmbhat/pyttsx3/pull/186
This fork fixes this https://github.com/thevickypedia/py3-tts
Personally pyttsx4 deviates quite a bit - the coqui stuff is ok. but its a bit of a overhead - this is cleaner IMHO https://github.com/thevickypedia/py3-tts (although they could do with...
NB: This gives different output from https://github.com/nateshmbhat/pyttsx3/pull/186 e.g for https://github.com/nateshmbhat/pyttsx3/pull/186 starting None word None 1 0 word None 0 3 word None 4 5 word None 10 5 word None...
In our fork @TechKey12313 ?
Re: "different key codes for different layouts" see: http://stackoverflow.com/a/16125341/1123094 - note that there is a enum of codes that do change and some that don't.. not sure if this helps...
correction above... "pykeycode always gives 65535 for ALL shifted forms.." I get it - but how do we get a shifted_codedict with a list of all shifted forms to. Possible?