Tom2 wrote:
When the Yubikey "press" a scancode will then release it before pressing the next one.
Thus, you cannot press and hold the modifies "shift + next scancode" without first releasing shift. Hence why is not working
In fact it does work with Shift, meaning you can program the yubikey to "press" the shift scancode, "press" and "release" another key and then "release" shift.
When you configure the yubikey, add 0x80 to the "other" key scancode ; it's a trick to tell the yubikey it has to "press" the shift key before to "press & release" the key scancode and then "release" the shift.
(normaly key scancode + 0x80 is the scancode for "release" key event)
What I wanted to know is if there is another "trick" or another way to configure the yubikey which would allow me to use "Alt Gr".