This feature confuses the hell out of me !

I googled for examples, I can't find any. The only reference I found with anything useful is on the this board and uses names rather than hex.

http://empegbbs.com/ubbthreads.php/topics/321953/Remote_control_shell_script#Post321953

The ".R" also makes zero sense to me. For example when the Top button is pushed the /dev/ir device generates a 32 bit word with the value 0x00000000 when the button is releases it generates 0x00000001 - If buttonraw is raw then I simply dont understand how it could have usefully have a ".R" suffix or what that would do ?

I've tried sending my best guess strings at it but so far everything I send just sends the player to sleep.

For example I would expect this to pop up the menu as it is a 24 bit version of the remote control menu button, doesnt work though.

echo "BUTTONRAW=0x20DF03" >/proc/empeg_notify

Anyone any ideas ?
Thanks,
Jon