- From: Gary Kacmarcik <notifications@github.com>
- Date: Sun, 22 Nov 2015 09:38:55 -0800
- To: w3c/uievents-code <uievents-code@noreply.github.com>
Received on Sunday, 22 November 2015 17:39:30 UTC
To clarify, we currently have:
key = Control; code = ControlLeft, ControlRight
key = Shift; code = ShiftLeft, ShiftRight
key = Alt; code = AltLeft, AltRight
key = Meta; code = OSLeft, OSRight
And one of these things is not like the others: Meta and OSLeft/Right is clearly an oddball.
With this change, we would have:
key = Control; code = ControlLeft, ControlRight
key = Shift; code = ShiftLeft, ShiftRight
key = Alt; code = AltLeft, AltRight
key = Meta; code = MetaLeft, MetaRight
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents-code/issues/7#issuecomment-158780432
Received on Sunday, 22 November 2015 17:39:30 UTC