Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    looks like keypress has been deprecated Commented May 25, 2023 at 16:10
  • @djvg Is keydown more suitable now? Commented Jun 27, 2023 at 3:28
  • 2
    @holydragon according to Mozilla's keypress docs: "Warning: Since this event has been deprecated, you should use beforeinput or keydown instead." Commented Jun 27, 2023 at 7:02