Page 1 of 1

Keyboard and Mouse Inputs - Android Auto

Posted: Sun Mar 01, 2026 2:37 pm
by Tommiedw
I am currently using a keyboard and mouse with Hudiy and don't have any touch capabilities. Got help to get mouse cursor enabled and that works with the normal Hudiy overlay.

Issue is when I plug in my phone and Android Auto pops up. I am not able to navigate anything within the Android Auto screen. If I click on anything, I don't get a response.

Not sure what I'm doing wrong :D

Thanks

Re: Keyboard and Mouse Inputs - Android Auto

Posted: Sun Mar 01, 2026 3:02 pm
by hudiy
Android Auto should respond to the mouse the exact same way it does to a touchscreen. Please check if the touchscreen value in main_configuration.json is set to true (https://github.com/wiboma/hudiy/blob/ma ... pplication). If it's false, Android Auto can only be controlled using the key strokes. The false value also activates additional controls on Android Auto interface for scrolling the map using the D-pad (left, right, up, down).

Re: Keyboard and Mouse Inputs - Android Auto

Posted: Mon Mar 02, 2026 6:54 am
by Tommiedw
Thanks hudiy, I had touchscreen value as false because I wasn't using a touch screen. Changed it to true and its all 100% now. Thanks