>>105943087 (OP)<code>
while true:
sleep
keyboard.wait(esc)
</code>
how does that work?
i can only imagine how inefficient it is to resize a [datastructure] in python every time a new key is pressed rather than just allocating an array for what i naievely assume is a reasonably fixed size dataset because i don't know or care about python
how do keydown events work? do you really get a new keydown event if you hold down for repeat? that doens't get its own event?