I'm trying to use the Keyboard object to capture all pressed keys, but it seems the keycode always shows the same code independently if it is lower case or upper case.
I understand that it is probably the most used way, but I have a particular case where I need the actual key pressed. It should work on Desktop or Mobile, but if I can get it work on desktop now, it would be great (it seems keyboard doesn't listen to mobile virtual keyboard, right)
Any idea on how to do it?
Thanks