From 11119bb1cb4781b05b216b3a242e4ae2625faac1 Mon Sep 17 00:00:00 2001 From: Petr Kracik Date: Fri, 5 Jun 2020 17:28:34 +0200 Subject: [PATCH] HID Templates: first merge kbd and mouse --- templates/hid.html | 168 ++++++++++++++++++++++++---------------- templates/keyboard.html | 2 +- templates/mouse.html | 2 - 3 files changed, 102 insertions(+), 70 deletions(-) diff --git a/templates/hid.html b/templates/hid.html index e0cf514..5806ff8 100644 --- a/templates/hid.html +++ b/templates/hid.html @@ -6,76 +6,110 @@ + + - HID input service, POST data to /keyboard or /mouse
-
-
+ HID Remote Keyboard and mouse
-
-Server response: - - +
+

+ diff --git a/templates/keyboard.html b/templates/keyboard.html index e0cf514..69712c6 100644 --- a/templates/keyboard.html +++ b/templates/keyboard.html @@ -8,7 +8,7 @@ - HID input service, POST data to /keyboard or /mouse
+ HID input keyboard, POST data to /keyboard
diff --git a/templates/mouse.html b/templates/mouse.html index 84552c9..8f74378 100644 --- a/templates/mouse.html +++ b/templates/mouse.html @@ -36,8 +36,6 @@ $(document).ready(function(){ posY=event.offsetY; handleMouse(); }); - - }); function handleMouse() {