Problem: I can not check whether the shift Key was being held on a form submit. This returns an undefined
instead of true
or false
.
Why does this happen?
Example of the problem: http://jsfiddle.net/DRSDavidSoft/fFYKs/
What I want: I want to know whether the shift key was being held when a form is submitted.