mouse icon indicating copy to clipboard operation
mouse copied to clipboard

Not Triggered very often when holding or hitting down middle button of mouse

Open jnydfc opened this issue 4 years ago • 0 comments
trafficstars

from threading import Thread 
def aa(*a):
    Thread(target=os.system, args=('calc',)).start()
    # os.system('start calc')
    
mouse.on_button(aa, [], buttons='middle', types="down")

jnydfc avatar May 08 '21 18:05 jnydfc