From 9ba222900516f6210c6b141af3be3819c507d18c Mon Sep 17 00:00:00 2001 From: Vincent Alexander Date: Sat, 1 Nov 2008 23:08:28 +0000 Subject: orca wiki import svn path=/trunk/; revision=1014 --- gnome2-accessibility-guide/C/orca.xml | 269 ++++++++++++++++++++++++++++++++++ 1 file changed, 269 insertions(+) (limited to 'gnome2-accessibility-guide/C') diff --git a/gnome2-accessibility-guide/C/orca.xml b/gnome2-accessibility-guide/C/orca.xml index 5f9ba22..626c14f 100644 --- a/gnome2-accessibility-guide/C/orca.xml +++ b/gnome2-accessibility-guide/C/orca.xml @@ -731,5 +731,274 @@ X Window System DISPLAY of where to put the zoomer window. Written in the form " + +
+Key Bindings Page + + + + + + + +Orca GUI Configuration - Key Bindings Page + + + + + +The key bindings page allows you to examine and modify the key bindings for Orca. + + +
+Orca Modifier Key(s) + +The first control on the key bindings page allows you to examine which key (or keys) acts as the "Orca modifier." The Orca modifier is the key that you press and hold in conjunction with other keys to give commands to Orca. For desktop keyboards, the Orca modifier defaults to Insert. For laptop keyboards, the Orca modifier defaults to the Caps Lock key. + + + +You cannot modify the Orca modifier key(s) using the Configuration GUI at this time. + + +
+ +
+Key Bindings Table + +The key bindings table provides a list of Orca operations and the keys that are bound to them. + + +The "Function" column header is a description of the Orca operation to be performed. + + +The "Key Binding" header is the primary way to invoke the function from the keyboard. Note that the function description may include the word "Orca". This indicates that the Orca modifier key should be held down along with the other keys. + + +The "Alternate" header provides an alternate mechanism for invoking the function from the keyboard. + + +To modify either the "Key Binding" or the "Alternate" bindings, arrow to the cell and press Return. Then, press a key combination and press Return to confirm the new combination. When you do so, the new keystroke will be saved and the check box in the last column (the "Modified" column) will indicate that the key binding has been modified. + + +To undo a modified keybinding, merely arrow to the modified column, uncheck the checkbox, and press the "Apply" button AltA. + + +Beneath the list of Orca keybindings, you will find a group of "unbound" commands: + + + + + + + + +Orca GUI Configuration - Key Bindings Page showing the 'unbound' group of commands + + + + + +These are commands which we feel will be very useful for some users, but not needed by most users. Rather than "use up" a keystroke for such commands, we have left them unassigned. You can assign a keystroke to any of these unbound commands by following the procedure outlined above. In addition, you can unbind any bound command in a similar fashion: press Return to edit the keybinding, and when prompted for the new keybinding, press Delete or Backspace. You will be told that the key binding has been removed. Press Return to confirm. + +
+
+ +
+Pronunciation Page + + + + + + + +Orca GUI Configuration - Pronunciation Page + + + + + +Sometimes your speech synthesizer just doesn't say the right thing for a given string. You might prefer to hear "laughing out loud" rather than "LOL." Or there may be a name or a technical term which the synthesizer mispronounces. The pronunciation page is where you can add, edit, and delete Orca's pronunciation dictionary entries. Because the pronunciation page is also part of the application-specific settings dialog that's started when you give a particular application focus and type Orca_ModifierCtrlSpace, you can customize your entries on an as-needed basis for each application you use. + + +
+Add a new dictionary entry + + + +Press the New Entry button (AltN). + + + + +Type the text of the new entry and press Return to finish editing the actual string. + + + + +Move to the Replacement String column and press Return to begin editing. + + + + +Type the text that you would like to have spoken instead and press Return to finish editing the replacement string. + + + +
+ +
+Edit an existing dictionary entry + + + +Move to the cell you wish to edit and press Return to begin editing. + + + + +Make your changes and then press Return to finish editing. + + + +
+ +
+Delete an existing dictionary entry + + + +Move to the entry you wish to delete. + + + + +Press the Delete button or AltD. + + + +
+
+ +
+Text Attributes Page + + + + + + + +Orca GUI Configuration - Text Attributes Page + + + + + +Orca will speak known text attribute information about an object when you press InsertF (desktop layout) or Caps_LockF (laptop layout). Because the number of text attributes is large, and not everyone cares about every attribute, the "Text Attributes" tab of the configuration +GUI allows you to customize which text attributes Orca will present. + + +On this tab is a text attribute list, where each row consists of four columns: + + + + +The name of the text attribute. + + + + +A checkbox which the user can set to indicate whether this text attribute should be spoken or not. + + + + +A checkbox which the user can set to indicate whether this text attribute should be "underlined" on the braille display. + + + + +An editable "Present unless" string value. By default, not all text attributes will have this set. If present, what it means (assuming the user wants this text attribute presented) is that the value of the attribute will only be presented if it is not this value. + + +For example, by default the "underline" text attribute has a value of "none." If the user has this attribute checked and the user types +Orca_ModifierF and the text in question is not underlined, then this +attribute is not spoken. If you always want this attribute to be spoken irrespective of whether the text is underlined, then the +attribute should be checked and the "Present unless" value cleared. + + + + +There is also a Reset button (AltR) which will set the list values back to their initial state when the dialog was first displayed. + + + + +When you initially display the text attribute pane, all your checked attributes are put at the top of the list. They are given in the order that they will be spoken and brailled. + + +If you decide to check others or adjust the order, there are four buttons to help you do this: + + + + +Move to top (AltT) - moves the selected attribute to the top of the list. + + + + +Move up one (AltU) - moves the selected attribute up one row. + + + + +Move down one (AltD) - moves the selected attribute down one row. + + + + +Move to bottom (AltB) - moves the selected attribute to the bottom of the list. + + + + +Beneath these push buttons is the Braille Indicator group of radio buttons. Here you can select the cell or cells to be used to indicate text which has at least one of the specified attributes. Your choices are: + + + + +None (the default) + + + + +Dot 7 + + + + +Dot 8 + + + + +Dots 7 and 8 + + + + +Text attributes can also be set on an individual application basis. The text attribute pane is also part of the application-specific settings dialog that's started when you give a particular application focus and type Orca_ModifierCtrlSpace. + +
+ -- cgit