Hello, i want to get the event keycode , i.e. the key pressed(for enter key clicked) in mac on IE in javascript. I have the function window.event.keycode on keydown. But this is returning 0 for all the keys. I want to capture the event on enter key pressed. Help!