Jump to content

rude

Member
  • Posts

    2
  • Joined

  • Last visited

rude's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Hey there everyone. I ran into kind of a problem that I do not understand. I tried implementing an fn toggle script, which is working from apple script on my system but not through alfred, which is kind of dissapointing. Anyway I posted it here, so maybe someone can give me some clue. I had to translate the menu items to german in order for it to work... Edit: found the problem in the last line. on alfred_script(q) tell application "System Preferences" activate set current pane to pane "com.apple.preference.keyboard" end tell tell application "System Events" -- If we don't have UI Elements enabled, then nothing is really going to work. if UI elements enabled then tell application process "System Preferences" get properties click radio button "Tastatur" of tab group 1 of window "Tastatur" click checkbox "Die Tasten F1, F2 usw. als Standard-Funktionstasten verwenden" of tab group 1 of window "Tastatur" end tell tell application "System Preferences" to quit else -- GUI scripting not enabled. Display an alert tell application "System Preferences" activate set current pane to pane "com.apple.preference.universalaccess" display dialog "UI element scripting is not enabled. Please activate \"Enable access for assistive devices\"" end tell end if end tellend alfred_script
  2. So this one is kind of a joke, but also thought that maybe people mind find this nice. It is an eyebleach workflow, what it does is open up as fast as possible a new chrome window in presentation mode to pictures of puppies if you have clicked the wrong link again and need some immediate help The keyword is eye. http://www.megafileupload.com/dq6o/Eyebleach.alfredworkflow
×
×
  • Create New...