Jump to content

heldausberlin

Member
  • Posts

    12
  • Joined

  • Last visited

heldausberlin's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I'm on to make a remote for Keynote. It's all fine with previous/next build, pause, back etc but it doesn't work for "next slide". The keyboard shortcut is shift+down arrow. The script is: tell application "System Events" keystroke downarrow using shift down end tell All letters on keyboard are working but no system keys like "enter" or the arrows. What's wrong with that?
  2. Great! If you like, you could change the code for the mute button with: if output muted of (get volume settings) is true then set volume without output muted else set volume with output muted end if Then you don't need two buttons for Mute/Unmute. You can tap the same button for both functions. Also you can change the background color in the same green tone.
  3. Okay, thanks for your better script. I've optimized the mute function by this code: if output muted of (get volume settings) is true then set volume without output muted else set volume with output muted end if
  4. O thanks! Now I did it like this (I didn't know it needs just the code without any "alfred_script" or sth else). for mute Button: set volume with output muted for plus Button: set volume output volume (output volume of (get volume settings) + 5) --100% for minus Button: set volume output volume (output volume of (get volume settings) - 5) --100%
  5. Thanks. I think I've mixed too much. If I want to use the "set volume …", is it to tell "System events" as well?
  6. Okay, guys. I guess I'm a noob with AppleScript. I tried to insert your codes into a Remote Workflow. Once as AppleScript and once as Script with "osascript". Nothing happens when I touch the button on the app. What goes wrong? Thanks for helping me.
  7. So "keystroke k" makes the system louder? Thanks a lot!
  8. I tried to do this for system volume. But it won't work. What is wrong with "key code 111"?
  9. It works fine over direct connection (IP + port). I just did it via VPN.
  10. Oh, so easy?! Shame on me … Next time I will read the little grey text in the preferences too … Thank you!
  11. Since v2 it is impossible to open contacts in Contacts.app if "Open Contacts in Alfred" is activated. In v1 it was possible by typing the right cursor key to get the dialog "open" to open the selected contact in Contacts.app. So if I like to change phone number of a contact, I can’t do it with Alfred. Will it come again? Thanks.
×
×
  • Create New...