Use the Apple IR Remote Control with Microsoft PowerPoint
August 15, 2006The IR Remote Control delivered with new Macs is cool and anybody using Microsoft PowerPoint for his presentations would think about using it to control the PowerPoint Slide Show. Though it is not natively possible, here is how you can make it work with iRedLite utility.
- Download, Install and Run iRedLite
- Open iRedLite editor (Tools->Show Editor)
- Add a section (press + in the left pane [Remotes and Sections]) and name it PowerPoint
- Add a library (press + in the right pane [Libraries]), name it PowerPoint and select it
- Add a group (press + in the right pane [Groups]) and name it SlideShow
- Add an AppleScript Action (press + AppleScript in the right pane [Actions]) and name it Start/Stop
Press "Edit Action" Tab and paste the following code
tell application "Microsoft PowerPoint"
set mySSS to slide show settings of active presentation
set show type of mySSS to slide show type speaker
set sShow to run slide show mySSS
end tell - Select this new Start/Stop action
- Select the PowerPoint Section in the left pane
- Press the Play button on the left pane remote control drawing
- Add the Start/Stop action to this button (pressing the + in the lower left corner)
- Select the Current App->Cursor Movement->Right Action
- Press the Next button on the left pane remote control drawing
- Add the Right Action (pressing the + in the lower left corner)
- Select the Current App->Cursor Movement->Left Action
- Press the Prev button on the left pane remote control drawing
- Add the Left Action (pressing the + in the lower left corner)
- Press Save
There you go, open iRedLite, select PowerPoint then open a PowerPoint Presentation.
You can start the slide show using the Play button and browse the slides with the Next and Previous buttons
