We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4bb54 commit e6163a9Copy full SHA for e6163a9
1 file changed
python/PiFinder/keyboard_pi.py
@@ -68,7 +68,6 @@ def get_keyboard_key(self) -> int:
68
}
69
70
while True:
71
- self.li_kb._selector.select()
72
73
self.li_kb._libinput.libinput_dispatch(self.li_kb._li)
74
hevent = self.li_kb._libinput.libinput_get_event(self.li_kb._li)
0 commit comments