Also, pynput.mouse.Listener.stop and mouse.Listener.stop does not work. Platform and pynput version Windows 10 pynput version 1.7.3 To Reproduce from PIL import ImageGrab from pynput import mouse, keyboard import time import sys go = True def on_function_esc(key): global go print('HELLO')...
Great library! When I use the pynput I want to listen the key combination, Such as: ctrl+cmd I can't find the way to do that,So I ask you for help.👻