mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
pikvm/pikvm#375: fixed AltGr handling
This commit is contained in:
@@ -48,7 +48,7 @@ export function Mouse(__getGeometry, __recordWsEvent) {
|
||||
var __stream_hovered = false;
|
||||
|
||||
var __init__ = function() {
|
||||
__keypad = new Keypad("div#stream-mouse-buttons", __sendButton);
|
||||
__keypad = new Keypad("div#stream-mouse-buttons", __sendButton, false);
|
||||
|
||||
$("hid-mouse-led").title = "Mouse free";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user