No description
Find a file
2022-12-12 18:27:10 +00:00
80-dotool.rules include udev rule and add uninstall.sh 2022-10-24 11:21:05 +01:00
dotool.go include udev rule and add uninstall.sh 2022-10-24 11:21:05 +01:00
dotoolc use >&2 instead of >/dev/stderr 2022-11-01 10:26:02 +00:00
dotoold use >&2 instead of >/dev/stderr 2022-11-01 10:26:02 +00:00
go.mod initial commit 2022-10-22 13:41:10 +01:00
go.sum initial commit 2022-10-22 13:41:10 +01:00
install.sh install: make udev directory if it does not exist 2022-10-26 15:24:51 +01:00
keys.go initial commit 2022-10-22 13:41:10 +01:00
LICENSE initial commit 2022-10-22 13:41:10 +01:00
README.md readme: format and add support me section 2022-12-12 18:27:10 +00:00
uninstall.sh include udev rule and add uninstall.sh 2022-10-24 11:21:05 +01:00
xkeys.bash initial commit 2022-10-22 13:41:10 +01:00

dotool

dotool reads commands from stdin and simulates keyboard and mouse events. It works everywhere on Linux, including in X11, Wayland and TTYs.

It takes about half a second to register the virtual device, but it can be kept using the daemon.

Install From Source

With go (>=1.19) run sudo ./install.sh.

Usage

dotool will require root permissions unless you are in group input.

This greets the world: echo 'type Sup, Lads!' | dotool

This screams for three seconds: { echo keydown A; sleep 3; echo key H shift+1; } | dotool

This drags the mouse: printf %s\\n 'buttondown left' 'mousemove 0 100' 'buttonup left' | dotool

The daemon and client, dotoold and dotoolc, can used to keep a persistent virtual device for a quicker initial response:

dotoold &
echo 'type super' | dotoolc
echo 'type speedy' | dotoolc

Contact

You can send questions, thoughts or patches by composing an email to ~geb/public-inbox@lists.sr.ht.

Support Me

Thank you!

License

GPLv3 only, see LICENSE.

Copyright (c) 2022 John Gebbie