Skip to content

Commit

Permalink
Refactor browser extension to support different languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRegado committed Mar 27, 2021
1 parent 6eead02 commit c7a9f78
Show file tree
Hide file tree
Showing 59 changed files with 653 additions and 501 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ dmypy.json

.vscode/
.DS_Store
DistributionTool.exe
DistributionTool
com.chrisregado.googlemeet.streamDeckPlugin
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

![Screenshot](keys_screenshot.png)

This is a plugin that allows the [Elgato Stream Deck](https://www.elgato.com/en/gaming/stream-deck) to control your camera and microphone in a Google Meet call. It provides toggle buttons that show whether your camera and mic are on or off, and they update whenever you press a Stream Deck button or mute/unmute directly in Meet. It also provides dedicated on/off keys, in case you prefer single-purpose buttons.
This is a plugin that allows the [Elgato Stream Deck](https://www.elgato.com/en/gaming/stream-deck) to control your camera and microphone in a Google Meet call. It provides toggle buttons that show whether your camera and mic are on or off, and they update whenever you press a Stream Deck button or mute/unmute directly in Meet. It also provides some other buttons to control various elements of the Meet web UI.

This plugin works in conjuction with our Google Chrome web extension, which is required for this plugin to function.

Developed and tested primarily on macOS 10.15, Python 3.8.5, Chrome 84, and Stream Deck app v4.8.1. It should work on Windows as well.
Developed and tested primarily on macOS 11.2, Python 3.8.5, Chrome 89, and Stream Deck app v4.9.3. It should work on Windows as well.

## Installing

Expand Down
Binary file modified assets/actions.psd
Binary file not shown.
Binary file modified assets/keys.psd
Binary file not shown.
Loading

0 comments on commit c7a9f78

Please sign in to comment.