Store keys pressed

8 Ansichten (letzte 30 Tage)
Jared
Jared am 18 Nov. 2011
Hi,
Im trying to store all the keys pressed in a vector to export to excel. My question is how to create a loop which stores all keys pressed until say ESC key is pressed and then end the loop.
Also, is it possible to record where the keys were pressed? For example if I am running the MATLAB code and I click into a word document and type something there, can I verify and record that it was typed into MS Word?
Thanks!

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 18 Nov. 2011
If this can be done at all, it would be through the Java Robot class.
I would not expect it to be possible, though, as it would then be too easy for a user program to capture passwords intended for a different program.

Weitere Antworten (0)

Kategorien

Mehr zu Desktop finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by