1 unstable release
0.2.7 | Oct 8, 2022 |
---|---|
0.2.6 |
|
0.2.4 |
|
0.2.3 |
|
0.1.0 |
|
#42 in #wayland-protocol
71 downloads per month
18KB
DEPRECATED: When I created this crate, the protocol was not available in the wayland_protocols_misc crate. Since v0.30.0-beta.10 it is available so there is no reason for this crate to continue to exits. Please use the wayland_protocols_misc crate instead.
zwp-virtual-keyboard
Rust code generated with wayland-scanner crate for virtual_keyboard_unstable_v1 protocol. Some parts might not be safe, even though they are not marked ad "unsafe". One example is that you need to send the correct length of the file when sending a keymap. There might be more though.
Run the example
In order to run the example, your compositor must understand the zwp-virtual-keyboard protocol. Phosh/phoc on the Pinephone or Librem 5 understands it. I usually build the example for my Pinephone and open the editor on it. Then I use scp to copy the executable to the phone and execute it over ssh. You should now see that multiple 'x' characters are entered into the editor.
Bug with rust-analyser
Rust-analyser complains about unresolved issues, but this is a bug. It builds just fine.
Contributing
PR are always welcome :)
Dependencies
~2MB
~42K SLoC