@lonelik said in Can you naviguate in retropie shell menus with a joystick ?:
Maybe the keyboard is my js0...
You can check which device is mapped to js0 with this command in Retropies text console that you land in after pressing F4 in Emulation Station:
jstest /dev/input/js0Ctrl + c aborts jstest.
Alternatively, this should list all input devices of the system:
(I say "should", because I am not at home at the moment and can't test the command on my own Retropie. It works on my Laptop's Kubuntu Linux, though.)
less /proc/bus/input/devicesYou can browse the list with your cursor keys or PgUp/PgDown. Exit the browser with Ctrl + c.
You get back to Emulation Station with the command exit.