Hacker News new | past | comments | ask | show | jobs | submit login

xdotool sits that the heart of a few useful keyboard macros I have set up, e.g.

    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
Finds the zoom meeting or webinar I'm in, brings it to top, and unmutes it. Very useful



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: