AlternateLanguageLayout.ino not working #281
Replies: 2 comments 5 replies
-
That is just not supported. Dont know where you've got this from. Try Or as an alternative: Keyboard.press(KEY_LEFT_SHIFT);
Keyboard.write(KEY_7);
Keyboard.releaseAll(); |
Beta Was this translation helpful? Give feedback.
-
It depends on what we want the example to do. If we wanted it to always output a slash, regardless of the keymap in use, we would use On second thinking, maybe we could do both and document appropriately :). |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to build my own Spanish keyboard. First of all, I tried to run the example "AlternateLanguageLayout.ino" (last version of library 2.8.0) with the german layout and the combination KEY_7|MOD_LEFT_SHIFT doesn't work, it shows "$" instead of "/" as the comment says. I have configured the German keyboard in Windows too, but nothing changes. It doesn't work with the Spanish settings either. Has anyone experienced something like that? The full code just for an easy review:
Using Arduino Leonardo, Arduino IDE 1.8.13, HID-Project v2.8.0 library.
Beta Was this translation helpful? Give feedback.
All reactions