summaryrefslogtreecommitdiff
path: root/kvmd/plugins/hid/otg
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-05-23 15:57:02 +0300
committerDevaev Maxim <[email protected]>2020-05-23 15:57:02 +0300
commite9d86c058d715af343be355b1ab3d58b7eed43b9 (patch)
tree6ae712152e4e9d7c274c5e369755f7030269677e /kvmd/plugins/hid/otg
parenta795fe5ed63b960cbf24c9130ed37f9f7f33280c (diff)
major keymaps improvement
Diffstat (limited to 'kvmd/plugins/hid/otg')
-rw-r--r--kvmd/plugins/hid/otg/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/plugins/hid/otg/__init__.py b/kvmd/plugins/hid/otg/__init__.py
index 3dc49c72..3cc866ce 100644
--- a/kvmd/plugins/hid/otg/__init__.py
+++ b/kvmd/plugins/hid/otg/__init__.py
@@ -114,6 +114,7 @@ class Plugin(BaseHid):
# =====
def send_key_event(self, key: str, state: bool) -> None:
+ print(key, int(state))
self.__keyboard_proc.send_key_event(key, state)
def send_mouse_button_event(self, button: str, state: bool) -> None: