Hello
I messed up my arms, so I tried to find a way to code using voice. I have Windows 10 and Dragon 13 and I slavishly followed the instructions I found here: http://handsfreecoding.org/2014/10/26/getting-started-with-voice-coding/ With a bit of head scratching I got everything installed and running, but ran into a problem: braces, brackets, pipe etc. either don't appear at all, or they appear as the numbers they share a key with on the keyboard in the Finnish keyboard layout. When I change the keyboard layout to English, other kinds of weirdness happens.
If I go to Notepad and edit vois commands, a test command like this "Test command = "xx{hello[] | world}";" produces "xx[hello[] \ world]" with a US English keyboard layout and "xx7hello89 < world0" with Finnish one. This also happens when I use ready-made grammars for programming languages. For example the rule ""code block": Text("{") + Key("enter")+ Key("enter") + Text("}")" in _cs_grammar.py suffers from this.
The region of my windows is set to Finnish and the language is set to US English.
Obviously this makes coding difficult, and I have no idea where to start figuring this out - especially because I don't know Python although I know very rusty Perl, Java et cetera.