Keycode info
Find the javascript keycode, code, location and modifiers of any pressed key
Meta
Press the key on your keyboard you want to get info about this key
Note: This tool captures keyboard events and displays the JavaScript KeyboardEvent properties. The keyCode property is deprecated but still widely used. Modern code should use the "code" or "key" property instead. Location indicates the physical position of the key (0 = standard, 1 = left, 2 = right, 3 = numpad).