Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: sayler_moon_19 din Bacau
 | Femeie 25 ani Bacau cauta Barbat 26 - 46 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
TRaPModerator
Postari: 960
|
|
I need a script to click some places in order to reduce my repetitive tasks to the minimum - I am editing something page by page (not possible otherwise), and every time I have to open editing mode, do the editing, then close editing mode, save, move to next page, open editing mode.
Except for the "do the editing" part, I need everything automated - the script below does just that.
MouseMove, 1910, 35 ;move to x button
MouseClick, Left ;click x button to close editing mode
Sleep, 500 ;wait
Send, {Enter} ;save when asked
Sleep, 500 ;wait
MouseMove, 1775, 1000 ;move to next page button
Sleep, 500 ;wait
MouseClick, Left ;click next page button
Sleep, 500 ;wait
MouseMove, -2200, 300 ;move to center of the page
Sleep, 500 ;wait
MouseClick, Left ;click in the middle of the page
Sleep, 500 ;wait
SendEvent,{Click down 2} ;double click to enter editing mode
Sleep, 500 ;wait
Click, WheelDown Sleep, 500 ;wait Click, WheelDown Sleep, 500 ;wait Click, WheelDown
return ;close the script
|
|
|
| |
|
| #2 |
|
|
title updated
_______________________________________

|
|
| |
|