Make SLEEP, TIMER and possibly WEB buttons global

Issue #521 new
IanSav created an issue

There has been a request and discussion about making the TIMER button available during media playback. Prl is working on a change to make this happen.

I believe that it may be more appropriate to add the TIMER, SLEEP and possibly the WEB buttons to the GlobalActions section of the keymap file and add code to support their global use. This is where the VOL+, VOL-, MUTE and POWER buttons are defined and they are globally available..

Items like:

  • "<key id="KEY_PROGRAM" mapto="openTimerList" flags="m" />"
  • "<key id="KEY_SLEEP" mapto="openSleepTimer" flags="m" />"
  • "<key id="KEY_SEARCH" mapto="showWWW" flags="m" />"

can be added to the "GlobalActions" section.

Original forum discussion thread access timers during playback.

Comments (1)

  1. Log in to comment