xdotool

X11을 위한 명령줄 자동화 도구. 더 많은 정보: https://manned.org/xdotool.

xdotool search --onlyvisible --name {{firefox}}

xdotool click {{3}}

xdotool getactivewindow

xdotool windowfocus --sync {{12345}}

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

xdotool key {{KP_Enter}}