Buscando un programa que salta el cursor del mouse desde la mitad de un monitor a otro

2

Estoy buscando un programa que te permita hacer que el puntero del mouse salte de un monitor al centro del otro monitor con un método abreviado de teclado o un gesto. ¿Existe esto? Mover el puntero a través de los monitores a veces parece más problemático de lo que debería ser.

    
pregunta dan 26.04.2011 - 16:52

1 respuesta

3

XTool (OSAX) parece un conjunto prometedor de scripts:

Desde el archivo léame:

hide mouse v : hide the mouse
    hide mouse

show mouse v : show the mouse
    show mouse

move mouse v : move the mouse to given coordinates
    move mouse [point] : where you want to move the mouse

scroll mouse v
    scroll mouse integer : the amount of scrolling
    [scroll direction vertical | horizontal] : which mouse button

click mouse v
    click mouse [point] : where to do the mouse click
    [times integer] : how many times you want to clik the mouse
    [delay integer] : delay between two mouse clicks
    [using primary button | secondary button | middle button] : which mouse button

position of the mouse v : get the location of the mouse
    position of the mouse
    → point

Fuentes: Lista de discusión de Apple , Descarga directa (con documentos Léame)

    
respondido por el Nilloc 26.04.2011 - 17:16

Lea otras preguntas en las etiquetas