I'm attempting my first release for the Mac OS. Well, Apple accepted it overnight, so it's published, but I've found an odd issue:
If I press the "y" key on my keyboard it triggers the keyDown event, with a event.keyCode of 89 and event.realCode of 16. If I press the Shift key it triggers a keyDown event with the same values for keyCode and realCode. I don't see any values in the event that allow me to tell which key was actually pressed.
Perhaps this is a symptom of using a Windows keyboard on the Mac, but everything else I do on the Mac with this keyboard seems to work.
Comments
[text]=>""
[modifiers]=>0
[keyCode]=>89
[realCode]=>16
It was already in 2024.6. I will double check in case I missed something
Likes: MoKaLux, pie
I only fixed the behavior you reported here: 'Y' key was already reporting correct values, but Shift (and Alt, Control) was not. So now Shift key no longer reports itself as 'y' key.