Posts by Samuel Oliveira • 11 points
1 post
-
0
votes1
answer18
viewsQ: Check if two keys were pressed at the same time python
Hello guys I’m using python and the pynput.Keyboard module to check keystrokes until then everything ok, but I would like to know when two keys were pressed at the same time: example Shift+L or any…