From cb5cfd8d7f09c234515e87d8fb4d5213f2ac72b4 Mon Sep 17 00:00:00 2001 From: neher-igel Date: Mon, 6 Jan 2025 10:50:02 -0700 Subject: [PATCH] xdotool xdotool --- docs/Docs/Cheatsheet-IGELCommunity.md | 1 + docs/Docs/Cheatsheet-Linux-General.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/Docs/Cheatsheet-IGELCommunity.md b/docs/Docs/Cheatsheet-IGELCommunity.md index dcbb3dc5..7a4ac995 100644 --- a/docs/Docs/Cheatsheet-IGELCommunity.md +++ b/docs/Docs/Cheatsheet-IGELCommunity.md @@ -87,6 +87,7 @@ Open the following link and type in command to get examples of usage - [Cheat Sh | [wget](Cheatsheet-Linux-General.md#wget) | :material-check-bold: | :material-check-bold:| non-interactive network downloader | | [which](Cheatsheet-Linux-General.md#which) | :material-check-bold: | :material-check-bold:| locate command | | [wmctrl](Cheatsheet-Linux-General.md#wmctrl) | :material-check-bold: | :material-check-bold:| interact with X window manager | +| [xdotool](Cheatsheet-Linux-General.md#xdotool) | :material-check-bold: | :material-check-bold:| command-line X11 automation tool | | [xinput](Cheatsheet-Linux-General.md#xinput) | :material-check-bold: | :material-check-bold:| utility to configure and test X input devices | | [xset](Cheatsheet-Linux-General.md#xset) | :material-check-bold: | :material-check-bold:| user preference utility for X | | [zenity](Cheatsheet-Linux-General.md#zenity) | :material-check-bold: | :material-check-bold:| display dialog window, and return (either in the return code, or on standard output) the users input | diff --git a/docs/Docs/Cheatsheet-Linux-General.md b/docs/Docs/Cheatsheet-Linux-General.md index 61ec91e7..664ca385 100644 --- a/docs/Docs/Cheatsheet-Linux-General.md +++ b/docs/Docs/Cheatsheet-Linux-General.md @@ -642,6 +642,12 @@ wmctrl -l wmctrl -i -a $(wmctrl -l | grep igelums | cut -f 1) ``` +## xdotool + +command-line X11 automation tool + +- [Automating X11 with xdotool (with examples)](https://commandmasters.com/commands/xdotool-linux/) + ## xinput utility to configure and test X input devices