Add "CapsLock" attribute to onKeyPress event

The current onKeyPress event has attributes for whether the “meta”, “alt”, “shift”, and “ctrl” modifier keys are pressed. It would be great to add an attribute for the “capslock” modifier, as this is a common error when people enter a password. Thanks.