ydotool icon indicating copy to clipboard operation
ydotool copied to clipboard

Generic command-line automation tool (no X!)

Results 76 ydotool issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

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,...

enhancement

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...

waiting for reply

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...

enhancement
information

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)....

enhancement
information

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....

waiting for reply

How can I use ydotool to implement pinch. such as xdotool: "xdotool keydown ctrl click 4 keyup ctrl"

1

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...