javaandroidkeyboardroku

KeyboardDialog for Roku Remote


i am working on rokuTv remote control app in android java i want to implement keyboard functionality for the same any leads will be appreciate like how to start what to do i just need basic roadmap , Thanks in advance..

expecting suggestions from active users or who already worked on the same.


Solution

  • For keyboard command, You may find some leads for it. You can find keyup, keydown, and keypress commands for keyboard characters.

    This is Roku official developer site for commands

    For Keyboard command in apps like Youtube, you can use this:

    $ curl -d '' "http://$ROKU_DEV_TARGET:8060/keypress/Lit_u"
    

    In this URL, append the keyboard character after
    keypress/Lit_YOURKEYBOARDKEY

    For example,
    "http://$ROKU_DEV_TARGET:8060/keypress/Lit_a"
    "http://$ROKU_DEV_TARGET:8060/keypress/Lit_b"