Hi, I'm using the new Arduino R4 WiFi, I've been experimenting with the hid library(Keyboard) and I've noticed that some characters aren't correct.
As example if i use this program
Ok, now it works. I had to open the Keyboard.cpp file and replacing the array content with the italian version and defining the ALT_GR key as 0xc0.
Thank you for your help