Collective-Software / ClickPaste

Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.
BSD 3-Clause "New" or "Revised" License
400 stars 29 forks source link

Keys changing format when pasting #9

Closed Farmand77 closed 1 year ago

Farmand77 commented 1 year ago

Im trying to paste a longer string containing this part here using autoit send "k^oU:|y&b this is the result its combining two keys "kôU:|y&b When using forms sendkeys w"k&oU:|y&b both options creates a"typo" Im on windows danish keyboard but changing to english does not help.

f3rrix commented 1 year ago

This doesn't happen on mine, it seems like you have some software trying to help you type accented characters? Such that when you say ^ followed by o it emits ô?

dor73 commented 1 year ago

This doesn't happen on mine, it seems like you have some software trying to help you type accented characters? Such that when you say ^ followed by o it emits ô?

thanks for your help. I've solved disabling autocorrect misspelled words in Windows 10. Now it also works with VMWare Remote Console