aboutsummaryrefslogtreecommitdiff
path: root/docs/wiki
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-08-31 11:20:07 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-08-31 11:20:20 +0300
commitdb419b4fc7dbfb32a5c954502839c2331bcb4ecc (patch)
tree1e518a9bb8c544ae658c8a5694bf5274606f7b70 /docs/wiki
parent7c140637070effb55f2c379f3ca08830666f5f4b (diff)
downloadniri-db419b4fc7dbfb32a5c954502839c2331bcb4ecc.tar.gz
niri-db419b4fc7dbfb32a5c954502839c2331bcb4ecc.tar.bz2
niri-db419b4fc7dbfb32a5c954502839c2331bcb4ecc.zip
wiki/Accessibility: Clarify workspace announcement
Diffstat (limited to 'docs/wiki')
-rw-r--r--docs/wiki/Accessibility.md2
1 files changed, 1 insertions, 1 deletions
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 <kbd>Super</kbd><kbd>Shift</kbd><kbd>E</kbd> 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;