-
Notifications
You must be signed in to change notification settings - Fork 51
23 Feb 2016
[17:24] garykac: hi!
[17:25] sorry for the delay
[17:26] I added support for ctrl and ctrl+shift to the manual keyboard test: https://cdn.rawgit.com/w3c/uievents/gh-pages/tests/key-mtest-101en-us.html
[17:27] If you click on "Show Options" you can see the new options.
[17:27] caveat: some browsers/OSs like to capture these these key-combos and do interesting things (like close windows or quit the browser)
[17:28] I need to sniff the browser and OS and skip certain key combos
[17:28] But that's not there yet.
[17:34] I removed modifierOS from Event Modifer Initializers
[17:34] Since we got rid of OS as a modifier (replace with Meta on all platforms)
[17:35] I also noticed that we still mention Accel. Even though we decided to remove it. I'm going to remove that from the |key| spec.
[17:35] Also, https://github.com/w3c/uievents-code/issues/7
[17:35] |code| rename OSLeft/Right to MetaLeft/Right
[17:36] For consistency between the different specs.
[17:36] Yes, that makes sense.
[17:36] Last item that I have is relating to bikeshed
[17:36] I checked in a change to bikeshed that add uievents as a "Group"
[17:37] This allows us to have our own w3c header/footer/et al.
[17:49] I looked over the code document, and found no issues with the bikeshed conversion. Also, I like the new look for the key caps!