-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
It was suggested to make this crate serve as a "source of truth" for keyboard symbols across the Rust GUI ecosystem (between X11 and Wayland). This issue serves as a tracking issue for all PRs/issues I file to do this.
Repositories to file PRs against
xkbcommon
(cc @rtbo), see Use the xkeysym crate as a source of truth for keyboard symbols rust-x-bindings/xkbcommon-rs#43smithay-client-toolkit
(cc @i509VCB), see Use xkeysym for keyboard handling Smithay/client-toolkit#378xkbcommon-dl
(cc @kchibisov), Use xkeysym instead of manual keysyms xkbcommon-dl#8rust-xkb
(cc @meh), PR not filed yet
I'll file draft PRs at first to make sure the interface checks out in all cases. Once I'm sure that we have the API that we want, I'll release xkeysym
version 1.0.0 and mark all of these as ready.
Other matters
It was discussed that this repository should be moved to be under either @Smithay or @rust-windowing. Not sure what the organization admins' thoughts on that are. Done! It's been moved to @rust-windowing
I'll also ping @psychon and @eduardosm, since you've both expressed interest in unifying the X11 ecosystem (re as-raw-xcb-connection
).