[Locale]: IT
spicyynugget opened this issue ยท 5 comments
Is there an existing issue for this?
- I have searched the existing issues
What layout are you translating?
IT
Where do you need help?
Basically all capital "Y" gets replaced with letter "Z". I've made sure to include "LOCALE IT" at the top of the script but it doesn't seems to solve the issue. for example che command "STRING reg /add "HKEY...." outputs "HKEZ"
Thanks for opening your first issue here! ๐
๐ Be sure to:
1. ๐ Have a look at the Wiki and README for information
2. ๐ Search for similar issues (open and closed)
3. โ๏ธ Provide enough information to understand, recreate and help out with your problem
4. โน๏ธ Let us know if you find a solution
5. ๐ Close the issue when your problem has been solved
Hi. Can you post an image of your keyboard and a full script example that doesn't work as intended?
Yes sure, I'll try to be more specific.
I'm using a DSTIKE WiFI Duck
this is my keyboard
to give an example of a script i wrote this test script:
LOCALE IT
DEFAULTDELAY 1000
GUI r
DELAY 200
STRING notepad
ENTER
DELAY 700
STRING this is a test, YYY yyy
following the output:
I've tested this on different systems and made sure to use the correct layout in windows setting
Thanks in advance for the help! really love this project <3
Hi. I finally had some time to look into it, and I believe this is an issue with version 1.1.0. Try updating your device to 1.2.0
It's important that you update both chips. The process can be a bit tedious, I admit, but you can find the necessary instructions on wifiduck.com: https://wifiduck.com/docs/category/software-installation
I'm going to retry to update after the last failed attempts, thanks again!