pikvm/pikvm#1418: web: hold/lock key on keypad

This commit is contained in:
Maxim Devaev
2025-05-18 22:07:47 +03:00
parent 70ca478a78
commit c3eed7c497
10 changed files with 207 additions and 170 deletions

View File

@@ -35,7 +35,7 @@ export function Keyboard(__recordWsEvent) {
var __keypad = null;
var __init__ = function() {
__keypad = new Keypad("div#keyboard-window", __sendKey, true);
__keypad = new Keypad($("keyboard-window"), __sendKey, true);
$("hid-keyboard-led").title = "Keyboard free";