Blokus is a fun game that involves placing different size/shape/color pieces on a board.
The pieces look like this:
Blokus is a fun game that involves placing different size/shape/color pieces on a board.
The pieces look like this:
| -- Zoom Version | |
| on run | |
| tell application "zoom.us" | |
| activate | |
| tell application "System Events" to tell process "zoom.us" to keystroke "a" using {shift down, command down} -- Mute/Unmute command in Zoom | |
| end tell | |
| end run | |
| -- Google Meet Version |