Estoy buscando un programa que te permitirá hacer que el puntero del ratón para saltar de un monitor en el centro de el otro monitor con un atajo de teclado o un gesto. ¿Esto existe? Mover el puntero a través de los monitores a veces se siente como más problemas de lo que debería ser.
Respuesta
¿Demasiados anuncios?XTool (OSAX) se ve como un prometedor conjunto de secuencias de comandos:
Desde el readme:
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: Apple Lista de Discusión, Descarga Directa (con léame Docs)