Kodi Community Forum

Full Version: Where I could find all the actioncodes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Key.h in guilib/
jmarshall Wrote:Key.h in guilib/
Thanks a lot friend.
Bye