-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat(accessibility): key-nav & touch-scrolling #605
Comments
I tested the touchscreen on a Linux system that mainly uses |
Same issue on Debian 12 KDE |
@AnonymousWP should we split this in 2 feature requests? I guess it makes sense, because touch-scrolling isn't the only kind of touch-navigation (we could add "gestures" in the far future) |
I've noticed something weird (but good): 2-finger scrolling (touchpad) always works, it doesn't depend on pointer/cursor position. Nice workaround for this |
Describe the feature you want
Support for keyboard navigation is non-existent: the arrow keys can't be used to scroll the pack list and
Tab
can't focus on any widget.Surprisingly, touchscreen scrolling works (at least on Wayland+Mutter), but only when dragging the background of the pack list (a tiny margin between list items; hard to "aim"). If UAD-ng somehow falls-back to x11, then this bug may be a limitation of
xwayland
(notxorg
) input-handling.Touchscreen clicks work perfectly fine
Acknowledgements
The text was updated successfully, but these errors were encountered: