Skip to content

Commit

Permalink
Merge pull request #172 from IGEL-Community:xdotool
Browse files Browse the repository at this point in the history
xdotool
  • Loading branch information
rneher-igel authored Jan 6, 2025
2 parents 56b398d + cb5cfd8 commit 367499b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Docs/Cheatsheet-IGELCommunity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
6 changes: 6 additions & 0 deletions docs/Docs/Cheatsheet-Linux-General.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 367499b

Please sign in to comment.