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:
parent
030ca29ddd
commit
0c48bd7ed0
2 changed files with 108 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue