1 answer
+1
−0
On X, open a terminal and run xev -event keyboard
. You'll get a white box. Make sure this is focused and press the key. You should see some output in the terminal about what the key is. Particularly, you probably want keycode
and keysym
.
0 comment threads