X11을 위한 명령줄 자동화 도구. 더 많은 정보: https://manned.org/xdotool.
xdotool search --onlyvisible --name {{firefox}}
<RightClick>:xdotool click {{3}}
xdotool getactivewindow
xdotool windowfocus --sync {{12345}}
xdotool type --delay {{500}} "Hello world"
<Enter> 키 누르기:xdotool key {{KP_Enter}}