Page 1 of 1
How to exit HUDIY and access rpi desktop
Posted: Thu Jul 31, 2025 11:06 am
by alex124.rh
Hi there, hope i’ve not missed the obvious but can’t get out of the Hudiy so that i can change config json etc
Thanks
Re: How to exit HUDIY and access rpi desktop
Posted: Thu Jul 31, 2025 11:23 am
by hudiy
Hello,
you can close Hudiy by pressing Alt + F4 or via SSH by executing the
pkill hudiy command.
Another, more advanced method is to use the API and register your own custom action, which can later be bound to (for example) a menu item (
https://github.com/wiboma/hudiy/blob/ma ... ME.md#menu) or shortcut (
https://github.com/wiboma/hudiy/blob/ma ... #shortcuts). We prepared an example how to handle custom actions at
https://github.com/wiboma/hudiy/blob/ma ... hAction.py. In the code that handles your custom action, you can execute pkill hudiy command.
Re: How to exit HUDIY and access rpi desktop
Posted: Thu Jul 31, 2025 3:26 pm
by alex124.rh
Perfect thank you, I had tried this but it was a dodgy keyboard issue.