mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Improve keyboard navigation with KP_BEGIN and KP_END #2865
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#2865
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hartmnt on GitHub (Jun 24, 2024).
Originally assigned to: @Hartmnt on GitHub.
Description
In #5984 the accessibility of the entire application was overhauled. Mumble was made keyboard navigable. However, I failed to notice that
KP_BEGINandKP_ENDwere also used by screen reader users for keyboard navigation.Thanks to user squeaktoy for bringing this to my attention: https://github.com/mumble-voip/mumble/pull/5984#issuecomment-2123446439
We need to go through all UI elements and see how they react to pressing
KP_BEGINandKP_END(or "Home" and "End")Mumble version
1.5.634
Mumble component
Client
Reproducible?
Yes
@squeaktoy commented on GitHub (Jun 25, 2024):
I did notice that
KP_BEGINworks differently on Windows/NVDA than it does on Linux/Orca. On Orca it reads out useless info while on NVDA it does read what you would get if you focus the element through regular navigation.