From b25820a32e175df5c7ea629628026ae7ebb7ec18 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 24 Nov 2005 02:09:47 +0000 Subject: [PATCH] add color buttons to epgselection --- data/keymap.xml | 1 + data/skin.xml | 9 +++++++-- lib/python/Screens/EpgSelection.py | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/data/keymap.xml b/data/keymap.xml index 61249982..c6160b2d 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -149,6 +149,7 @@ + diff --git a/data/skin.xml b/data/skin.xml index 33a5fc0e..d19e0fa3 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -144,7 +144,7 @@ - + @@ -191,7 +191,12 @@ - + + + + + + diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index def51d49..db8be2e1 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -21,6 +21,11 @@ class EPGSelection(Screen): class ChannelActionMap(ActionMap): def action(self, contexts, action): ActionMap.action(self, contexts, action) + + self["key_red"] = Button("") + self["key_green"] = Button(_("Add timer")) + self["key_yellow"] = Button("") + self["key_blue"] = Button("") self["actions"] = ChannelActionMap(["EPGSelectActions", "OkCancelActions"], { -- 2.30.2