Custom UI with Hudiy keystroke

Post Reply
wkl3968
Posts: 117
Joined: Thu Aug 07, 2025 12:22 pm

Custom UI with Hudiy keystroke

Post 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.
hudiy
Site Admin
Posts: 659
Joined: Mon Jul 14, 2025 7:42 pm

Re: Custom UI with Hudiy keystroke

Post 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
Hudiy Team
wkl3968
Posts: 117
Joined: Thu Aug 07, 2025 12:22 pm

Re: Custom UI with Hudiy keystroke

Post 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.
wkl3968
Posts: 117
Joined: Thu Aug 07, 2025 12:22 pm

Re: Custom UI with Hudiy keystroke

Post by wkl3968 »

I finally got it working. I need to turn off Hudiy key event.. then solely use the keyboard example. Thanks!
Post Reply