From db419b4fc7dbfb32a5c954502839c2331bcb4ecc Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 31 Aug 2025 11:20:07 +0300 Subject: wiki/Accessibility: Clarify workspace announcement --- docs/wiki/Accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/wiki/Accessibility.md b/docs/wiki/Accessibility.md index da46bc10..4dfafd86 100644 --- a/docs/wiki/Accessibility.md +++ b/docs/wiki/Accessibility.md @@ -6,7 +6,7 @@ Niri has basic support for screen readers (specifically, [Orca](https://orca.gno We implement the `org.freedesktop.a11y.KeyboardMonitor` D-Bus interface for Orca to listen and grab keyboard keys, and we expose the main niri UI elements via [AccessKit](https://accesskit.dev). Specifically, niri will announce: -- workspace switching, for example it'll say "Workspace 2"; +- workspace switching, for example it'll say "Workspace 2" when you switch to the second workspace; - the exit confirmation dialog (appears on SuperShiftE by default); - entering the screenshot UI and the overview (niri will say when these are focused, nothing else for now); - whenever a config parse error occurs; -- cgit