Re: [uievents-code] Rename OSLeft/Right to MetaLeft/Right (#7)

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