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

10.06.2011 21:35:01
Re: Behaviour not working in fullscreen (Google Chrome)

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

I could not reproduce the issue with Chrome 12.0.742.91.

If you're using Flash content in fullscreen, chances are this is the root of the problem as it may be executed in a separate process that doesn't identify as Chrome. This in turn would trigger Remote Buddy to switch away from the Google Chrome Behaviour to another Behaviour - which may not have anything mapped for the buttons you press - and you'll get a standard mac error sound.

You could possibly get around this by telling Remote Buddy to make the selection of this particular Behaviour sticky - until you explicitly deactivate it. You can do this via AppleScript to make the current Behaviour (yours) "stick":

-- cut -- 
tell application "Remote Buddy" 
behaviourcore accessor "setSticky" with stickyValue 
end tell 
-- cut --

Another possibility would be that when you send the keystroke, the respective window (from Flash and/or Chrome) doesn't have keyboard focus and that the keystroke you send creates the standard mac error sound. For this, I can't offer a solution, sorry.

Best regards, 
Felix Schwarz 

Thread-display::