Where I could find all the actioncodes?
#1
I want to know where I could find all the actioncodes:

Code:
ACTION_PLAYER_PAUSE = 12
ACTION_PLAYER_STOP = 13
ACTION_PLAYER_NEXT = 14
ACTION_PLAYER_PREVIOUS = 15

....

I search in keymap.xml but I dont see anything like "ACTION_PLAYER_PAUSE = 12"

Could someone tell me where I could search for this codes to use with my scripts?

Thanks in advance.
Reply
#2
Key.h in guilib/
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
jmarshall Wrote:Key.h in guilib/
Thanks a lot friend.
Bye
Reply

Logout Mark Read Team Forum Stats Members Help
Where I could find all the actioncodes?0