Mostly this is a sanity check. The key code for both shift keys is 16. Does that mean it is actually impossible to distinguish a left and right shift events in a browser?
Internet explorer is capable of distinguishing left and right shift with the shiftLeft property:
shiftLeft property (event)
Otherwise, they are indistinguishable.