orca r4051 - trunk/test/keystrokes/gtk-demo



Author: wwalker
Date: Mon Jul 21 00:54:02 2008
New Revision: 4051
URL: http://svn.gnome.org/viewvc/orca?rev=4051&view=rev

Log:
Fix to work with new i18n-ized key names.


Modified:
   trunk/test/keystrokes/gtk-demo/learn_mode.py

Modified: trunk/test/keystrokes/gtk-demo/learn_mode.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/learn_mode.py	(original)
+++ trunk/test/keystrokes/gtk-demo/learn_mode.py	Mon Jul 21 00:54:02 2008
@@ -37,7 +37,7 @@
      "     VISIBLE:  'KP_Insert', cursor=0",
      "BRAILLE LINE:  'Reads the attributes associated with the current text character.'",
      "     VISIBLE:  'Reads the attributes associated ', cursor=0",
-     "SPEECH OUTPUT: 'KP_Insert'",
+     "SPEECH OUTPUT: 'insert'",
      "SPEECH OUTPUT: 'Reads the attributes associated with the current text character.'"]))
 
 sequence.append(utils.StartRecordingAction())
@@ -50,7 +50,7 @@
      "     VISIBLE:  'KP_Insert', cursor=0",
      "BRAILLE LINE:  'Displays the preferences configuration dialog.'",
      "     VISIBLE:  'Displays the preferences configu', cursor=0",
-     "SPEECH OUTPUT: 'KP_Insert'",
+     "SPEECH OUTPUT: 'insert'",
      "SPEECH OUTPUT: 'Displays the preferences configuration dialog.'"]))
 
 sequence.append(utils.StartRecordingAction())



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