💾 Archived View for freeshell.de › tldr › xdotool.gmi captured on 2024-02-05 at 12:18:47. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Command-line automation for X11.
xdotool search --onlyvisible --name {firefox}
xdotool click {3}
xdotool getactivewindow
xdotool windowfocus --sync {12345}
xdotool type --delay {500} "Hello world"
xdotool key {KP_Enter}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).