https://github.com/joerick/flic-zoom-mute
Control Zoom mute with a Flic button
https://github.com/joerick/flic-zoom-mute
Last synced: over 1 year ago
JSON representation
Control Zoom mute with a Flic button
- Host: GitHub
- URL: https://github.com/joerick/flic-zoom-mute
- Owner: joerick
- License: mit
- Created: 2021-04-15T18:20:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T13:51:49.000Z (over 1 year ago)
- Last Synced: 2025-02-05T14:36:25.498Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flic-zoom-mute
## Control Zoom mute with a Flic button!
This is a [plugin] for the [Flic Mac app][flic-mac] that lets you control the Zoom mute setting. No more hunting for the Zoom window when you want to say something!

[plugin]: http://macplugins.flic.io/
[flic-mac]: https://flic.io/mac-app
It works through the macOS Accessibility APIs, even when Zoom is in the background.
The plugin provides 3 actions - Mute, Unmute, and Toggle. You can assign these to buttons as you wish!
## Installation
Download this repo and run 'Install.command' to install. You can **right-click Install.command and choose Open**, or run it from the command line.
Then go to the Flic app and choose 'Reload plugins' from the 'Plugins' menu.
On the first use, you'll have to accept a security dialog, and give the Flic app the ability to control your computer using the Accessibility API - head to the Security & Privacy pane of System Preferences, find Accessibility, and check 'Flic.app'.
## Known issues
- Right now I think it'll only work when your computer's language is set to English, because it's selecting Zoom menu items by name. PRs welcome to add some more languages!