fix: remove print
This commit is contained in:
parent
1833b8c2dc
commit
8aeacf77b3
@ -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 New Issue
Block a user