Page 1 of 1

How to simulate "Enter" key

Posted: Tuesday 7th November 2017 8:48am
by sony
Hello,
Is there a way to simulate the "ENTER" key with gambas?

regards

Sony

Re: How to simulate "Enter" key

Posted: Tuesday 7th November 2017 3:28pm
by stevedee
You can use Desktop.Sendkeys("[Return]") if that is what you mean.

See: http://gambaswiki.org/wiki/comp/gb.desk ... p/sendkeys

Re: How to simulate "Enter" key

Posted: Tuesday 7th November 2017 11:52pm
by sony
Thank Steve