Alla ricerca di un programma che salta un cursore del mouse dal centro di un monitor a un altro

2

Sto cercando un programma che ti permetta di far saltare il puntatore del mouse da un monitor al centro dell'altro monitor con una scorciatoia da tastiera o un gesto. Questo esiste? Spostare il puntatore sui monitor a volte sembra più un problema di quanto dovrebbe essere.

    
posta dan 26.04.2011 - 16:52
fonte

1 risposta

3

XTool (OSAX) sembra un insieme promettente di script:

Dal 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

Fonti: Elenco di discussione di Apple , Download diretto (con documenti leggimi)

    
risposta data 26.04.2011 - 17:16
fonte

Leggi altre domande sui tag