KeyCode doesn’t work equally on Mac & Win
Something quite frustrating I just notice today, the keyCode aren’t the same on a mac and on a pc… This little code will work correctly on my pc but not on my mac (with ActionScript 3.0): if (e.keyCode == F_KEY && e.ctrlKey == true) {…} Seems that the command + KEY is always reserved to… Read More »