mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
fix: remove print
This commit is contained in:
@@ -22,7 +22,6 @@ class MyController(Controller):
|
||||
keysym = self._keysym(key)
|
||||
# Get keycode according to system language
|
||||
keycode = self._display.keysym_to_keycode(keysym)
|
||||
print(keycode)
|
||||
|
||||
fake_input(self._display, event, keycode)
|
||||
self._display.sync()
|
||||
|
||||
Reference in New Issue
Block a user