- From: Gary Kacmarcik <notifications@github.com>
- Date: Wed, 02 Dec 2015 09:09:01 -0800
- To: w3c/uievents <uievents@noreply.github.com>
Received on Wednesday, 2 December 2015 17:10:09 UTC
I've viewed the location field as a way to disambiguate between 2 keys that share the same value.
Since 2 keys cannot (by definition) share the same |code|, this field only seems to make sense for |key| values. I would expect the remapping to change the |location| as part of the remapping.
It also seems very wrong to have the Control (or Shift, or Alt) key with a |location| of STANDARD. I imagine that would break sites that assume:
if (location == left) {
/* left */
} else {
/* right */
}
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/62#issuecomment-161367176
Received on Wednesday, 2 December 2015 17:10:09 UTC