Disable internal Key navigation
Kicker has completely custom key navigation, from the code it used to have key navigation managed internally by ListView but there was a stray keyNavigationWraps there , which in Qt6 makes it enable key navigation anyways Explicitly disable it and get back to existing code managing the keys. also make sure the current item has focus, so enter to start works again
Second commit: fixes some console warnigns