From ce4292e0b6621241a76400a47cf04964c5ac737c Mon Sep 17 00:00:00 2001 From: GerardKessler Date: Fri, 24 Jun 2022 15:52:25 -0300 Subject: [PATCH] correcciones de time en la funcion profile. Cambio en la descripcion del complemento --- addon/appModules/unigram.py | 2 +- buildVars.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/appModules/unigram.py b/addon/appModules/unigram.py index 9be0eff..8b700c1 100644 --- a/addon/appModules/unigram.py +++ b/addon/appModules/unigram.py @@ -426,7 +426,7 @@ def script_profile(self, gesture): def listFocus(self): playWaveFile(os.path.join(soundsPath, 'profile.wav')) speech.setSpeechMode(speech.SpeechMode.off) - sleep(0.5) + sleep(0.8) speech.setSpeechMode(speech.SpeechMode.talk) for obj in api.getFocusObject().parent.children: if obj.role == getRole('LIST'): diff --git a/buildVars.py b/buildVars.py index 7eccecc..851bba6 100644 --- a/buildVars.py +++ b/buildVars.py @@ -23,7 +23,7 @@ def _(arg): "addon_summary": _("unigram"), # Add-on description # Translators: Long description to be shown for this add-on on add-on information from add-ons manager - "addon_description": _("Pequeño módulo que agrega unos pocos atajos de teclado y enfoques automáticos en algunas funciones"), + "addon_description": _("Módulo que agrega enfoques automáticos y atajos de teclado a funciones importantes de la aplicación"), # version "addon_version": "1.4", # Author(s)