I have an event listener in Javascript, I can tell whether a key event is Ctrl (e.keyCode == 17), but how can I know this Ctrl comes from the right one or left
(e.keyCode == 17)
If you traced it you will find the same key is used for both (17) .. I think it is not possible to differentiate