mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
removed print
This commit is contained in:
@@ -114,7 +114,6 @@ class Plugin(BaseHid):
|
|||||||
# =====
|
# =====
|
||||||
|
|
||||||
def send_key_event(self, key: str, state: bool) -> None:
|
def send_key_event(self, key: str, state: bool) -> None:
|
||||||
print(key, int(state))
|
|
||||||
self.__keyboard_proc.send_key_event(key, state)
|
self.__keyboard_proc.send_key_event(key, state)
|
||||||
|
|
||||||
def send_mouse_button_event(self, button: str, state: bool) -> None:
|
def send_mouse_button_event(self, button: str, state: bool) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user