Page 1 of 1
Keyboard map
Posted: Thu Feb 26, 2026 11:45 am
by Hiphouser
Hello, where can I check the keyboard mapping in Hudiy folders?
Re: Keyboard map
Posted: Thu Feb 26, 2026 12:30 pm
by hudiy
Hello, If you mean supported key bindings, the list with the description is available on our GitHub:
https://github.com/wiboma/hudiy?tab=rea ... #interface
You can also use the API to inject key events directly to the Hudiy:
https://github.com/wiboma/hudiy/blob/ma ... proto#L626
https://github.com/wiboma/hudiy/blob/ma ... Strokes.py
Re: Keyboard map
Posted: Thu Feb 26, 2026 6:32 pm
by Hiphouser
Perfect!
But one thing very stange,
I can move up, down, left and right with the keybord narrows in the gemeral menu.
But when I try to navigate in the task bar, nothing working
Re: Keyboard map
Posted: Thu Feb 26, 2026 7:57 pm
by hudiy
To scroll through the elements inside the input scope, press the '1' (scroll left) and '2' (scroll right) keys.
Re: Keyboard map
Posted: Fri Feb 27, 2026 1:16 am
by Hiphouser
Yes it'working.
Thanx