View Single Post
Quote:
Originally Posted by mrubenson View Post
Thank you both of you for your responses! Do you have any advice on how to best create a system wide keyboard shortcut to start this script?
If you don't want to tie up your applescript editor for two mins, you could just create a text file with a name like twomin.sh, and contents like:
Code:
#!/bin/bash
sleep 120
say "Hurry up please, its time ..."
save it in ~/Library/Scripts (where ~ is your user directory) and then try assigning a keystroke with a trial edition of something like FastsScripts or Keyboard Maestro.

--