Thanks for the quick reply, it worked. The complete solution was: - use addListener at the window level - listen to EVENT_KEY_PRESS | EVENT_KEY_DOWN (EVENT_KEY_PRESS alone is not enough, as the connected player volume change happens at EVENT_KEY_DOWN) - return EVENT_CONSUMED from the listener after handling "exclusive" events
-- kilgore ------------------------------------------------------------------------ kilgore's Profile: http://forums.slimdevices.com/member.php?userid=17991 View this thread: http://forums.slimdevices.com/showthread.php?t=48581 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
