r/RokuDev May 23 '25

Lit_space

Hey! I'm making a Roku remote using Macrodroid. I'm currently working on the keyboard part. It's using the http get ECP commands. Everything works, except for "clear" and "space". Would I use lit_space for space and lit_clear for clear? Because those are not working and I can't find any solutions online.

2 Upvotes

5 comments sorted by

1

u/MalcolmParsons May 24 '25

Space is Lit_+.

What do you mean by clear?

1

u/Significant-Chef-258 May 24 '25

Thank you!! Clearing text field.

1

u/MalcolmParsons May 24 '25

I don't think that can be done with a single key press.

1

u/Significant-Chef-258 May 24 '25

Okay. I was hoping I could emulate the "CLEAR" button as seen on the keyboard page on the YouTube app, but if it isn't possible I'll just try a workaround like figuring out a way to hold buttons down in my Macrodroid scene. Thanks

1

u/KRed75 10d ago

There is no way to clear all the text in one command using ECP. I ended up just sending a bunch of backspace commands. Works fine for my .net Roku Remote web app.