kmcnaught
kmcnaught
A homebrew version of the above fix is: ``` brew install gcc CC=gcc-7 python setup.py install ``` (note that on recent versions of OSX, you already have /usr/bin/gcc, but this...
Have you definitely installed the speech recognition part of the language pack? I seem to remember there were multiple options. On my PC for example, I have some language packs...
I tried Italian here and I get the same problem. I'm pretty sure this is because the Windows Speech API that GAVPI uses only supports a limited number of languages,...
You could try VoiceAttack which (with some extra effort) allows you to switch to the Microsoft Speech engine instead, see https://voiceattack.com/alternate.aspx
I've just upgraded the project to work with the latest version of emgu and it should now work out the box without dependencies (emgu can be automatically installed by nuget)....
Hi @alexandre-mbm if I've understood correctly, you are trying to add a YesNo key and a Calibrate key in the bottom row. I think they are being replaced by empty...
@alandbm @alexandre-mbm this is an interesting question, I will have a think about the best way to achieve this, if you could please answer a couple more questions for me....
Hi @alexandre-mbm, here's a starting point for you in python: https://github.com/kmcnaught/optikey-keyboard-scripts Use python 3 (I have 3.6.7) and run `make_xml.py` It looks like we do still have the scratchpad clearing...
I just fixed a small bug in the script - it is intended that top.xml is visible from the dynamic keyboard menu, but the sub menus are hidden. This wasn't...
Okay, I think unless @AdamRoden has strong opinions this PR will be ready to merge once I've implemented: - [x] Add Back Action to take user to menu - [x]...