How to get the input cursor x,y position without mouse-click?
I want to check the keyboard input cursor position [x, y] but I can only get the mouse cursor position, that means you have to mouse-click into the field position to get the cursor position. Is there a way to get the input cursor position after a tab
navigation without this mouse click?
Pynput for testing if ctrl, shift or alt are pressed
Is there a way in Pynput to test if ctrl, shift or alt are pressed in the òn_pressed or on_release handler?