Skip to content

Commit 556b4fd

Browse files
committed
Porting several accessibility pages from GNOME help
1 parent 20204d7 commit 556b4fd

7 files changed

Lines changed: 96 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(adjust-the-contrast)=
2+
# Adjust the contrast
3+
4+
You can adjust the contrast of windows and buttons so that they’re easier to see. This is not the same as changing the brightness of the whole screen; only parts of the user interface will change.
5+
6+
1. Open the Activities overview and start typing **accessibility**.
7+
2. Click {guilabel}`Accessibility` to open the panel.
8+
3. Open the {guilabel}`Seeing` section.
9+
4. Enable the {guilabel}`High Contrast` option.
10+
11+
:::{tip}
12+
You can turn high contrast on and off by clicking the {ref}`accessibility icon <find-the-accessibility-menu>` on the top bar and selecting {guilabel}`High Contrast`.
13+
:::
14+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
(change-text-size-on-the-screen)=
2+
# Change text size on the screen
3+
4+
If you have difficulty reading the text on your screen, you can change the size of the font.
5+
6+
1. Open the Activities overview and start typing **accessibility**.
7+
2. Click on {guilabel}`Accessibility` to open the panel.
8+
3. Open the {guilabel}`Seeing` section.
9+
4. Enable the {guilabel}`Large Text` option.
10+
11+
Alternatively, you can quickly change the text size by clicking the {ref}`accessibility icon <find-the-accessibility-menu>` on the top bar and selecting {guilabel}`Large Text`.
12+
13+
Large Text scales the text by 1.2 times. You can use Tweaks to make text size bigger or smaller.
14+
15+
:::{tip}
16+
In many applications, you can increase the text size at any time by pressing {kbd}`Ctrl++`. To reduce the text size, press {kbd}`Ctrl+-`.
17+
:::
18+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(find-the-accessibility-menu)=
2+
# Find the accessibility menu
3+
4+
The *accessibility menu* is where you can turn on some of the accessibility settings. You can find this menu by clicking the icon which looks like a person on the top bar.
5+
6+
![The accessibility menu can be found on the top bar.](person.png)
7+
8+
If you do not see the accessibility menu, you can enable it from the Accessibility settings panel:
9+
10+
1. Open the Activities overview and start typing Accessibility.
11+
12+
2. Click on Accessibility to open the panel.
13+
14+
3. Switch the Accessibility Menu switch to on.
15+
16+
To access this menu using the keyboard rather than the mouse, press {kbd}`Ctrl+Alt+Tab` to move the keyboard focus to the top bar. The Activities button in the top-left corner will get highlighted — this tells you which item on the top bar is selected. Use the arrow keys on the keyboard to move the selected item to the accessibility menu icon and then press {kbd}`Enter` to open it. You can use the up and down arrow keys to select items in the menu. Press {kbd}`Enter` to toggle the selected item.
17+

docs/how-to/accessibility/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Accessibility
2+
3+
The system includes assistive technologies to support users with various impairments and special needs, and to interact with common assistive devices. An accessibility menu can be added to the top bar, giving easier access to many of the accessibility features.
4+
5+
:::{toctree}
6+
:maxdepth: 2
7+
8+
find-the-accessibility-menu
9+
read-screen-aloud
10+
read-screen-in-braille
11+
adjust-the-contrast
12+
change-text-size-on-the-screen
13+
:::
14+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
(read-screen-aloud)=
2+
# Read screen aloud
3+
4+
The Orca screen reader can speak the user interface. Depending on how you installed your system, you might not have Orca installed. If not, install Orca first.
5+
6+
```bash
7+
sudo apt install orca
8+
```
9+
10+
To start Orca using the keyboard, press {kbd}`Super+Alt+S`.
11+
12+
Or to start Orca using a mouse and keyboard:
13+
14+
1. Open the Activities overview and start typing **accessibility**.
15+
16+
2. Click {guilabel}`Accessibility` to open the panel.
17+
18+
3. Select the {guilabel}`Seeing` section to open it.
19+
20+
4. Enable the {guilabel}`Screen Reader` switch.
21+
22+
:::{tip}
23+
You can turn Screen Reader on and off by clicking the {ref}`accessibility icon <find-the-accessibility-menu>` in the top bar and selecting {guilabel}`Screen Reader`.
24+
:::
25+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(read-screen-in-braille)=
2+
# Read screen in Braille
3+
4+
The Orca screen reader can display the user interface on a refreshable Braille display. Depending on how you installed your system, you might not have Orca installed. If not, install Orca first.
5+
6+
Refer to the Orca Help for more information.
7+

docs/how-to/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ maintaining, and contributing to the starter pack.
77
:maxdepth: 1
88

99
log-in-using-a-smart-card
10-
1110
enable-smart-cards-in-snapped-browsers
11+
accessibility/index
1212
:::

0 commit comments

Comments
 (0)