Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Sticky Keys support #596

Open
wismill opened this issue Jan 16, 2025 · 1 comment
Open

Missing Sticky Keys support #596

wismill opened this issue Jan 16, 2025 · 1 comment
Labels
state Indicates a need for improvements or additions to the xkb_state API X11 legacy: missing feature Indicates a need to implement legacy X11 features
Milestone

Comments

@wismill
Copy link
Member

wismill commented Jan 16, 2025

Currently we do not support XKB Keyboard Controls.

However, among them is StickyKeys which seems sensible to implement in order to avoid Compositors to implement themselves the tricky Latch mechanics.

This would require exhaustive testing in order to avoid issues similar to #583.

@wismill wismill added X11 legacy: missing feature Indicates a need to implement legacy X11 features state Indicates a need for improvements or additions to the xkb_state API labels Jan 16, 2025
@Jules-Bertholet
Copy link
Contributor

issues similar to #583

My PR #569 fixes many such issues. Some of its changes may be controversial, as not clearly justified by the XKB spec. But all make for a nicer and more intuitive user experience in my testing, and some are absolutely necessary if StickyKeys is to work well with all the layouts in xkeyboard-config.

Unfortunately, there are also latching-related bugs outside libxkbcommon. I fixed one issue in ibus (ibus/ibus#2710), but there is also a bug in GTK (https://gitlab.gnome.org/GNOME/gtk/-/issues/7266) whose cause I have not yet uncovered. And there may be yet more problems elsewhere I don’t know about.

@wismill wismill modified the milestones: 1.9.0, 1.11.0 Jan 17, 2025
@wismill wismill mentioned this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state Indicates a need for improvements or additions to the xkb_state API X11 legacy: missing feature Indicates a need to implement legacy X11 features
Projects
None yet
Development

No branches or pull requests

2 participants