mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
feat(accessibility-post-install): reformat
- split sentences to individual lines - format code-snippets
This commit is contained in:
parent
93f778dc8e
commit
08df26dcff
1 changed files with 47 additions and 40 deletions
|
@ -1,62 +1,69 @@
|
||||||
= Getting Started After Installing with Orca
|
= Getting Started After Installing with Orca
|
||||||
|
|
||||||
Now that the system is installed, you'll need to log in with your user account
|
Now that the system is installed, you'll need to log in with your user account password.
|
||||||
password. But, Orca isn't speaking at this point. To turn it on, press Alt +
|
But, Orca isn't speaking at this point.
|
||||||
Windows + S. The Windows key, from now on, will be called the Super key. This
|
To turn it on, press Alt + Windows + S.
|
||||||
keyboard command is the usual command for turning on Orca. Orca will say "screen
|
The Windows key, from now on, will be called the "Super" key.
|
||||||
reader on." Now, enter your password, and press Enter.
|
This keyboard command is the usual command for turning on Orca.
|
||||||
|
Orca will say "screen reader on." Now, enter your password, and press Enter.
|
||||||
|
|
||||||
Nothing will happen, but you've been logged in. To start Orca here, you'll need
|
Nothing will happen, but you've been logged in.
|
||||||
to press Alt + F2, type in "orca" all lowercase, and press Enter. You'll hear
|
To start Orca here, you'll need to press Alt + F2, type in "orca" all lowercase, and press Enter.
|
||||||
"screen reader on" again. Now, you won't have to turn on Orca again during
|
You'll hear "screen reader on" again.
|
||||||
logging in, and we'll set Orca to turn up automatically after log in as well.
|
Now, you won't have to turn on Orca again during logging in, and we'll set Orca to turn up automatically after log in as well.
|
||||||
|
|
||||||
Now, Mate has an applications menu, which lists all applications in a menu,
|
Now, Mate has an applications menu, which lists all applications in a menu, sorted into categories.
|
||||||
sorted into categories. To get to it, press Alt + F1. Now, arrow to the left to
|
To get to it, press Alt + F1.
|
||||||
the System menu. Then, arrow down to Preferences, and then right arrow. Now,
|
Now, arrow to the left to the System menu.
|
||||||
arrow down to Personal, right arrow, then arrow down to Assistive Technologies,
|
Then, arrow down to Preferences, and then right arrow.
|
||||||
and press Enter.
|
Now, arrow down to Personal, right arrow, then arrow down to Assistive Technologies, and press Enter.
|
||||||
|
|
||||||
Here, we can set preferred technologies, and turn on and off Assistive
|
Here, we can set preferred technologies, and turn on and off Assistive Technologies support.
|
||||||
Technologies support. First, let's turn on Assistive Technologies. Press Tab,
|
First, let's turn on Assistive Technologies.
|
||||||
and check the box. Now, Shift+Tab back to the preferred applications button, and
|
Press Tab, and check the box.
|
||||||
press that. In this dialog, tab to the Orca combo box, and one more time to the
|
Now, Shift+Tab back to the preferred applications button, and press that.
|
||||||
Turn on at Startup check box, and press Space to check it. Now, you can close
|
In this dialog, tab to the Orca combo box, and one more time to the Turn on at Startup check box, and press Space to check it.
|
||||||
the dialogs.
|
Now, you can close the dialogs.
|
||||||
|
|
||||||
Now, let's turn on a few more accessibility options. The text editor on the Mate
|
Now, let's turn on a few more accessibility options.
|
||||||
desktop is Pluma. Open a Run dialog with Alt + F2, type mate-terminal, which has
|
The text editor on the Mate desktop is Pluma.
|
||||||
a dash between the two words, and press Enter. Now, in the terminal, type
|
Open a Run dialog with Alt + F2, type mate-terminal, which has a dash between the two words, and press Enter.
|
||||||
|
Now, in the terminal, type
|
||||||
|
|
||||||
|
|
||||||
|
[source, bash]
|
||||||
|
----
|
||||||
pluma .bash_profile
|
pluma .bash_profile
|
||||||
|
----
|
||||||
|
|
||||||
and press Enter. You'll be in a text area. Press Control + End to go to the
|
and press Enter.
|
||||||
bottom of the file, and add the following lines.
|
You'll be in a text area.
|
||||||
|
Press Control + End to go to the bottom of the file, and add the following lines.
|
||||||
|
|
||||||
|
|
||||||
|
[source, bash]
|
||||||
|
----
|
||||||
export ACCESSIBILITY_ENABLED=1
|
export ACCESSIBILITY_ENABLED=1
|
||||||
export GTK_MODULES=gail:atk-bridge
|
export GTK_MODULES=gail:atk-bridge
|
||||||
export GNOME_ACCESSIBILITY=1
|
export GNOME_ACCESSIBILITY=1
|
||||||
export QT_ACCESSIBILITY=1
|
export QT_ACCESSIBILITY=1
|
||||||
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
|
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
|
||||||
|
----
|
||||||
|
|
||||||
Now, save the file, and close it. Restart the computer, and Orca should come up
|
Now, save the file, and close it.
|
||||||
automatically, and all apps that are accessible will be accessible.
|
Restart the computer, and Orca should come up automatically, and all apps that are accessible will be accessible.
|
||||||
|
|
||||||
== Configuring Orca
|
== Configuring Orca
|
||||||
|
|
||||||
To configure Orca, press Insert + Space. This will bring up a window with
|
To configure Orca, press Insert + Space.
|
||||||
several tabs. Spend some time configuring Orca, then you can apply the changes
|
This will bring up a window with several tabs.
|
||||||
to see how they work, before you close the window. If you want to learn Orca's
|
Spend some time configuring Orca, then you can apply the changes to see how they work, before you close the window.
|
||||||
keyboard commands, press Insert + H for "help." Then, you can press keys to see
|
If you want to learn Orca's keyboard commands, press Insert + H for "help." Then, you can press keys to see what they do, or press F2 to get a list of global commands, or F3 to get a list of application-specific commands.
|
||||||
what they do, or press F2 to get a list of global commands, or F3 to get a list
|
|
||||||
of application-specific commands.
|
|
||||||
|
|
||||||
== Other options and notes
|
== Other options and notes
|
||||||
|
|
||||||
To set a keyboard command for turning off and on Orca, go to the Keyboard
|
To set a keyboard command for turning off and on Orca, go to the Keyboard Shortcuts preferences under Hardware preferences.
|
||||||
Shortcuts preferences under Hardware preferences. You can also set the capslock,
|
You can also set the capslock, Windows, Alt, and other keys to act as other keys, like having the Capslock as an additional control.
|
||||||
Windows, Alt, and other keys to act as other keys, like having the Capslock as
|
If you close a program, like VLC, and accessibility seems to freeze, press Insert + H, then F2 to bring up an accessible window.
|
||||||
an additional control. If you close a program, like VLC, and accessibility seems
|
You may close the screen reader shortcuts afterwards.
|
||||||
to freeze, press Insert + H, then F2 to bring up an accessible window. You may
|
If Orca becomes unresponsive, restart it by opening the Run dialog, typing "orca -r", and pressing Enter.
|
||||||
close the screen reader shortcuts afterwards. If Orca becomes unresponsive,
|
|
||||||
restart it by opening the Run dialog, typing "orca -r", and pressing Enter.
|
|
||||||
|
|
Loading…
Reference in a new issue