vault/changelog/30493.txt
Jaired Jawed 1150bc2c87
Replace e.keyCode with e.key (#30493)
* remove e.keyCode in favor of e.key

* remove key-codes.js

* add changelog

* update to satisfy pr comments

* changes

* changes
2025-05-05 10:06:52 -07:00

4 lines
106 B
Plaintext

```release-note:improvement
ui: Replaces all instances of the deprecated event.keyCode with event.key
```