How can I avoid having to press 'Enter' (or any keyboard key) to return text in an edit box?

I'd like to use the Dictation capability in MAC OSX Mavericks to enter text into the workspace. Putting up a simple edit box, and staring the dictation program enables text to be input, however the 'Enter' key needs to be pressed to capture the text in the workspace. Is there anyway that this can be achieved without direct interaction?
Thanks in advance for any suggestions BD

Respuestas (2)

there is an extensive thread here http://www.mathworks.com/matlabcentral/answers/8921-pull-string-out-of-edit-text-without-user-hitting-enter. I have not tried to implement it but it looks like the person who asked did get a solution.

1 comentario

Thanks - I had a look at this, but their solution is to trap keystrokes - with the dictation app, there are no keystrokes!

Iniciar sesión para comentar.

Andrew Reibold
Andrew Reibold el 17 de Jul. de 2014
Editada: Andrew Reibold el 17 de Jul. de 2014
Just throwing out ideas. I'm assuming Dictation is a speech-to-text
1) Try using a timer? Not sure what your application is. Maybe you will always be done within 5-10 seconds or some period of time.
2) Can you take live feed of the sound through matlab, and do something like, "When there is little noise or amplitude for 3 seconds straight, end and hit enter for me", aka, when you stop talking?

Preguntada:

BD
el 17 de Jul. de 2014

Comentada:

BD
el 21 de Jul. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by