Posted: Thu May 28, 2009 12:13 am Post subject: Implementation
So for anyone who is interested, I used a program called telekenisis, made by Blacktree - within this I also downloaded an app called universalremote (or uniremote).
In order to get it to work with NeoOffice, I had to edit some of the code.
Within the uniremote folder there is an addon folder and a 'smart' folder. Both of these need to be modified.
within the smart folder, for the uniremote code (/scripts) (for all of the buttons) I modified the script to look like this:
tell application "System Events"
set frontApp to name of first application process where frontmost is true
if frontApp = "SOffice.bin" then
set frontApp to "NeoOffice"
end if
end tell
....
And within the addons, I added a folder called NeoRemote, and copied the button scripts and recoded them to look like this:
tell application "System Events"
key code 12
end tell
where the key code changes per script (12 using command down for menu, 123 for prev, 124 for next, 96 for play-pause, and I used 1 for plus, and 13 for minus). Note it should be "12 with command down" not 12 for menu, this will exit the presentation using cmd-Q.
This will set the prev button to go back, the next to go forward, the play-pause to start the presentation, the menu to exit, the plus to blank the screen, and the minus to unblank it. Other variants are possible.
In case this also helps, Telekinesis is spelled this way .
- padmavyuha (cursed with the proof-reader's curse...)
That's apparently an entirely different app, though spelled the same way. nqeron means the one from Blacktree.
Smokey
Whoops, sorry - the one I linked to was similar enough that I didn't notice it was different, if you see what I mean. The curse of same-named apps (and overconfidence).
Still - Telekinesis .
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum