Google Slides
Native Google Slides control on Windows and macOS with browser window detection and keyboard automation.
Cliqer provides native control for Google Slides on both Windows and macOS through browser automation.
Native Support
Windows (JScript)
Cliqer uses JScript with Windows Script Host to control Google Slides:
- Detects running browsers via WMI (
Win32_Process) - Finds Google Slides window by title pattern matching
- Activates window and sends keyboard shortcuts
Supported Browsers: Chrome, Edge, Firefox, Brave, Opera, Vivaldi
macOS (AppleScript)
Cliqer uses AppleScript for browser automation:
- Searches browser tabs for
docs.google.com/presentationURLs - Activates the correct tab
- Sends key events
- Returns focus to original application
Supported Browsers: Arc, Chrome, Safari, Edge
Supported Commands
| Command | Windows | macOS | Keyboard Shortcut |
|---|---|---|---|
| Next | ✅ | ✅ | Right Arrow |
| Previous | ✅ | ✅ | Left Arrow |
| First | ✅ | ✅ | Home |
| Last | ✅ | ✅ | End |
| Go to Slide | ✅ | ✅ | Number + Enter |
| Black Screen | ✅ | ❌ | B |
| Resume | ✅ | ❌ | Space |
Setup
- Open Google Slides in a supported browser
- Start presentation mode (or stay in edit mode)
- Select "Google Slides" in Cliqer settings
- Connect with your presenter device
- Control - Cliqer finds and controls the presentation
Tip: Have your Google Slides presentation open before selecting it in Cliqer. The browser window title should contain "Google Slides" or "Presenting:".
How It Works
Windows Flow
Presenter clicks "Next"
|
v
Cliqer Host receives command
|
v
JScript checks for browser processes
(chrome.exe, msedge.exe, firefox.exe, brave.exe, opera.exe, vivaldi.exe)
|
v
Finds window with title matching
"Google Slides" or "Presenting:"
|
v
shell.AppActivate() focuses window
|
v
shell.SendKeys("{RIGHT}") sends keystroke
|
v
Slide advances
macOS Flow
Presenter clicks "Next"
|
v
Cliqer Host receives command
|
v
AppleScript saves current frontmost app
|
v
Searches browser tabs for URL containing
"docs.google.com/presentation"
|
v
Activates browser window with matching tab
|
v
Sends key code 124 (Right Arrow)
|
v
Returns focus to original app
|
v
Slide advances
Troubleshooting
"No Google Slides presentation found"
Windows:
- Ensure a browser is running with Google Slides open
- Window title must contain "Google Slides" or "Presenting:"
- Try refreshing the Google Slides tab
macOS:
- URL must be
docs.google.com/presentation/* - Tab must be in a supported browser (Arc, Chrome, Safari, Edge)
- Grant Cliqer Accessibility permission in System Settings → Privacy & Security
- Grant Automation permission for your browser
Slides not advancing
Windows:
- Check if Google Slides window is not minimized
- Try clicking on the presentation to ensure it has keyboard focus
- Verify Cliqer detected the window in the app logs
macOS:
- Ensure Cliqer has Accessibility permissions
- Check that the tab isn't in a DevTools or Cliqer window (these are excluded)
- Refresh the Google Slides tab
Brief focus flash (macOS)
This is normal behavior for the AppleScript method. The browser window is momentarily activated to receive the keyboard event, then focus returns to your original application.
Browser Extension (Optional)
For enhanced control without focus switching, you can install the Cliqer Browser Extension:
- No window activation - Slides advance without any focus change
- Speaker notes - View notes on your presenter device
- Slide position - See current slide number and total
See the extension installation guide in Cliqer settings when you select Google Slides.
Previous: PowerPoint | Next: Keynote