From 03572199f09718ecde5684304fe3fc4a874ade24 Mon Sep 17 00:00:00 2001
From: PhistucK <phistuck@gmail.com>
Date: Thu, 1 Oct 2015 19:22:21 +0300
Subject: [PATCH] Added UI Events KeyboardEvent

For code and an updated key attributes.
---
 app/static/ie-status.json | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/app/static/ie-status.json b/app/static/ie-status.json
index 764549e0..2baaefa2 100644
--- a/app/static/ie-status.json
+++ b/app/static/ie-status.json
@@ -4983,5 +4983,21 @@
     "wpd": "",
     "demo": "",
     "id": 6060641169178624
-  }
+  },
+  {
+    "name": "UI Events KeyboardEvent",
+    "category": "User input",
+    "link": "https://w3c.github.io/uievents/#interface-KeyboardEvent",
+    "summary": "KeyboardEvent.code and an up to date KeyboardEvent.key.",
+    "standardStatus": "Working draft or equivalent",
+    "ieStatus": {
+      "text": "Under Consideration",
+      "iePrefixed": "",
+      "ieUnprefixed": ""
+    },
+    "msdn": "",
+    "wpd": "",
+    "demo": "",
+    "id": 5228092293382144
+  },
 ]