udotool is a tool to emulate input events in Linux. It uses kernel uinput driver, which allows userspace program to emulate an input device.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
77
commits
Make timed operations more robust by using `CLOCK_MONOTONIC`.
41f2e9cView on GitHubRename command `names` to `udotool names` and added new command line `--list-names`.
5415322View on GitHubRemoved all remaining Tcl variables in favor of new command `udotool runtime`.
ff33e41View on GitHubRemoved Tcl variable `::udotool::default_delay` in favor of new command `udotool option`.
ff8e8dcView on GitHubRemoved most of Tcl variables in favor of new command `udotool option`.
88196b4View on GitHubReplace variable `::udotool::sys_name` with command `udotool sysname`.
8d7c3d8View on GitHub