From f32de09d8b62a1118b303074ff79014af5637865 Mon Sep 17 00:00:00 2001
From: Tyler Walker <tyler.walker@gmail.com>
Date: Thu, 12 Nov 2020 18:58:42 -0500
Subject: [PATCH] update capslock to true after manual test

---
 docs/src/data/hid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/data/hid.js b/docs/src/data/hid.js
index 754e9f8d..03211b67 100644
--- a/docs/src/data/hid.js
+++ b/docs/src/data/hid.js
@@ -1694,7 +1694,7 @@ export default [
       linux: true,
       android: true,
       macos: true,
-      ios: false,
+      ios: true,
     },
     footnotes: {},
   },