commit/wintenApps: 4 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 14 Apr 2017 16:42:09 -0000

4 new commits in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/0e4d4738ee17/
Changeset:   0e4d4738ee17
Branch:      None
User:        josephsl
Date:        2017-04-11 14:53:04+00:00
Summary:     Windows Store: work with new Store update released in March 2017.

In March 2017 update, download status has been tweaked in that one must go up 
one more level in the tree to locate the product title. The old way will be 
kept until summer.

Affected #:  1 file

diff --git a/addon/appModules/winstore_app.py b/addon/appModules/winstore_app.py
index 242ac99..7cad742 100755
--- a/addon/appModules/winstore_app.py
+++ b/addon/appModules/winstore_app.py
@@ -1,6 +1,6 @@
 # Windows 10 Store
 # Part of Windows 10 App Essentials collection
-# Copyright 2016 Joseph Lee, released under GPL
+# Copyright 2016-2017 Joseph Lee, released under GPL
 
 # Enhancements to support Windows Store.
 
@@ -39,6 +39,9 @@ class AppModule(appModuleHandler.AppModule):
                                self._appInstallProgress = obj.name
                                # Don't forget to announce product title.
                                productTitle = obj.parent.previous
+                               # Since March 2017 update, it is no longer the 
product name, but a progress button.
+                               if productTitle.role == 
controlTypes.ROLE_BUTTON:
+                                       productTitle = 
productTitle.parent.previous
                                if productTitle and 
productTitle.UIAElement.cachedAutomationID == "_productTitle":
                                        ui.message(" ".join([productTitle.name, 
obj.name]))
                nextHandler()


https://bitbucket.org/nvdaaddonteam/wintenapps/commits/4ee52d4ae0b0/
Changeset:   4ee52d4ae0b0
Branch:      None
User:        josephsl
Date:        2017-04-12 23:45:14+00:00
Summary:     Skype UWP: changed keyboard bindings for areas list.

Since March 2017, Skype UWP includes shortcut keys for various places such as 
conversations and bots list. Thus, Alt+1 is conversations, Alt+2 is contacts, 
Alt+3 is bots, and Alt+4 is chat entry.

Affected #:  1 file

diff --git a/addon/appModules/skypeapp.py b/addon/appModules/skypeapp.py
index 071bb2d..ade1efb 100755
--- a/addon/appModules/skypeapp.py
+++ b/addon/appModules/skypeapp.py
@@ -1,6 +1,6 @@
 # Skype Preview/UWP
 # Part of Windows 10 App Essentials collection
-# Copyright 2016 Joseph Lee, released under GPL
+# Copyright 2016-2017 Joseph Lee, released under GPL
 
 # Workarounds for Skype UWP, providing similar features to Skype for Desktop 
client support (skype.py found in NVDA Core).
 
@@ -19,7 +19,7 @@ class AppModule(appModuleHandler.AppModule):
                super(AppModule, self).__init__(*args, **kwargs)
                for pos in xrange(10):
                        self.bindGesture("kb:control+nvda+%s"%pos, 
"readMessage")
-               for pos in xrange(1, 4):
+               for pos in xrange(1, 5):
                        self.bindGesture("kb:alt+%s"%pos, "moveToArea")
 
        def event_NVDAObject_init(self, obj):
@@ -105,13 +105,18 @@ class AppModule(appModuleHandler.AppModule):
        # Tuple below holds UIA automation ID for the element and errors if the 
element is not found.
        moveTo = (
        (None, None),
-       ("ContactList", "Contacts list not found"),
        ("ConversationHistoryPanel", "Conversation history not found"),
+       ("ContactList", "Contacts list not found"),
+       (" BotList", "Skype bots list not found"),
        ("ChatEditBox", "Chat edit field not found"),
        )
 
        def script_moveToArea(self, gesture):
                area = int(gesture.displayName.split("+")[-1])
+               # However, since March 2017, areas received keyboard shortcuts, 
such as Alt+2 for contacts list.
+               if self.productVersion >= "11.13.133.0" and area < 4:
+                       gesture.send()
+                       return
                element = self.locateElement(self.moveTo[area][0])
                if element is None:
                        ui.message(self.moveTo[area][1])


https://bitbucket.org/nvdaaddonteam/wintenapps/commits/90f0db7d8790/
Changeset:   90f0db7d8790
Branch:      None
User:        josephsl
Date:        2017-04-14 16:31:31+00:00
Summary:     Merge branch 'stable' of 
http://bitbucket.org/nvdaaddonteam/wintenApps into stable

Affected #:  5 files

diff --git a/addon/doc/es/readme.md b/addon/doc/es/readme.md
index d200aff..bfb5117 100644
--- a/addon/doc/es/readme.md
+++ b/addon/doc/es/readme.md
@@ -19,17 +19,19 @@ qué se incluye):
 * Correo
 * Mapas
 * Microsoft Edge
-* Settings (system settings, Windows+I)
-* Skype (universal app)
+* Opciones (opciones de sistema, Windows+I)
+* Skype (aplicación universal)
 * Tienda
 * El Tiempo
 * Módulos misceláneos para controles tales como los mosaicos del Menú
   Inicio.
 
-Note: this add-on requires Windows 10 Version 1511 (build 10586) or later
-and NVDA 2016.4 or later. For best results, use the add-on with latest
-stable build (build 14393) and latest stable version of NVDA. Also, after
-changing update settings for the add-on, be sure to save NVDA settings.
+Nota: este complemento requiere de Windows 10 Versión 1511 (compilación
+10286) o posterior y NVDA 2016.4 o posterior. Para unos mejores resultados,
+utiliza el complemento con la compilación estable más reciente (compilación
+14393) y con la versión estable más reciente de NVDA. También, después de
+cambiar las opciones de la actualización para el complemento, asegúrate de
+guardar las opciones de NVDA.
 
 ## General
 
@@ -51,11 +53,11 @@ changing update settings for the add-on, be sure to save 
NVDA settings.
   posición (ej.: 1 de 2) ya no se anuncia.
 * Se reconocen los siguientes eventos UIA: Controller para, live region
   cambiada (manejada por  evento de cambio de nombre).
-* Engadida a capacidade de procurar actualizacións do complemento
-  (automática ou manual) a través do novo diálogo Windows 10 App Essentials
-  que se atopa no menú Preferencias do NVDA. Por defecto, procuraranse as
-  actualizacións para as versións estable e de desenvolvemento
-  automáticamente semanal ou diáriamente, respectivamente.
+* Añadida la capacidad de buscar actualizaciones del complemento (automática
+  o manual) a través del nuevo diálogo Windows 10 App Essentials que se
+  encuentra en el menú Preferencias de NVDA. Por defecto, se buscarán las
+  actualizaciones para las versiones estable y de desarrollo automáticamente
+  semanal o diáriamente, respectivamente.
 * Capacidad para seguir eventos que lleguen desde aplicaciones Universal
   Windows Platform (UWP) si NVDA se está ejecutando con el registro de
   depuración habilitado (2017.1 o posterior).
@@ -90,8 +92,8 @@ changing update settings for the add-on, be sure to save NVDA 
settings.
 
 ## Correo
 
-* Cando se revisan elementos na listaxe de mensaxes, agora podes usar ordes
-  de navegación de táboas para revisar as cabeceiras de mensaxe.
+* Cuando se revisan elementos en la lista de mensajes, ahora puedes utilizar
+  órdenes de navegación de tablas para revisar los encabezados de mensaje.
 
 ## Mapas
 
@@ -103,8 +105,8 @@ changing update settings for the add-on, be sure to save 
NVDA settings.
 ## Microsoft Edge
 
 * Ahora se anuncian notificaciones tales como descargas de ficheros.
-* In Creators Update, NVDA will no longer announce "WebRuntime Content View"
-  when going to another site.
+* En la actualización Creators, NVDA ya no anunciará "WebRuntime Content
+  View" cuando vaya a otro sitio.
 
 ## Opciones
 

diff --git a/addon/doc/gl/readme.md b/addon/doc/gl/readme.md
index 509d780..1750a37 100644
--- a/addon/doc/gl/readme.md
+++ b/addon/doc/gl/readme.md
@@ -19,16 +19,17 @@ se inclúe):
 * Correo
 * Mapas
 * Microsoft Edge
-* Settings (system settings, Windows+I)
-* Skype (universal app)
+* Opcións (opcións do sistema, Windows+I)
+* Skype (aplicación universal)
 * Tenda
 * O Tempo
 * Módulos misceláneos para controis como mosaicos do Menú Inicio.
 
-Note: this add-on requires Windows 10 Version 1511 (build 10586) or later
-and NVDA 2016.4 or later. For best results, use the add-on with latest
-stable build (build 14393) and latest stable version of NVDA. Also, after
-changing update settings for the add-on, be sure to save NVDA settings.
+Nota: este complemento require do Windows 10 Versión 1511 (compilación
+10286) ou posterior e NVDA 2016.4 ou posterior. Para uns mellores
+resultados, usa o complemento coa última versión estable (compilación 14393)
+e coa última versión estable do NVDA. Tamén, despois de cambiar as opcións
+da actualización para o complemento, asegúrate de gardar as opcións do NVDA.
 
 ## Xeral
 
@@ -49,11 +50,11 @@ changing update settings for the add-on, be sure to save 
NVDA settings.
   (ex.: 1 de 2) xa non se anuncia.
 * Recoñécense os seguintes eventos UIA: Controller for, live region changed
   (Nanexados por evento de cambio de nome).
-* Añadida la capacidad de buscar actualizaciones del complemento (automática
-  o manual) a través del nuevo diálogo Windows 10 App Essentials que se
-  encuentra en el menú Preferencias de NVDA. Predeterminadamente, se
-  buscarán las actualizaciones para las versiones estable y de desarrollo
-  automáticamente semanal o diáriamente, respectivamente.
+* Engadida a capacidade de procurar as actualizacións do complemento
+  (automática ou manual) a través do novo diálogo Windows 10 App Essentials
+  que se atopa no menú Preferencias do NVDA. Por defecto, procuraranse as
+  actualizacións para as versións estable e de desenvolvementeo
+  automáticamente semanal ou diáriamente, respectivamente.
 * Capacidade para seguir eventos que cheguen dende aplicacións Universal
   Windows Platform (UWP) se o NVDA se está a executar co rexistro de
   depuración habilitado (2017.1 ou posterior).
@@ -87,8 +88,8 @@ changing update settings for the add-on, be sure to save NVDA 
settings.
 
 ## Correo
 
-* Cuando se revisan elementos en la lista de mensajes, ahora puedes utilizar
-  órdenes de navegación de tablas para revisar los encabezados de mensaje.
+* Cando se revisan elementos na listaxe de mensaxes, agora podes usar ordes
+  de navegación de táboas para revisar as cabeceiras de mensaxe.
 
 ## Mapas
 
@@ -100,8 +101,8 @@ changing update settings for the add-on, be sure to save 
NVDA settings.
 ## Microsoft Edge
 
 * Agora anúncianse notificacións como a descarga de ficheiros.
-* In Creators Update, NVDA will no longer announce "WebRuntime Content View"
-  when going to another site.
+* Na actualización Creators, NVDA xa non anunciará "WebRuntime Content View"
+  cando vaia a outro sitio.
 
 ## Opcións
 

diff --git a/addon/doc/ro/readme.md b/addon/doc/ro/readme.md
index a12f617..6ba4bbd 100644
--- a/addon/doc/ro/readme.md
+++ b/addon/doc/ro/readme.md
@@ -124,14 +124,14 @@ supliment, asigurați-vă că salvați setările NVDA-ului.
 * Textul indicatorului de scriere este anunțat la fel ca Skype pentru
   Desktop.
 * Revenire parțială a comenzii Control+NvDA+1 până la 0 pentru citirea
-  istoricul chatului recent și pentru deplasarea obiectului navigator la
+  istoricului chatului recent și pentru deplasarea obiectului navigator la
   intrările chatului (la fel ca Skype pentru Desktop).
 * Puteți apăsa Alt+rândul cu numere pentru a localiza și a vă deplasa la
-  lista de contacte (1), conversații (2) și câmpul de editare a chatului
+  lista de contacte (1), conversații (2) și câmpul de editare al chatului
   (3). Rețineți că trebuie să activați aceste etichete pentru a vă deplasa
   la partea dorită.
 * Etichetele Casetelor combinate pentru aplicația Skype preview, lansată în
-  Noiembrie 2016, sunt anunțate.
+  noiembrie 2016, sunt anunțate.
 * NVDA nu mai anunță „Mesaj Skype” la examinarea mesajelor pentru
   majoritatea cazurilor.
 

diff --git a/addon/doc/ru/readme.md b/addon/doc/ru/readme.md
index c1e0f75..ce6ecab 100644
--- a/addon/doc/ru/readme.md
+++ b/addon/doc/ru/readme.md
@@ -18,16 +18,17 @@ Windows 10, а также исправлений для некоторых ти
 * Почта
 * Карты
 * Microsoft Edge
-* Settings (system settings, Windows+I)
+* Настройки (настройки системы, Windows+I)
 * Skype (universal app)
 * Store
 * Погода.
 * Разные модули для типов управления, таких, как плитки главного меню.
 
-Note: this add-on requires Windows 10 Version 1511 (build 10586) or later
-and NVDA 2016.4 or later. For best results, use the add-on with latest
-stable build (build 14393) and latest stable version of NVDA. Also, after
-changing update settings for the add-on, be sure to save NVDA settings.
+Примечание: Это дополнение требует Windows 10 Версии 1511 (сборки 10586) или
+позднее и NVDA 2016.4 или позднее. Для наилучших результатов используйте
+дополнение с последней стабильной сборкой (сборка 14393) и последней
+стабильной версией NVDA. Кроме того, после изменения настроек обновления для
+дополнения, обязательно сохраните настройки программы NVDA.
 
 ## Общие
 
@@ -65,7 +66,7 @@ changing update settings for the add-on, be sure to save NVDA 
settings.
 
 * Когда нажимаете ENTER, NVDA сообщает результаты расчёта.
 
-## calendar
+## календарь
 
 * NVDA no longer announces "edit" or "read-only" in message body and other
   fields.
@@ -129,7 +130,7 @@ changing update settings for the add-on, be sure to save 
NVDA settings.
 
 * After checking for app updates, app names in list of apps to be updated
   are correctly labeled.
-* Appearance of search suggestions are now announced.
+* Объявляются Появление поисковых подсказок.
 * When downloading content such as apps and movies, NVDA will announce
   product name and download progress.
 

diff --git a/addon/locale/ru/LC_MESSAGES/nvda.po 
b/addon/locale/ru/LC_MESSAGES/nvda.po
index 84af150..37cf70c 100644
--- a/addon/locale/ru/LC_MESSAGES/nvda.po
+++ b/addon/locale/ru/LC_MESSAGES/nvda.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: wintenApps 16.07\n"
 "Report-Msgid-Bugs-To: nvda-translations@xxxxxxxxxxxxx\n"
 "POT-Creation-Date: 2016-07-09 05:48+1000\n"
-"PO-Revision-Date: 2016-10-02 07:53+0500\n"
-"Last-Translator: Denis Shishkin <outsidepro@xxxxxxxxxx>\n"
+"PO-Revision-Date: 2017-04-14 11:56+0400\n"
+"Last-Translator: Ruslan Kolodyazhni <eye0@xxxxxxxxxx>\n"
 "Language-Team: Translators <LL@xxxxxx>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.8.9\n"
+"X-Generator: Poedit 1.6.10\n"
 
 #. Translators: Dialog text shown when attempting to install the add-on on an 
unsupported version of Windows (minSupportedVersion is the minimum version 
required for this add-on)..
 #, python-brace-format
@@ -35,7 +35,7 @@ msgstr "Старая версия Windows"
 msgid "No more weather data for this item."
 msgstr "Больше нет данных погоды для этого элемента."
 
-#. Translaotrs: Presented when someone stops typing in Skype app (same as 
Skype for Desktop).
+#. Translators: Presented when someone stops typing in Skype app (same as 
Skype for Desktop).
 msgid "Typing stopped"
 msgstr "Набор прекращен"
 
@@ -47,6 +47,101 @@ msgstr "История чата не найдена"
 msgid "Reports and moves the review cursor to a recent message"
 msgstr "Зачитывает и перемещает навигатор к последнему сообщению"
 
+#. Translators: Announced in braille when suggestions appear.
+msgid "suggestions"
+msgstr "предложения"
+
+msgid "Windows 10 App Essentials..."
+msgstr "Windows 10 App Essentials..."
+
+msgid "Windows 10 App Essentials add-on settings"
+msgstr "Настройки дополнения Windows 10 App Essentials"
+
+#. Translators: Error text shown when add-on update check fails.
+msgid "Error checking for update."
+msgstr "Ошибка проверки обновления."
+
+#. Translators: Title of the add-on update check dialog.
+msgid "Windows 10 App Essentials update"
+msgstr "Обновление Windows 10 App Essentials"
+
+#. Translators: Presented when no add-on update is available.
+msgid "No add-on update available."
+msgstr "Нет доступного обновления для дополнения."
+
+#. Translators: Text shown if an add-on update is available.
+#, python-brace-format
+msgid ""
+"Windows 10 App Essentials {newVersion} is available. Would you like to "
+"update?"
+msgstr "Доступна Windows 10 App Essentials {newVersion}. Хотите обновить?"
+
+#. Translators: The title of a dialog to configure advanced WinTenApps add-on 
options such as update checking.
+msgid "Windows 10 App Essentials settings"
+msgstr "Настройки Windows 10 App Essentials"
+
+#. Translators: A checkbox to toggle automatic add-on updates.
+msgid "Automatically check for add-on &updates"
+msgstr "Автоматически проверять &обновления для дополнения"
+
+#. Translators: The label for a setting in WinTenApps add-on settings to 
select automatic update interval in days.
+msgid "Update &interval in days"
+msgstr "&Интервал обновления в днях"
+
+#. Translators: The label for a combo box to select update channel.
+msgid "&Add-on update channel:"
+msgstr "Канал обновлений &дополнения:"
+
+#. Translators: The label of a button to check for add-on updates.
+msgid "Check for add-on &update"
+msgstr "Проверить &обновление дополнения"
+
+#. Translators: The title of the dialog presented while checking for add-on 
updates.
+msgid "Add-on update check"
+msgstr "Проверка обновления для дополнения"
+
+#. Translators: The message displayed while checking for newer version of 
WinTenApps add-on.
+msgid "Checking for new version of Windows 10 App Essentials add-on..."
+msgstr "Проверка новой версии дополнения Windows 10 App Essentials"
+
+#. Translators: The title of the dialog displayed while downloading add-on 
update.
+msgid "Downloading Add-on Update"
+msgstr "Загрузка Обновления для Дополнения"
+
+#. Translators: The progress message indicating that a connection is being 
established.
+msgid "Connecting"
+msgstr "Соединение"
+
+#. Translators: A message indicating that an error occurred while downloading 
an update to NVDA.
+msgid "Error downloading add-on update."
+msgstr "Ошибка загрузки обновления для дополнения."
+
+#. Translators: The title of a dialog presented when an error occurs.
+msgid "Error"
+msgstr "Ошибка"
+
+#. Translators: The message displayed when an error occurs when opening an 
add-on package for adding.
+#, python-format
+msgid ""
+"Failed to open add-on package file at %s - missing file or invalid file "
+"format"
+msgstr ""
+"Не удалось открыть пакет дополнения - файл %s не найден или имеет "
+"недопустимый формат "
+
+#. Translators: The title of the dialog presented while an Addon is being 
updated.
+msgid "Updating Add-on"
+msgstr "Обновление Дополнения"
+
+#. Translators: The message displayed while an addon is being updated.
+msgid "Please wait while the add-on is being updated."
+msgstr "Пожалуйста, подождите, пока обновляется дополнение."
+
+#. Translators: The message displayed when an error occurs when installing an 
add-on package.
+#, python-format
+msgid "Failed to update add-on  from %s"
+msgstr "Не удалось обновить дополнение из %s"
+
 #. Add-on summary, usually the user visible name of the addon.
 #. Translators: Summary for this add-on to be shown on installation and add-on 
information.
 msgid "Windows 10 App Essentials"


https://bitbucket.org/nvdaaddonteam/wintenapps/commits/6e9e2788afd0/
Changeset:   6e9e2788afd0
Branch:      stable
User:        josephsl
Date:        2017-04-14 16:41:49+00:00
Summary:     WinTenApps 17.04.1, Skype command changes, Edge changes and others

Signed-off-by: Joseph Lee <joseph.lee22590@xxxxxxxxx>

Affected #:  8 files

diff --git a/addon/doc/es/readme.md b/addon/doc/es/readme.md
old mode 100644
new mode 100755

diff --git a/addon/doc/gl/readme.md b/addon/doc/gl/readme.md
old mode 100644
new mode 100755

diff --git a/addon/doc/ro/readme.md b/addon/doc/ro/readme.md
old mode 100644
new mode 100755

diff --git a/addon/doc/ru/readme.md b/addon/doc/ru/readme.md
old mode 100644
new mode 100755

diff --git a/addon/globalPlugins/wintenObjs/w10config.py 
b/addon/globalPlugins/wintenObjs/w10config.py
index 3c0fa00..28c27c4 100755
--- a/addon/globalPlugins/wintenObjs/w10config.py
+++ b/addon/globalPlugins/wintenObjs/w10config.py
@@ -25,9 +25,9 @@ addonHandler.initTranslation()
 # Add-on config database
 confspec = {
        "autoUpdateCheck": "boolean(default=true)",
-       "updateChannel": "string(default=dev)",
+       "updateChannel": "string(default=stable)",
        "updateCheckTime": "integer(default=0)",
-       "updateCheckTimeInterval": "integer(min=0, max=30, default=1)",
+       "updateCheckTimeInterval": "integer(min=0, max=30, default=7)",
 }
 config.conf.spec["wintenApps"] = confspec
 

diff --git a/addon/locale/ru/LC_MESSAGES/nvda.po 
b/addon/locale/ru/LC_MESSAGES/nvda.po
old mode 100644
new mode 100755

diff --git a/buildVars.py b/buildVars.py
index 387ec9d..09ada57 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""A collection of app modules for various 
Windows 10 apps"""),
        # version
-       "addon_version" : "17.04",
+       "addon_version" : "17.04.1",
        # Author(s)
        "addon_author" : u"Joseph Lee <joseph.lee22590@xxxxxxxxx>, Derek Riemer 
<driemer.riemer@xxxxxxxxx> and others",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 027aab6..13c3abe 100755
--- a/readme.md
+++ b/readme.md
@@ -22,14 +22,14 @@ The following app modules or support modules for some apps 
are included (see eac
 * Weather.
 * Miscellaneous modules for controls such as Start Menu tiles.
 
-Note: this add-on requires Windows 10 Version 1511 (build 10586) or later and 
NVDA 2016.4 or later. For best results, use the add-on with latest stable build 
(build 14393) and latest stable version of NVDA. Also, after changing update 
settings for the add-on, be sure to save NVDA settings.
+Note: this add-on requires Windows 10 Version 1511 (build 10586) or later and 
NVDA 2016.4 or later. For best results, use the add-on with latest stable build 
(build 15063) and latest stable version of NVDA. Also, after changing update 
settings for the add-on, be sure to save NVDA settings.
 
 ## General
 
 * In context menus for Start Menu tiles, submenus are properly recognized.
 * When minimizing windows (Windows+M), "pane" is no longer announced 
(noticeable if using Insider Preview builds).
 * Certain dialogs are now recognized as proper dialogs. This include Insider 
Preview dialog (settings app) and new-style UAC dialog in build 14328 and later 
for NvDA 2016.2.1 or earlier.
-* Appearance/close of suggestions for certain search fields (notably Settings 
and Store apps) is announced via sounds and braille.. This also includes Start 
menu search box.
+* Appearance/close of suggestions for certain search fields (notably Settings 
and Store apps) is announced via sounds and braille. This also includes Start 
menu search box.
 * NVDA can announce suggestion count when performing a search in majority of 
cases. This option is controlled by "Report object position information" in 
Object presentation dialog.
 * In certain context menus (such as in Edge), position information (e.g. 1 of 
2) is no longer announced.
 * The following UIA events are recognized: Controller for, live region changed 
(handled by name change event).
@@ -84,7 +84,7 @@ Note: this add-on requires Windows 10 Version 1511 (build 
10586) or later and NV
 
 * Typing indicator text is announced just like Skype for Desktop client.
 * Partial return of Control+NvDA+number row commands to read recent chat 
history and to move navigator object to chat entries just like Skype for 
Desktop.
-* You can now press Alt+number row to locate and move to contacts list (1), 
conversations (2) and chat edit field (3). Note that one must activate these 
tabs to move to the desired part.
+* You can now press Alt+number row to locate and move to conversations (1), 
contacts list (2), bots (3) and chat edit field if visible (4). Note that these 
commands will work properly if Skype update released in March 2017 is installed.
 * Combo box labels for Skype preview app released in November 2016 are 
announced.
 * NVDA will no longer announce "Skype Message" when reviewing messages for 
majority of cases.

Repository URL: https://bitbucket.org/nvdaaddonteam/wintenapps/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: