Wordbook icon indicating copy to clipboard operation
Wordbook copied to clipboard

Keyboard navigation and accessibility concerns

Open mufeedali opened this issue 6 months ago • 3 comments

I want to improve the current keyboard navigation and accessibility situation.

Right now, not all labels can be focused using keyboard navigation. This is partly intentional because I don't want non-data GtkLabels (like "Synonyms", definition numbering, etc.) to be selectable. The property that I would expect to be what I want, focusable, does not seem to actually allow keyboard navigation either.

I'm also generally unsure about accessibility because I have no familiarity with how someone differently abled might interact with the application.

mufeedali avatar Aug 17 '25 04:08 mufeedali

add 'Ctrl+L' and 'alt+d' and ctrl+f to focus on the search field. because we all use that for web browsers.

fastrizwaan avatar Nov 02 '25 09:11 fastrizwaan

@fastrizwaan By default, focus on launch is on the search entry. Additionally, typing any key will automatically bring focus onto the search entry. I'm still worried about keyboard-only users or anyone needing accessibility features though, because those are areas that I'm unfamiliar with.

mufeedali avatar Nov 05 '25 17:11 mufeedali

that's right, but could you add "Alt+D/Ctrl+L" to select all text, so that we can overwrite existing text. try pressing "ctrl+d" in chrome to see the behavior.

fastrizwaan avatar Nov 06 '25 16:11 fastrizwaan