PDA

View Full Version : What action is this?


sentinel41
2009-02-22, 08:24
I'm trying to bind an action to one of my remote buttons, but it seems to already be bound to some other action, but I don't know what action it's bound to currently. If anyone can help me out here:

0 M:1446797312 DEBUG: CApplication::OnKey: 61533 pressed, action is 122
22:20:17 T:3080 M:1446797312 DEBUG: Activating window ID: 10114
22:20:17 T:3080 M:1446797312 DEBUG: Checking if window ID 10114 is locked.

blittan
2009-02-22, 10:29
Look at the Wiki, both actions and the keymap.xml is covered there.

sentinel41
2009-02-22, 12:39
There wasn't a list of what the actions numerical counterparts are. It says action 122, but how do I know what action that is?

jmarshall
2009-02-22, 21:52
See guilib/Key.h

The action is ACTION_BUILT_IN_FUNCTION.