mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
hid fixes
This commit is contained in:
@@ -136,7 +136,6 @@ class KeyboardProcess(DeviceProcess):
|
||||
for key in self.__pressed_keys
|
||||
]
|
||||
|
||||
print(self.__pressed_modifiers, self.__pressed_keys)
|
||||
ok = self._write_report(bytes([modifiers, 0] + keys))
|
||||
|
||||
if not ok:
|
||||
|
||||
Reference in New Issue
Block a user