add sxmo target
The SXMO (sway) environment expects that the on-screen keyboard does not handle visibility by itself. Add a new target that ignores the program's own show/hide requests and shows the keyboard on startup.
This commit is contained in:
parent
cefc4ddc79
commit
32f3fee405
2 changed files with 78 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ bindgen = "0.69.4"
|
|||
name = "ufkbd-gnome"
|
||||
path = "src/ufkbd_gnome.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "ufkbd-sxmo"
|
||||
path = "src/ufkbd_sxmo.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "ufkbd-wl"
|
||||
path = "src/ufkbd_wl.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue