diff options
Diffstat (limited to 'gnome2-accessibility-guide')
-rwxr-xr-x | gnome2-accessibility-guide/C/config.xml | 63 |
1 files changed, 61 insertions, 2 deletions
diff --git a/gnome2-accessibility-guide/C/config.xml b/gnome2-accessibility-guide/C/config.xml index 12892ff..d27874f 100755 --- a/gnome2-accessibility-guide/C/config.xml +++ b/gnome2-accessibility-guide/C/config.xml @@ -27,7 +27,7 @@ The GUI configuration dialog is made up of several sections, each denoted by a n </section> <section> -<title>Orca Preferences - General Section</title> +<title>Orca Preferences - General</title> <para> <emphasis>Keyboard Layout</emphasis> - this radio group offers two mutually-exclusive options for indicating which keyboard layout applies to you: Desktop or Laptop. To quickly access <application>Orca</application> functions an "Orca modifier key" is used as a shift-type key, to be used in conjunction with other keys meaningful to <application>Orca</application>. This modifier (also called a system, shift or host key) is the <keycap>Insert</keycap> key for the Desktop layout and the <keycap>Caps Lock</keycap> key for the Laptop layout. For example, to bring up the GUI configuration dialog would require <keycap>Insert + Space</keycap> with the Desktop layout, or <keycap>Caps Lock + Space</keycap> when using the Laptop layout. </para> @@ -46,7 +46,7 @@ The GUI configuration dialog is made up of several sections, each denoted by a n </section> <section> -<title>Orca Preferences - Speech Section</title> +<title>Orca Preferences - Speech</title> <para> <emphasis>Enable Speech (Alt-E)</emphasis> - check this option to make use of speech functionality. If unchecked, the other controls in this section will be disabled, as their settings are not relevant without speech being enabled. </para> @@ -84,6 +84,65 @@ If speech is enabled, there are several additional settings which you can adjust <emphasis>Table Row Speech</emphasis> - this radio group specifies whether an individual Cell (Alt-C) is spoken or the entire Row (Alt-R) when navigating cell/row table structures. </para> +<section> +<title>Orca Preferences - Braille</title> +<para> +<emphasis>Enable Braille support (Alt-S)</emphasis> - Braille output support can be set on or off. When enabled, the additional options below are made available. +</para> +<para> +<emphasis>Enable Braille monitor (Alt-M)</emphasis> - Braille output can be represented on-screen; this is usually used to help development testing. +</para> +<para> +<emphasis>Abbreviated role names (Alt-A)</emphasis> - this option will reduce the number of Braille cells required to label user-interactive controls such as text fields, buttons, sliders, etc. For example, "slider" would be abbreviated to "sldr." +</para> +<para> +<emphasis>Enable contracted Braille (Alt-E)</emphasis> - if checked, also supply a contraction table (Alt-T) to be used. +</para> +<para> +<emphasis>Verbosity</emphasis> - determines how much Braille output is produced in certain situations. For example, Verbose (Alt-B) will display keyboard shortcut and role name +information, whereas Brief (Alt-F) will not. +</para> +<para> +<emphasis>Selection indicator</emphasis> - determines the Braille arrangement for indicating a user selection: None (Alt-N), Dot-7 (Alt-7), Dot 8 (Alt-8), or Dot 7-and-8 (Alt-D). +</para> +</section> + +<section> +<title>Orca Preferences - Key Echo</title> +<para> +<emphasis>Enable key echo (Alt-K)</emphasis> - speaks keys as you type them. The remaining options in this section can only be set if key echo is enabled. +</para> +<para> +<emphasis>Enable alphanumeric and punctuation keys (Alt-A)</emphasis> - determines if letter, number and punctuation characters are echoed as you type them. +</para> +<para> +<emphasis>Enable modifier keys (Alt-M)</emphasis> - determines if <keycap>Shift</keycap>, <keycap>Ctrl</keycap>, <keycap>Alt</keycap>, etc. keys are echoed when pressed. +</para> +<para> +<emphasis>Enable locking keys (Alt-G)</emphasis> - determines if the <keycap>Caps Lock</keycap>, <keycap>Scroll Lock</keycap>, or +<keycap>Num Lock</keycap> keys are echoed when pressed. +</para> +<para> +<emphasis>Enable function keys (Alt-F)</emphasis> - determines if <keycap>F1</keycap> - <keycap>F12</keycap> are announced when they are pressed. +</para> +<para> +<emphasis>Enable action keys (Alt-T)</emphasis> - determines if logical action keys are announced when they are pressed; these include +<keycap>Backspace</keycap>, <keycap>Return</keycap> and <keycap>Tab</keycap>. +</para> +<para> +<emphasis>Enable navigation keys (Alt-N)</emphasis> - determines if navigation keys are announced when they are pressed; these include arrow keys as well as <keycap>Home</keycap>, <keycap>End</keycap>, <keycap>Page Up</keycap>, etc. +</para> +<para> +<emphasis>Enable echo by word (Alt-W)</emphasis> - determines if whole words are spoken as you type them, rather than character by character. +</para> +</section> + +<section> +<title>Orca Preferences - Magnification</title> +<para> +<emphasis>Enable magnifier (Alt-M)</emphasis> - sets whether the magnifier is active or not. +</para> +</section> </section> </chapter> |