# File 6GoogleChrome.rb, line 8
def play_slideshow
  @robot.keyPress(VK_ALT);
  @robot.keyPress(VK_META);
  @robot.keyPress(VK_P);
  wait 200
  @robot.keyRelease(VK_P);
  @robot.keyRelease(VK_ALT);
  @robot.keyRelease(VK_META);
end