Jump to content

douglance

Member
  • Posts

    4
  • Joined

  • Last visited

douglance's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I am trying to get the time tracking service Hubstaff (http://www.hubstaff.com) to "Start Working" when I type in hubstaff. Here's my script: on alfred_script(q) tell application "Hubstaff" to activate tell application "System Events" tell process "Hubstaff" click menu item "Start Working" end tell end tell end tell end alfred_script I think the issue is that I'm not finding the proper menu. When I select Hubstaff, it doesn't activate it's own items on the menu bar. Rather, you access Hubstaff using it's icon in the menubar. How do I reach that menu with AppleScript? Thanks for your help!
  2. I don't have "osascript" in my Privacy settings. How would I get that in?
  3. What is the best way to keep my iDevice's screen from turning off while using Alfred Remote? It is quite a productivity killer to have it shutting off every few minutes. I also don't want to change settings every time I use the remote. What are your solutions? Thanks!
×
×
  • Create New...