Skip to content

Commit

Permalink
correcciones de time en la funcion profile. Cambio en la descripcion …
Browse files Browse the repository at this point in the history
…del complemento
  • Loading branch information
GerardKessler committed Jun 24, 2022
1 parent 8d36229 commit ce4292e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/appModules/unigram.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce4292e

Please sign in to comment.