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

25.08.2009 17:15:09
Mouse pointer position at startup
View

This posting is older than 6 months and can contain outdated information.
I've got a mac mini beneath my TV in my livingroom. I just got a Keyspan RF remote to control my remotebuddy. When remotebuddy is started and i want to see a movie. I toggle for fullscreen. Here comes the problem… the screen turns to fullscrenn but the apple menubar still shows. . The problem is based on that on startup, the mouse pointer is by default right over the menubar in the left corner. Therefor making it active. When i change the position of the pointer with a mouse the problem disappear. But this is very annoying…I don't want to connect a mouse to adjust the position of the pointer

Can i somehow change the default position of the mousepointer.

Or is there anyway of going round this problem? .

These entries from the FAQ may be relevant to this topic:

Hardware - Apple® Remote
Hardware - Wii™ Remote
User

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

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 

User

03.10.2009 12:10:14
Re: Mouse pointer position at startup
View

This posting is older than 6 months and can contain outdated information.
Hi Felix,

Thank you for your suggestion.

I also have this issue, but my Mac Mini is on 24hrs a day, so I imagine your script would only solve the problem from start-up. I hit the issue mainly when waking the screen from sleep.

As mentioned by UlfK, the default position of the mouse cursor is the top left corner of the screen at start-up and when waking the screen/computer from sleep.

Any advance to your script or any other help you could offer would be gratefully received.

Many Thanks 
Shaun. 

User

05.10.2009 10:25:46
Re: Re: Mouse pointer position at startup
View

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

You can place the AppleScript I posted into an action in either the 
Behaviour Construction Kit or as a Custom Action and then trigger it 
either from the menu or a button whenever you need it.

Best regards, 
Felix Schwarz 

User

21.04.2010 13:15:49
Re: Mouse pointer position at startup
View

This posting is older than 6 months and can contain outdated information.
I was very happy to see that there is an update available to fix this problem. But my mouse cursor is still in the left upper corner of my mac. I have to move the mouse several times a day. The update has no effect.

Any ideas?

Mac mini 1,6 
Snow Leo 
RB 1.16.2

Thanks Christian 

User

22.04.2010 09:45:41
Re: Re: Mouse pointer position at startup
View

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

This is a new option - and off by default to avoid confusion. You can find the option at Prefs > General.

Best regards, 
Felix Schwarz 

User

22.04.2010 14:32:33
Re: Mouse pointer position at startup
View

This posting is older than 6 months and can contain outdated information.
Thanks but I know this setting and this does not help. Should I reinstall RB? How can I safe my custom settings? 
Thanks Christian 
User

22.04.2010 15:19:47
Re: Re: Mouse pointer position at startup
View

This posting is older than 6 months and can contain outdated information.
A reinstallation of Remote Buddy wouldn't make any difference.

Please note that what this option does is to reposition the mouse cursor after the system woke up in case the mouse cursor is in the top-left corner of the screen. 
Things like turning off/on the display while the computer is running don't trigger this reaction.

Best regards, 
Felix Schwarz