Is possible to tell how a radio button was selected, i.e. if the user used the keyboard or the mouse to click the radio button?
event.detail is another possible indicator if click is caused by keyboard, indicating click number. That gives better cross-browser solution, compared to event.x/y.
click
event.x/y
a b c