mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 19:11:54 +08:00
binary keyboard protocol
This commit is contained in:
@@ -290,7 +290,7 @@ export function Recorder() {
|
||||
return;
|
||||
|
||||
} else if (["key", "mouse_button", "mouse_move", "mouse_wheel", "mouse_relative"].includes(event.event_type)) {
|
||||
__ws.send(JSON.stringify(event));
|
||||
__ws.sendHidEvent(event);
|
||||
}
|
||||
|
||||
index += 1;
|
||||
|
||||
Reference in New Issue
Block a user