From 87aacdbca77ba8b7a18ab48fd04983a704667de8 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 22 Nov 2025 10:43:36 +0300 Subject: wiki/accessibility: Mention Alt-Tab --- 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 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 SuperShiftE by default); +- Since: next release niri has an AltTab 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 SuperShift/ by default). @@ -27,7 +28,6 @@ The default config binds SuperAltS 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). -- cgit