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

04.04.2007 18:14:59
Password required with screen saver work around
View

This posting is older than 6 months and can contain outdated information.
I have been looking over Remote Buddy to see if I can use my Apple Remote to allow me back into my computer after I close the screen and/or the screen saver has activated and I want to connect my MacBook to a TV.

Because it is a portable computer with valuable info, I need to password protect the screensaver and FileVault the data.

As a result, if I want to use the MacBook with the Apple Remote I am often faced with having to enter my password.

I was hoping I could program one of the buttons to enter the password for me. Since this would only be available if I am running Remote Buddy I'm not overly concerned about the security aspect at this point. I just want to know if it is possible. 

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

Hardware - Apple® Remote
Hardware - Harmony® Smart Control
User

06.04.2007 00:23:02
Re: Password required with screen saver work around
View

This posting is older than 6 months and can contain outdated information.
Hello James,

thanks for asking. This is a very interesting question.

It might be possible, but probably only by hardwiring this 
functionality globally to a button as any UI that is open - or could 
open - is covered by the screensaver / login / password window combo. 
I don't know of any workaround to this, either.

You may want to try this Applescript snippet with your own custom 
action:

tell application "System Events" to keystroke "mySecretPassword"

(all in one line)

Best regards, 
Felix 

User

06.04.2007 02:10:03
Re: Password required with screen saver work around
View

This posting is older than 6 months and can contain outdated information.
Dang that works.

Now, I just need to figure out how to get Applescript to either type return/enter and/or click on the okay button!!! 

User

06.04.2007 07:31:17
Re: Password required with screen saver work around
View

This posting is older than 6 months and can contain outdated information.
Well, not being able to figure out how to get applescript to hit the ok button or type return, I turned to quickeys and it worked fine.

However, I have it set to the global key of play-pause hold. This works the first time I try it but after that, I get logged in but then immediately the computer gets put to sleep.

I have a feeling that holding down the play-pause key is set somewhere to put the computer to sleep and that is not being overruled by Remote Buddy after the first time.

Does that make any sense? 

User

06.04.2007 11:23:02
Re: Re: Password required with screen saver work around
View

This posting is older than 6 months and can contain outdated information.
Hello James,

thanks for your follow ups.

You can use

tell application "System Events" to keystroke return

to emulate hitting the return key.

Regarding your computer going to sleep: known problem with 10.4.9. 
Apple broke it. Will be fixed in RC2 of Remote Buddy.

Best regards, 
Felix 

User

06.04.2007 15:33:35
Re: Password required with screen saver work around
View

This posting is older than 6 months and can contain outdated information.
I had tried your suggestion:

tell application "System Events" to keystroke return

but it doesn't actually trigger the ok button. I had also tried keystroke enter but that doesn't work either.

Weird.

And, because it is the login box, I haven't figured out how to use the Apple UI Utility to figure out what the button to trigger it via UI scripting.

Anyway, I am able to use QuicKeys so I'm happy.

Thanks for the info about the known bug.