So i repeat the question
#1
i have the following
Quote:action_skip_next = 5 #left trigger
action_skip_previous = 6 #right trigger
....

elif action == action_skip_previous:
print "action_skip_previous"

elif action == action_skip_next:
print "action_skip_next"

and nothing is printed into the log file
while up down right left events are fine

so it does not work because of my lame python skills or it doesnt work because of other reasons? if second case then will it ever work or not?

seems like people here hate controller specific questions. i asked also why leftthumbstick doesnt work in xbmc, what the logic behind? no reply either.
#2
there is no point in starting a new thread with the same topic.. bump your old thread instead if you need attention!

original thread: http://www.xboxmediaplayer.de/cgi-bin....flux242

moving to the garbage.
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!

Logout Mark Read Team Forum Stats Members Help
So i repeat the question0