OSDN Git Service

keyLabels: Add localised label for the tab key.
authorJames Teh <jamie@jantrid.net>
Tue, 6 Dec 2011 14:41:32 +0000 (00:41 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 6 Dec 2011 14:41:32 +0000 (00:41 +1000)
source/keyLabels.py
user_docs/en/changes.t2t

index e0896ea..80b5788 100644 (file)
@@ -69,4 +69,5 @@ localizedKeyLabels = {
        'rightAlt': _("right alt"),\r
        'rightWindows': _("right windows"),\r
        'break': _("break"),\r
+       'tab': _("tab"),\r
 }\r
index ce8239c..15fd88f 100644 (file)
@@ -28,6 +28,7 @@
 - Fixed poor audio quality in some cases when using Microsoft Speech API version 5 voices with the audio output device set to something other than the default (Microsoft Sound Mapper). (#749)\r
 - Again allow NVDA to be used with the "no speech" synthesizer, relying purely   on braille or the speech viewer. (#1963)\r
 - Object navigation commands no longer report "No children" and "No parents", but instead report messages consistent with the documentation.\r
+- When NVDA is configured to use a language other than English, the name of the tab key is now reported in the correct language.\r
 \r
 \r
 == Changes for Developers ==\r