mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix: remove print
This commit is contained in:
parent
1833b8c2dc
commit
8aeacf77b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue