Re: [w3c/uievents] Add specification for AltGraph key & modifier behaviour (#147)

Masayuki, we've implemented most of the proposed behaviour behind a "feature flag" in Chrome; you can grab Chrome Canary and run it with --enable-features=FixAltGraph to see the new behaviour.

Currently things work as intended for the physical AltGr key; all events are tagged with AltGraph set, rather than Control and Alt, while AltGr is down. keydown events generated while Control+Alt are also correctly switched to AltGraph, if the key is AltGraph-modified, but keypress events still report Control+Alt right now.

-- 
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/147#issuecomment-351533271

Received on Wednesday, 13 December 2017 21:39:19 UTC