You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess because keycode uses event.keyCode to determine key names, and it seems that cmd left and cmd right have different keyCode, but ctrl left and ctrl right share the same keyCode with an event.location set to 1 or 2 to make the difference :/
Just wondering, why is it that ctrl/shift/alt don't distinguish between left/right, but the Mac command key does?
The text was updated successfully, but these errors were encountered: