Menus keep scrolling like arrow key stuck (solved)
#1
From this thread;

http://forum.xbmc.org/showthread.php?tid...pid1819257

"I am having an issue all the sudden where when I launch XBMC the menus keep scrolling like a key is stuck."

Just installed the 13.2 Gotham version and was having the same problem.

I found a file called settings.xml in;
C:\Program Files(X86)\XBMC\system\settings

I opened it in wordpad and searched for 'joystick' and found this entry;

<setting id="input.enablejoystick" type="boolean" label="35100" help="36378">
<requirement>HAS_SDL_JOYSTICK</requirement>
<level>0</level>
<default>true</default>
<control type="toggle" />

I edited the line
<default>true</default>
to
<default>false</default>

This solved the problem.

Thanks to the original poster.
Reply

Logout Mark Read Team Forum Stats Members Help
Menus keep scrolling like arrow key stuck (solved)0