orca r1946 - in trunk: . src/orca



Author: wwalker
Date: 2007-01-19 22:41:33 +0000 (Fri, 19 Jan 2007)
New Revision: 1946
ViewCVS link: http://svn.gnome.org/viewcvs/orca?rev=1946&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/orca/Gecko.py
Log:
* src/orca/Gecko.py: add option, "arrowToLineBeginning". 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.  The default
value is True.  Note that the default value of True represents a
new behavior.  The old behavior was to try to position the caret
directly above or below the current caret position.  If you want
to experiment, you can add the following lines to your
~/.orca/user-settings.py or ~/.orca/orca-customizations.py 
files:
	
import orca.Gecko
orca.Gecko.arrowToLineBeginning = False





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]