ZOOM=$(xdotool search --limit 1 --name "Zoom Meeting" || xdotool search --limit 1 --name "Zoom Webinar") if [ -n "${ZOOM}" ]; then xdotool windowactivate --sync "${ZOOM}" sleep 0.1 xdotool key --clearmodifiers "alt+a" fi