| Server IP : 182.53.201.61 / Your IP : 216.73.217.153 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/orca/scripts/toolkits/Gecko/ |
Upload File : |
# Orca # # Copyright 2004-2008 Sun Microsystems Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the # Free Software Foundation, Inc., Franklin Street, Fifth Floor, # Boston MA 02110-1301 USA. __id__ = "$Id$" __version__ = "$Revision$" __date__ = "$Date$" __copyright__ = "Copyright (c) 2004-2008 Sun Microsystems Inc." __license__ = "LGPL" # If True, it tells us to take over caret navigation. This is something # that can be set in user-settings.py: # # import orca.Gecko # orca.Gecko.controlCaretNavigation = True # controlCaretNavigation = True # If True, it tells us to position the caret at the beginning of a # line when arrowing up and down. If False, we'll try to position the # caret directly above or below the current caret position. # arrowToLineBeginning = True # If True, it tells Orca to automatically perform a SayAll operation # when a page is first loaded. # sayAllOnLoad = True # Whether or not to use the structrual navigation commands (e.g. H # for heading, T for table, and so on). # structuralNavigationEnabled = True # Whether or not Orca should speak the changing location within the # document frame *during* a find (i.e. while focus is still in the # Find toolbar). # speakResultsDuringFind = True # The minimum number of characters that must be matched during # a find before Orca speaks the changed location, assuming that # speakResultsDuringFind is True. # minimumFindLength = 4 # Whether or not to continue speaking the same line if the match # has not changed with additional keystrokes. This setting comes # in handy for fast typists who might inadvertantly interrupt the # speaking of the line that matches by continuing to type in the # Find entry. This is the equivalent of what we do in autocompletes # throughout GNOME. For power-users of the Find toolbar, however, # that may be too verbose so it's configurable. # onlySpeakChangedLinesDuringFind = False