How can I get MD to press enter?

modemman11

New member
So far I have a macro:

Loop 5 times
UI interaction: click text box
UI interaction: paste text
Wait 2 seconds
UI interaction: click x, y coords
End loop

While it technically works, I feel like the wait and the last UI interaction are unneeded? They just wait for the keyboard app to popup then press Enter on the keyboard via x,y coords.
 

Endercraft

Moderator (& bug finder :D)
So far I have a macro:

Loop 5 times
UI interaction: click text box
UI interaction: paste text
Wait 2 seconds
UI interaction: click x, y coords
End loop

While it technically works, I feel like the wait and the last UI interaction are unneeded? They just wait for the keyboard app to popup then press Enter on the keyboard via x,y coords.
Do you want to have Enter (newline) in your text or Enter to send the text ? If you want the first case, simply entering "\n" at the end of the text to paste should work.
 

Leone58

New member
Good evening everyone. Thank you first of all for this fantastic program and for the availability of this community. Excuse my English, I use the translator.
I'm also very interested in replacing the coordinates of the ENTER key on the mobile keyboard.
For example I have to search for an event on the calendar and after typing the name of the event to search I have to send ENTER.
There is a Back key in Device Actions but the ENTER key? Thanks to those who help us.
 
Last edited:

Lee

New member
Hello @modemman11 did you work this one out?

I'm trying to setup a google search that runs once a week.
I have used the UI to input the search detail sucessfully but 'enter' doesn't always work so like you I am trying to replace the extra 'UI click'

Stiking [https://www.google.com/search?q=Item+I+Want\n] didn't seem to want to work for me so guess I have misunderstood @Endercraft which is no surprise for a novice like me
 
Top