By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 accessibility.md

View raw Download
text/plain • 753 B
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.

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