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.
Custom UI with Hudiy keystroke
Re: Custom UI with Hudiy keystroke
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
https://github.com/wiboma/hudiy#input-events
https://github.com/wiboma/hudiy/blob/ma ... scope.html
Hudiy Team
Re: Custom UI with Hudiy keystroke
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
I finally got it working. I need to turn off Hudiy key event.. then solely use the keyboard example. Thanks!