Dane Finlay

Results 124 comments of Dane Finlay

Hello @sweetbbak, Thank you for opening this issue. It is already possible to instruct TTS Util to read text using ADB. However, it is not ideal. You can try it...

No worries! I have figured out a nicer way that uses the activity manager (*am*) *broadcast* command instead of *start*. It requires some changes though. Should be possible in the...

@reckoner No, unfortunately this doesn't work for all UTF-8 characters. `Text` and `Key` are dependent on the keyboard layout you use. The changes mentioned just allow some different layouts to...

@reckoner No problem. I think the Windows API does allow for that, but it requires rewriting dragonfly's keyboard interface. One workaround for this is to use the `Clipboard` class to...

Ah okay then, that's good to hear. Sounds good :+1:

This problem seems specific to DNS 16. I cannot reproduce it with DNS 15 and the same version of Natlink. The new *try_natlink* Dragonfly feature, enabled by @77capr's code above,...

Thank you, @77capr. I'm not sure if we'll be able to fix the problem. In the meantime, I'll update Dragonfly's documentation to mention this as a potential issue with the...

This is clearly some sort of interface change in Dragon 16, since I can't reproduce the issue on Dragon 15. I don't think we can fix it. I mentioned some...

Certainly these functions can be avoided. It is a shame things like this are starting to break, however, since they have been stable for so long. I suppose we should...

Okay then, sounds good. Perhaps I could take a look at writing the playEvents function in Python. I have a pretty good idea of how it works.