rtv icon indicating copy to clipboard operation
rtv copied to clipboard

Remote control support for Tizen

Open hcodes opened this issue 4 years ago • 0 comments

To control using the keys.

Hint:

var e = new Event('keydown'); e.keyCode = 38; document.dispatchEvent(e); // DOWN

hcodes avatar Mar 10 '22 10:03 hcodes