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

23.06.2007 14:00:01
Re: Re: Missing Eject button from Keyspan FR remote

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

thanks for asking.

You can control the virtual keyboard from outside of Remote Buddy 
using AppleScript to

- toggle

tell application "Remote Buddy" to virtualkeyboard event "toggle"

- hide

tell application "Remote Buddy" to virtualkeyboard event "hide"

- show

tell application "Remote Buddy" to virtualkeyboard event "show"

the virtual keyboard.

Enter the snippet of your choice into the "Script Editor" (/ 
Applications/AppleScript), then save it as a program bundle.

Et voilą! You have an app that you can - if I remember correctly - 
either assign to the corners of your screen using System Preferences 
or at least add to the Dock, your desktop or any app launcher you may 
be using.

Best regards, 
Felix 

Thread-display::