Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Mute/Unmute Audio #9

Open
jonasdiemer opened this issue Jan 12, 2021 · 1 comment
Open

[Feature Request] Mute/Unmute Audio #9

jonasdiemer opened this issue Jan 12, 2021 · 1 comment

Comments

@jonasdiemer
Copy link

It would be cool to be able to mute/unmute audio from Alfred. This is useful in cases where Zoom Window is in the background.

@jonasdiemer
Copy link
Author

jonasdiemer commented Jan 12, 2021

Could potentially be done by osascript, e.g. triggered by "zm m".

tell application "zoom.us"
activate
    tell application "System Events"
        keystroke "a" using {shift down, command down}
    end tell
end tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant