/* else if(evt && evt.which == 0 && evt.modifiers > 0){ if(evt.modifiers == 2) alert("Ctrlkey"); else if(evt.modifiers == 4) alert("Shiftkey"); */ // 8:backspace; //32:space // 13: return // numpad; // aup 8 : 56 // adown 2 : 50 // aleft 4 : 52 // aright 6 : 54 //ee.onkeypress['a'] = function //ee.onkeypress['ctrlKey'] = function //ee.onkeypress['ctrlLeft'] = function //ee.onkeypress['altKey'] = function //ee.onkeypress['altLeft'] = function //ee.onkeypress['arrowLeft'] = function 37 //ee.onkeypress['arrowUp'] = function 38 //ee.onkeypress['arrowRight'] = function 39 //ee.onkeypress['arrowDown'] = function 40