Closed filiptronicek closed 2 years ago
This change removed deprecated ways of looking up a key on the keyboard and instead uses .key, which is both not deprecated and human-readable.
.key
From MDN [1]:
Warning: Do not use this property, as it is deprecated. Instead, get the Unicode value of the character using the key property.
This change removed deprecated ways of looking up a key on the keyboard and instead uses
.key
, which is both not deprecated and human-readable.From MDN [1]: