kmcnaught

Results 185 comments of kmcnaught
trafficstars

I believe there are 2 separate issues. One is that the latest installers (all versions v3 - v4) will fail when the system language is Chinese (zh-CH) due to a...

Hi @williamluer, Optikey currently supports SAPI5 voices, including those you can download from Model Talker - see https://github.com/OptiKey/OptiKey/wiki/Free-TTS-Voices. @zelmon64 has also added support for MaryTTS which uses an HTTP interface,...

@williamluer no, I'm afraid I haven't ever created SAPI5 voices and don't know about how you would do that.

Looks like PInoke.Magnification would give us access to the appropriate Windows API to port the C++ example to C# if necessary

Hi! This [localisation thread](https://github.com/OptiKey/OptiKey/issues/148) has a good breakdown of how to get a new language added, have a read and let us know if you have any questions

In that case, you will mainly need to translate all the UI strings via Transifex and provide a suitable word list for word prediction. More details are on the thread...

Hi @alexandre-mbm, this is not currently implemented.

This is the code which shows what happens when the first suggestion key is pressed (and the other suggestion keys follow underneath) https://github.com/OptiKey/OptiKey/blob/f5f899690ee6b2e3a0ea9ad848bec6caa308d7a9/src/JuliusSweetland.OptiKey.Core/Services/KeyboardOutputService.cs#L369 It would not be too hard to...

@MardSilva Thanks for the contribution, I've fixed this up. The translations file only needs to be in Core but it needed adding as a `EmbeddedResource` and copying to the build...

The dictionary here has 260k words which is closer to what we want: [WinEdt Unicode Dictionaries](https://www.winedt.org/dict.html) But a smaller one would be better if possible please