skerit / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

PS Button exit from RCB results in not being able to enter program items anymore. #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Enter Rom collection browser (optionally play some games).
2.On the PS3 controller press the PS button to exit RCB again, you get thrown 
to the home menu.
3.Navigate to 'Programs' where you can't enter any of the listed items anymore. 
I can't enter Rom collection brower, OpenElec configuration,...
Exiting other items with the PS button under 'Programs' don't reproduce this 
problem.

What is the expected output? What do you see instead?
You should be able to enter the items under programs, which I can't. 

What version of the product are you using? On what operating system?
Generic-Openelec 5.0 with a (real) PS3 Controller over bluetooth.
RCB version 2.0.17

Please provide any additional information below.

Original issue reported on code.google.com by Jan.Vand...@gmail.com on 5 Jan 2015 at 4:24

GoogleCodeExporter commented 8 years ago
Hi,

I was able to find a workaround for the problem mentioned above:
In /storage/.kodi/userdata/keymaps/keyboard.xml, I have changed these lines:
 <button id="4">ActivateWindow(Home)</button>
 <button id="17">ActivateWindow(Home)</button>
Into:
<button id="4">PreviousMenu</button>
<button id="17">PreviousMenu</button>

I think this actually might be linked to issue 196:
RCB won't start from favorites or Addon Shortcut (Kodi 14.0 final)

If you go straight to Home from RCB, and then re-enter Programs you should be 
automatically forwarded to the last known menu entry being RCB. If you simply 
go to the previous menu every time, you don't have this problem.

Best regards,
Jan

Original comment by Jan.Vand...@gmail.com on 10 Jan 2015 at 3:46