Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
keyDown on Mac - same event for "y" and "Shift" keys — Gideros Forum

keyDown on Mac - same event for "y" and "Shift" keys

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

Sign In or Register to comment.