diff options
Diffstat (limited to 'gnome2-accessibility-guide/C')
-rwxr-xr-x | gnome2-accessibility-guide/C/config.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/gnome2-accessibility-guide/C/config.xml b/gnome2-accessibility-guide/C/config.xml index d27874f..96aa964 100755 --- a/gnome2-accessibility-guide/C/config.xml +++ b/gnome2-accessibility-guide/C/config.xml @@ -24,7 +24,6 @@ If you are using large print fonts, the entire <guilabel>Preferences</guilabel> <para> The GUI configuration dialog is made up of several sections, each denoted by a notebook tab at the top of the dialog. These tabs can be navigated with the left/right arrow keys when the tabstrip has focus. Press the down arrow or <keycap>Tab</keycap> to move from the tabstrip into the options area for the currently highlighted tab/section. To return to the tabstrip, use <keycap>Shift-Tab</keycap> until the tabstrip is selected again. </para> -</section> <section> <title>Orca Preferences - General</title> @@ -83,6 +82,7 @@ If speech is enabled, there are several additional settings which you can adjust <para> <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> <section> <title>Orca Preferences - Braille</title> @@ -142,7 +142,23 @@ information, whereas Brief (Alt-F) will not. <para> <emphasis>Enable magnifier (Alt-M)</emphasis> - sets whether the magnifier is active or not. </para> +<para> +<emphasis>Scale factor (Alt-F)</emphasis> - sets the amount of magnification. +</para> </section> </section> + +<section> +<title>MouseTweaks - Mouse Accessibility Enhancements</title> +<para> +Additional accessibility options related to mouse-type pointing devices can be adjusted by using <menuchoice><guimenuitem>System</guimenuitem><guimenuitem>Preferences</guimenuitem><guimenuitem>Mouse</guimenuitem></menuchoice> and selecting the <guilabel>Accessibility</guilabel> tab. +</para> +<para> +<emphasis>Trigger secondary click (Alt-T)</emphasis> - a secondary click can be issued by using the primary button and keeping it held down for a specified delay (Alt-D). +</para> +<para> +<emphasis>Initiate click when stopping pointer movement (Alt-I)</emphasis> - a "dwell click" can be performed with a given delay (Alt-E) and motion threshold (Alt-M). After the dwell period, you will be asked for what type of click to issue, or you may optionally configure this beforehand (Alt-B). A prompting window can also be used (Alt-W) for each dwell click. Lastly, mouse gestures can also specify the click type to be issued (Alt-U) - eg, moving the mouse left will result in a single click by default, or you may specify which direction equals what type of click. +</para> +</section> </chapter> |