aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/keymap.xml4
-rw-r--r--data/skin.xml5
2 files changed, 7 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index e83b851b..3f8e681d 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -89,7 +89,9 @@
<device name="dreambox ir keyboard">
<key id="KEY_RECORD" mapto="instantRecord" flags="m" />
</device>
- <key id="KEY_RED" mapto="instantRecord" flags="b" />
+ <device name="dreambox remote control (native)">
+ <key id="KEY_RED" mapto="instantRecord" flags="b" />
+ </device>
</map>
<map context="InfobarExtensions">
diff --git a/data/skin.xml b/data/skin.xml
index f1e25496..472994d3 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -184,7 +184,10 @@
<widget source="RecordingPossible" render="Pixmap" pixmap="skin_default/buttons/button_red.png" position="212,130" zPosition="1" size="15,16" alphatest="on">
<convert type="ConditionalShowHide" />
</widget>
- <eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
+ <!--eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" /-->
+ <widget source="ShowRecordOnRed" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1">
+ <convert type="ConditionalShowHide" />
+ </widget>
<widget source="RecordingPossible" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1">
<convert type="ConditionalShowHide" />
</widget>