Unity program remote control buttons of TVico

Can we define actions on TVico remote control buttons?
Unity can program keyboard button pressing.
Is it possible to program button pressing on TVico remote control in Unity?

Thanks,

Are all buttons on TVico remote control mapped to keyboards?
Where can get the key code of buttons on TVico remote control?
So that we can program them in our unity app.

thanks.

Hello. Some of the buttons on the remote control are used in Unity, just as keyboard keys or buttons on smartphones are usually used. For example, the “Back” on the remote control is like “Esc” on the keyboard or the “Back” button on the smartphone. Input.GetKeyDown(KeyCode.Escape)

Thanks for your reply.
Figured out after some try.