Text snippets handling for the NVDA screen reader, including clipboard memory and more
GNU General Public License v2.0
4
stars
6
forks
source link
snippetsForNVDA fails to copy text if the operating system keyboard layout is set to Russian #29
Closed
thgcode closed 2 months ago
Reported via email.
Steps to reproduce:
With the operating system keyboard layout set to Russian, select some text. The text is copied normaly to the memory slot.
Now try to paste this text to the running application.
Actual result: no text is pasted.
Expected result: the text is pasted correctly.
By pressing CTRL+V manually, the text is pasted correctly.