I have a request to replicate the + key as a tab key when the plus key is pressed on the license plate side.
It seems that the plus key is above the letters where the shift key is required, and the plus key, in which the numbers are in the keyboard configuration, has a numeric number 43.
How to determine which key is pressed?
Update: I used this example: https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_event_key_keycode ", as indicated below, this was the wrong way to do this.
source
share