inputsynth 0.1.1

X11 input synthesis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "inputsynth"
description = "X11 input synthesis"
authors = [ "Yuxuan Shui" ]
version = "0.1.1"
edition = "2021"
license = "MIT"
homepage = "https://github.com/yshui/inputsynth"
repository = "https://github.com/yshui/inputsynth"

[dependencies]
thiserror = "1.0.30"
x11rb = { version = "0.9.0", features = ["xtest", "xkb", "allow-unsafe-code", "xinput"] }
xcb = "1.0.0-beta"
xkbcommon = { version = "0.5.0-beta.0", features = [ "x11" ] }