-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

xdotool


> Command-line automation for X11.

More information.


Retrieve the X-Windows window ID of the running Firefox window(s):

xdotool search --onlyvisible --name {firefox}

Click the right mouse button:

xdotool click {3}

Get the ID of the currently active window:

xdotool getactivewindow

Focus on the window with ID of 12345:

xdotool windowfocus --sync {12345}

Type a message, with a 500ms delay for each letter:

xdotool type --delay {500} "Hello world"

Press the enter key:

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).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:46:19 2024