mouse
mouse copied to clipboard
Not Triggered very often when holding or hitting down middle button of mouse
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")