I have a request to replicate the + key as the tab key when the plus key on the number pad side is pressed.
It seems the plus key above letters where shift key is needed, and the plus key where numbers are in a keypad configuration both have a numeric number of 43.
How can I determine which + key was depressed?
Update: I was using this example, "https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_event_key_keycode" as pointed below this was not the correct way to do it.