add KDE target

Key presses can be sent to kwin with the EI (Emulated Input) protocol.
Connecting is handled by the xdg-desktop-portal D-Bus APIs and the
current D-Bus implementation is large. Add a separate target for KDE.
This commit is contained in:
Richard Acayan 2024-10-17 21:32:15 -04:00
parent 030ca29ddd
commit 0c48bd7ed0
No known key found for this signature in database
GPG key ID: 0346F4894879DB73
2 changed files with 108 additions and 0 deletions

View file

@ -33,6 +33,10 @@ bindgen = "0.70.1"
name = "ufkbd-gnome"
path = "src/ufkbd_gnome.rs"
[[bin]]
name = "ufkbd-kde"
path = "src/ufkbd_kde.rs"
[[bin]]
name = "ufkbd-sxmo"
path = "src/ufkbd_sxmo.rs"