accessibility.md
ASCII text
Accessibility support
The Panorama panel is not yet tested for accessibility, however it is considered in the design.
Keyboard usage
Get a plugin like
wf-panel-focus by Scott Moreau (for Wayfire)
which will add a keybinding to cycle between displayed panels (default:
Control-Alt-Tab) and one to return to the working area (Control-Alt-Esc). Enable
can_capture_keyboard
on your panels, so they will be able to be focused.
Then you can use normal GTK widget navigation in the panels.
If you enable that option without a suitable plugin, panels can be focused in Wayfire by clicking them, which is not the expected UX, so don't enable it without an appropriate setup.
1Accessibility support 2===================== 3 4The Panorama panel is not yet tested for accessibility, however it is considered 5in the design. 6 7Keyboard usage 8-------------- 9 10Get a plugin like 11[wf-panel-focus by Scott Moreau (for Wayfire)](https://github.com/soreau/wf-panel-focus) 12which will add a keybinding to cycle between displayed panels (default: 13Control-Alt-Tab) and one to return to the working area (Control-Alt-Esc). Enable 14`can_capture_keyboard` on your panels, so they will be able to be focused. 15Then you can use normal GTK widget navigation in the panels. 16 17If you enable that option without a suitable plugin, panels can be focused in 18Wayfire by clicking them, which is not the expected UX, so don't enable it 19without an appropriate setup. 20