From af5eaf5edf70bc89b5d679083fd1d69de431b0c1 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 8 Jul 2023 19:30:56 -0400 Subject: [PATCH] Base: Add a test page to log KeyboardEvent data This page prepends a row to a table with the last-received KeyboardEvent. --- Base/res/html/misc/key-logger.html | 56 ++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Base/res/html/misc/key-logger.html diff --git a/Base/res/html/misc/key-logger.html b/Base/res/html/misc/key-logger.html new file mode 100644 index 0000000000..d7c6828884 --- /dev/null +++ b/Base/res/html/misc/key-logger.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + +
KeyCodeLocation
+ + + +