how to write code for keyboard inputs

1 Ansicht (letzte 30 Tage)
sameera dissanayake
sameera dissanayake am 27 Jun. 2015
Kommentiert: Walter Roberson am 27 Jun. 2015
I want write matlab code for some keyboard input.
I have assigned a variable called "P" and want to write codes inside P when P=1 and P=2 and P=3 and P=4.
when P=1 (should be written code for automatically pressing "shift+f5")
when P=2 (should be written code for automatically pressing "esc")
when P=3 (should be written code for automatically pressing "right arrow key")
I have written code for automatically mouse left click event when p=4
if(P==7) % mouse click event
mouse.mousePress(InputEvent.BUTTON1_MASK);
mouse.mouseRelease(InputEvent.BUTTON1_MASK);
end
could you please give me the solution for this
thanks...
  1 Kommentar
Walter Roberson
Walter Roberson am 27 Jun. 2015
Does this have to do with the Java Robot class, or does it have to do with keyboard shortcuts?

Melden Sie sich an, um zu kommentieren.

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