aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-11-22 10:43:36 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-11-22 10:45:17 +0300
commit87aacdbca77ba8b7a18ab48fd04983a704667de8 (patch)
tree6e2c637035ac7daffb919a0706bcf2ebcfb09f0f /docs
parenta977bb7feb610d5160e02e5b64db61711987560e (diff)
downloadniri-87aacdbca77ba8b7a18ab48fd04983a704667de8.tar.gz
niri-87aacdbca77ba8b7a18ab48fd04983a704667de8.tar.bz2
niri-87aacdbca77ba8b7a18ab48fd04983a704667de8.zip
wiki/accessibility: Mention Alt-Tab
Diffstat (limited to 'docs')
-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 b541daa8..f5eb52a7 100644
--- a/docs/wiki/Accessibility.md
+++ b/docs/wiki/Accessibility.md
@@ -10,6 +10,7 @@ Specifically, niri will announce:
- 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);
+- <sup>Since: next release</sup> niri has an <kbd>Alt</kbd><kbd>Tab</kbd> window switcher where it will announce the selected window title;
- entering the screenshot UI and the overview (niri will say when these are focused, nothing else for now);
- whenever a config parse error occurs;
- the important hotkeys list (for now, as one big announcement without tab navigation; appears on <kbd>Super</kbd><kbd>Shift</kbd><kbd>/</kbd> by default).
@@ -27,7 +28,6 @@ The default config binds <kbd>Super</kbd><kbd>Alt</kbd><kbd>S</kbd> to toggle Or
Note that there are some limitations:
-- We don't have an Alt-Tab window switcher yet; it's in the works.
- We don't have a bind to move focus to layer-shell panels. This is not hard to add, but it would be good to have some consensus or prior art with LXQt/Xfce on how exactly this should work.
- You need to have a screen connected and enabled. Without a screen, niri won't give focus any window. This makes sense for sighted users, and I'm not entirely sure what makes the most sense for accessibility purposes (maybe, it'd be better solved with virtual monitors).
- You need working EGL (hardware acceleration).