[w3c/uievents] Suppress default browser key handling for keyboard event tester (#206)

The [keyboard event tester](http://w3c.github.io/uievents/tools/key-event-viewer.html) 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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/206

Received on Wednesday, 25 July 2018 18:35:49 UTC