ydotool
ydotool copied to clipboard
Generic command-line automation tool (no X!)
Running on Ubuntu 22.04 and possibly ydotool 1.0.1 (see #169). I want to automate a batch sequence with `ctrl+c`. The ydotool lines that should accomplish this ``` ydotool key 29:1...
I'm using the `0xC0: left button click (down then up)` and it works. However, when it clicks it leaves the key pressed down and it takes a while before it...
[KDE] [(x)Wayland] [ArchLinux] [MultiMonitor] Generally confusing behavior with the "click" command
Steps to reproduce: 1. Compile latest ydotool from source 2. `sudo ydotoold` 3. `sudo ydotool click 0xC0` On certain positions on the screen, the mouse may not click.
The output of `ydotool key --help` says: > Since we are emulating keyboard input, combination like Shift+# is invalid. > Because typing a `#' involves pressing Shift and 3. However,...
Hey, I've installed the latest ydotools on my ubuntu 22.04 which runs inside a virtual machine on an Proxmox Virtual Environment. I've added the user to input group, created the...
From the README: > Now it's possible to implement support for different keyboard layouts in type How can I do that ? I can't find the information. Also I would...
In case you want to create a deb package, I find it very easy with the following procedure (I don't know if there is a better way using Github Actions)....
Hello, I'm using ydotool with nerd-dictation, following this tutorial: https://github.com/ideasman42/nerd-dictation/blob/master/readme-ydotool.rst However, I get a broken pipe error with ydotool, and I do not know what to investigate to solve it....
How can I use ydotool to implement pinch. such as xdotool: "xdotool keydown ctrl click 4 keyup ctrl"
Hello, I'd like to make a PPA for Ubuntu/Debian based distros of your project. My question is, what this program uses from `boost-libs`? Because Debian based distros hasn't got a...