Reply
Logi Browser
Chris100
Posts: 11
Registered: ‎03-13-2010

R800: Prevent "Launch" button from bungling up your presentation

[ Edited ]

The "Launch Slideshow" button on the R800 alternates between F5 and ESC when you press it. This is a disaster in some versions of PowerPoint. If you are mid presentation and you hit the button, it sends ESC which drops you out of presentation mode. Press it again, and it sends F5, which starts PowerPoint AT THE BEGINNING. Then you have to very unprofessionally scramble over to your PC and advance slides to where you were.

 

What I did is download and install AutoHotKey, which is a utility that intercepts and remaps key strokes. I created a simple script that remaps the F5 key to Shift-F5. (Shift-F5 is "Resume" in powerpoint). The one line script looks like this:

 

F5::+F5

 

Now, if I press the "Launch" button mid show, it still drops out of presentation mode, but if I press it again, it resumes where I left off. (I did not want to disable ESC because you need to press ESC when you really do want to get out!)

Logi Browser
DougJ
Posts: 7
Registered: ‎02-15-2008
0

Re: R800: Prevent "Launch" button from bugling up your presentation

This is a great tip that overcomes a very annoying problem. Thanks!

Logi Browser
Chris100
Posts: 11
Registered: ‎03-13-2010
0

Re: R800: Prevent "Launch" button from bugling up your presentation

Thanks. I give dozens of presentations a year, and never understood why these wireless presenters work this way. F5 restarts from the beginning! Why would anyone want a button on their presenter that does that????!!! (Other presenters do this as well -- not just Logitech.) Anyway, with this fix in place, I am much more comfortable on stage.