USB-Rubber-Ducky
USB-Rubber-Ducky copied to clipboard
Spanish dictionary issue
I am having an issue related to the keyboard layout.
I have a spanish keyboard and want to type the grave tilde (`), ASCII code 96, but seem unable to make it. I am correctly specifying that I want to use the es.properties file, but it seemed unable to encode it correctly.
After looking at the properties file, it seems that the key was directly not specified, but I have no clue how the key is called. I tried using the German GRAVE_ACCENT_BITS + KEY_SPACE
but it returns Key not found:GRAVE_ACCENT_BITS + KEY_SPACE
(the space is because you have to hit both keys in order to be able to type it, otherwise it expects a letter).
The properties file does state that it is not mapped: // ascii 60, 96: accento grave, non mappato
Can anyone give me a clue which key is the grave tilde or how can I map it?