Useful keypress event properties are:

keyCode/charCode
code number of key pressed (implementations vary)
ctrlKey
true if control key was pressed
altKey
true if alt/option key was pressed
shiftKey
true if shift key was pressed
metaKey
true if meta key was pressed (not well-supported)