How can I "listen" to stream of key press events with Python?
I want to do something like this:
click_stream.map(lambda k: k.key)
But how can I create this click_stream
?
How can I "listen" to stream of key press events with Python?
I want to do something like this:
click_stream.map(lambda k: k.key)
But how can I create this click_stream
?