gmuinput.pandora.conf


timothee

Member
Joined
Dec 6, 2007
Messages
171
Age
46
Location
Singapore
Website
Visit site
Hi there,


I'm running gmu 0.8.0beta1as a music player and I'm very happy with it.


I have a slight problem with the Play File In Browser mode key (A), pandora.keymap correctly shows:



Code:
FileBrowserPlayFile=(A)



so I went to check gmuinput.pandora.conf, which looks suspicious at the end with the duplicate definitions of Button-75 and Button-76 (looks like a copy/paste error):





Code:
Button-73=280,(Y)

Button-74=281,(X)

Button-75=279,(

Button-76=278,(A)

Button-75=9,Tab

Button-76=303,(L)

Button-77=305,(R)
[/CODE]


How should this file be modified to have the correct key functionality? Or better yet: where can I find the map of the button numbers to the pandora keypad?


Many thanks!


Tim
 
Looks like XX in the "Button-XX" entries are only meant to be continuous indexes, I changed the file to this:



Code:
Button-73=280,(Y)

Button-74=281,(X)

Button-75=279,(

Button-76=278,(A)

Button-77=9,Tab

Button-78=303,(L)

Button-79=305,(R)
[/CODE]


And now (A) works to play a file in browser mode. Sweet :)


Gmu rocks!
 
Back
Top