Skip to content

Instantly share code, notes, and snippets.

@rentalcustard
Created August 18, 2011 08:45
Show Gist options
  • Save rentalcustard/1153676 to your computer and use it in GitHub Desktop.
Save rentalcustard/1153676 to your computer and use it in GitHub Desktop.
Sofa Control applescript for controlling Showoff presentations in Google Chrome
(*
Copyright 2011, Tom Stuart
Description: Simple pass through of left/right arrows for Showoff
Author: Tom Stuart
Mapping:
* Left/Right: Left/Right arrow keys
*)
on rcRight()
tell application "System Events" to key code 124
end rcRight
on rcLeft()
tell application "System Events" to key code 123
end rcLeft
on rcForIcon()
tell application "Google Chrome"
end tell
end rcForIcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment