VoxCommando

Help and Support (Using VoxCommando) => VoxCommando Basics and Core Features => Topic started by: Voxy on April 03, 2023, 12:37:42 PM

Title: Inputkeys textentry doesn't put out swedish characters correctly
Post by: Voxy on April 03, 2023, 12:37:42 PM
Hi!

I'm trying to use google speech to dictate in swedish but Inputkeys textentry doesn't output swedish characters correctly.

How do I get Inputkeys textentry to put out swedish characters correctly?

The swedish characters shows up correctly in command history window after InputKeys.TextEntry:

But get exchanged for questions marks when output in Notepad:

l?sa p? ?ken

When using System.SetClipboardText the swedish characters shows correctly when pasted from clipboard.

Could it be fixed by somehow changing the characterset encoding or how can I get the swedish characters to be typed out correctly?

Grateful for help.
Title: Re: Inputkeys textentry doesn't put out swedish characters correctly
Post by: jitterjames on April 05, 2023, 03:59:58 PM
I don't know if it's possible to do this with the keyboard emulation I am using in VC.

Why don't you try to use SetClipboardText and paste using keyboard emulation of Ctrl-V
Title: Re: Inputkeys textentry doesn't put out swedish characters correctly
Post by: Voxy on April 05, 2023, 04:34:14 PM
Ok.

If I go via the clipboard I loose what's in the clipboard every time I dictate.

And I often use the clipboard and dictation at the same time like when editing/creating a document;

Dictating - cut or copy - dictating more - paste...


Title: Re: Inputkeys textentry doesn't put out swedish characters correctly
Post by: jitterjames on April 05, 2023, 05:22:05 PM
It might be a bit clunky, but you could always make a backup of the clipboard contents first and then restore them after you paste.

It might turn into a mess, or you never know, it might just work perfectly.