Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

27.08.2009 23:26:11
Re: Mouse pointer position at startup

This posting is older than 6 months and can contain outdated information.
Thanks for asking.

Possible solution (using Remote Buddy actions to move the mouse cursor 
down and right):

1) Create an AppleScript with this source code

tell application "Remote Buddy"

repeat 5 times

behaviouraction actionIdentifier "input.mouse.cursordown" event 
"pressed" 
behaviouraction actionIdentifier "input.mouse.cursordown" event 
"released"

behaviouraction actionIdentifier "input.mouse.cursorright" event 
"pressed" 
behaviouraction actionIdentifier "input.mouse.cursorright" event 
"released"

end repeat

end tell

2) Save the script

3) Add it as a Login Item (at System Preferences > Users/Accounts > 
Login Items)

Best regards, 
Felix Schwarz 

Thread-display::