Page 1 of 1

Custom UI with Hudiy keystroke

Posted: Wed Aug 26, 2026 1:34 am
by wkl3968
Hi Hudiy,
I have created a customize UI for months and it can display over HUDIY in both as a application and Overlay. however the keystroke that I can pass to UI are just T, H, 1, 2 and Enter with running of keystroke.py. how can I pass all the arrow keys and ESC into a custom UI? any workaround?
Scroll left - OK
Scroll right - OK
Move focus left - Cannot
Move focus right - Cannot
Move focus up - Cannot
Move focus down - Cannot
Go back - or ESC - Cannot
Trigger - Enter - OK.

Re: Custom UI with Hudiy keystroke

Posted: Wed Aug 26, 2026 1:46 am
by hudiy
To navigate the custom UI, you need to implement the input scope mechanisms from Hudiy. The documentation and an example can be found on our GitHub:

https://github.com/wiboma/hudiy#input-events
https://github.com/wiboma/hudiy/blob/ma ... scope.html

Re: Custom UI with Hudiy keystroke

Posted: Wed Aug 26, 2026 5:36 pm
by wkl3968
thanks. I tried. it seems like only application can have the the arrows keys work. but not for overlays. is this your understanding? can a application appear as fullscreen without hudiy taskbar at the bottom? onGoLeft and onGoRight are not working.

Re: Custom UI with Hudiy keystroke

Posted: Tue Sep 01, 2026 3:46 am
by wkl3968
I finally got it working. I need to turn off Hudiy key event.. then solely use the keyboard example. Thanks!