orca r4311 - in trunk: . src/orca



Author: wwalker
Date: Thu Oct 30 12:50:03 2008
New Revision: 4311
URL: http://svn.gnome.org/viewvc/orca?rev=4311&view=rev

Log:
Fix for bug 554999 - add a new keybinding for toggling flat review.


Modified:
   trunk/ChangeLog
   trunk/src/orca/braille.py
   trunk/src/orca/default.py

Modified: trunk/src/orca/braille.py
==============================================================================
--- trunk/src/orca/braille.py	(original)
+++ trunk/src/orca/braille.py	Thu Oct 30 12:50:03 2008
@@ -191,6 +191,12 @@
 
 # Translators: this is a command for a button on a refreshable braille
 # display (an external hardware device used by people who are blind).
+# When pressing the button, it instructs the braille display to freeze.
+#
+command_name[CMD_FREEZE]     = _("Freeze")
+
+# Translators: this is a command for a button on a refreshable braille
+# display (an external hardware device used by people who are blind).
 # When pressing the button, the display scrolls to the top left of the
 # window.
 #

Modified: trunk/src/orca/default.py
==============================================================================
--- trunk/src/orca/default.py	(original)
+++ trunk/src/orca/default.py	Thu Oct 30 12:50:03 2008
@@ -1941,6 +1941,8 @@
             self.inputEventHandlers["reviewAboveHandler"]
         brailleBindings[braille.CMD_LNDN]     = \
             self.inputEventHandlers["reviewBelowHandler"]
+        brailleBindings[braille.CMD_FREEZE]   = \
+            self.inputEventHandlers["toggleFlatReviewModeHandler"]
         brailleBindings[braille.CMD_TOP_LEFT] = \
             self.inputEventHandlers["reviewHomeHandler"]
         brailleBindings[braille.CMD_BOT_LEFT] = \



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