iced-rs/iced

Request to add a "virtual keyboard" example

Offen

#896 geöffnet am 29.05.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.572 Forks)batch import
accessibilityfeaturehelp wanted

Repository-Metriken

Stars
 (30.491 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 24T 11h) (11 gemergte PRs in 30 T)

Beschreibung

Sorry, I'm new to rust and there are many things I don't know in depth, so this topic may be very abrupt. I have encountered some problems with the "virtual keyboard". For example, showing + top window + inactivity (not stealing input focus) is the most important feature of the special window that is the virtual keyboard. For example, clicking on a button to send a keystroke also does not activate the window. I didn't find a solution to any of these problems in the documentation or in the example, so if possible I would ask to add an example of a virtual keyboard (even if it has only one keyboard button). Thank you very much.

The "iced" examples are very good and I learned a lot. In the "bezier_tool" I have a small comment, could it be transformed into a brush tool? I think the "brush or scribble" feature could be more widely used, and more people could modify their own applications directly from a brush example.

Contributor Guide