Alt+down arrow pressed javascript
How would I input a javascript for onFocus that says the alt key and down arrow are pressed (even though they arent)?
event.altKey==true
I know that is how you get the alt key to say it is pressed, but how do you do the down arrow with it (combination)?
The Keycode for the down arrow is 40 but I don't know how to link it to the alt key saying both are pressed even when they arent.
Any help would be amazing. Thanks.
