w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Suppress default browser key handling for keyboard event tester #206

Closed jamiewalch closed 6 years ago

jamiewalch commented 6 years ago

The keyboard event tester should have an option to call preventDefault() on keyboard events to prevent the browser from performing its default action. Without it, key combinations such as Shift+Ctrl+C are hard to examine because the browser swallows the keyup events for the modifiers.

masayuki-nakano commented 6 years ago

The keyboard event tester should have an option to call preventDefault() on keyboard events to prevent the browser

It has.

  1. Click "Show Options".
  2. Check each checkboxes below "preventDefault".
jamiewalch commented 6 years ago

Thanks! I hadn't noticed those options.