Which KeyboardEvent key to use
This could alternatively be titled ”W3C standards writers are human and sometimes make foolish mistakes“.
You might think that writing JavaScript for the browser to listen for keyboard events is something that we'd have solved after 20 years. Unfortunately, like many things in JavaScript land, it's a mess caused by naïve implementations of multiple inconsistent standards.

