diff --git a/index.html b/index.html
index 98520e1c246..6005e1e28ea 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,6 @@
-
@@ -43,8 +42,14 @@
May 2024
-
- Ditch your mouse
+
+
+
+ Ditch your mouse
+
+ How to use the keyboard more effectively
@@ -1217,39 +1222,62 @@ Examples
-
+
Clicking a button
- 00:000
+ 00:00
Using the mouse
-
-
-
+
-
+
Clicking a button
- 00:000
+ 00:00
Using the keyboard
-
-
-
+
+
-
+
+
+
+
-
+
+ https://docs.google.com/spreadsheets/d/1r94Unx9eXLqoiLnLmYaN9m6Gk5H4AuB0jOrwlExLlqY/edit#gid=0
+
+
-
+
+
+
@@ -1260,7 +1288,12 @@ Using the keyboard
-
+
@@ -1290,6 +1323,11 @@ Using the keyboard
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
+
+ Reveal.addEventListener("keyboardCopyPaste", () => {
+ const element = document.getElementById("keyboardCopyInput");
+ element.focus();
+ });