Hola buenas estoy haciendo un script que al detectar una tecla realice una acción quiero que sea en todo el sistema no solo en la terminal de python.
Por ejemplo
Codigó:
Por ejemplo
Codigó:
Código [Seleccionar]
import pyxhook
hm = pyxhook.HookManager()
hm.HookKeyboard()
while True:
if hm.keyDown("v"):
hm.keyDown("r")