Yes in principle it is possible
In the NADIRapplet.lua file you find under the function keyEvent
key==KEY_VOLUME_UP at the code place fill in the code for volume up.
See below:

elseif key == KEY_VOLUME_UP then
                code = "0xE13E11EE"
elseif key == KEY_VOLUME_DOWN then
                code = "0xE13E31CE"
It works but only the first time you hit the volume up/down key.
The problem is that the subimage volume control is popping up which
disables the volume up key.
I haven's investigated it further but it looks that is is possible in
principle if you would be able to disable the popup image for volem
control.

Just give it a try


-- 
Egnos
------------------------------------------------------------------------
Egnos's Profile: http://forums.slimdevices.com/member.php?userid=18871
View this thread: http://forums.slimdevices.com/showthread.php?t=58392

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to