aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-24 22:22:14 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-24 22:22:14 +0000
commit29dda647f09e42ac3a621bbb537558c2d1bbc7b4 (patch)
tree6a84f5442f0ceecccd3d45301af6b60fa80dcaba /data
parent64990dd2bb18e1c3cbd5de80bb0617f966a83f00 (diff)
downloadenigma2-29dda647f09e42ac3a621bbb537558c2d1bbc7b4.tar.gz
enigma2-29dda647f09e42ac3a621bbb537558c2d1bbc7b4.zip
- fixed left/right in language selection (updates language on the fly)
- added a log viewer for timers (info key in timerlist)
Diffstat (limited to 'data')
-rw-r--r--data/keymap.xml18
-rw-r--r--data/skin.xml8
2 files changed, 26 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index a1206010..a737ab29 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -210,6 +210,10 @@
<key id="KEY_RADIO" mapto="keyRadio" flags="m" />
</map>
+ <map context="TimerEditActions">
+ <key id="KEY_INFO" mapto="log" flags="m" />
+ </map>
+
<map context="EPGSelectActions">
<key id="KEY_GREEN" mapto="timerAdd" flags="m" />
<key id="KEY_YELLOW" mapto="yellow" flags="m" />
@@ -237,6 +241,20 @@
<key id="KEY_ENTER" mapto="ok" flags="m" />
<key id="KEY_ESC" mapto="cancel" flags="m" />
</map>
+
+ <map context="DirectionActions">
+ <key id="KEY_UP" mapto="up" flags="m" />
+ <key id="KEY_DOWN" mapto="down" flags="m" />
+ <key id="KEY_LEFT" mapto="left" flags="m" />
+ <key id="KEY_RIGHT" mapto="right" flags="m" />
+ </map>
+
+ <map context="ColorActions">
+ <key id="KEY_RED" mapto="red" flags="m" />
+ <key id="KEY_GREEN" mapto="green" flags="m" />
+ <key id="KEY_YELLOW" mapto="yellow" flags="m" />
+ <key id="KEY_BLUE" mapto="blue" flags="m" />
+ </map>
<map context="MsgBoxActions">
<key id="KEY_GREEN" mapto="alwaysOK" flags="m" />
diff --git a/data/skin.xml b/data/skin.xml
index acb083eb..ec26d555 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -144,6 +144,14 @@
<widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" />
<widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Regular;21" />
</screen>
+ <screen name="TimerLog" position="70,100" size="560,400" title="Timer log">
+ <widget name="loglist" position="0,45" size="560,250" scrollbarMode="showOnDemand" />
+ <widget name="logentry" position="0,300" size="560,140" font="Regular;20" />
+ <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Regular;21" />
+ <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Regular;21" />
+ <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" />
+ <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Regular;21" />
+ </screen>
<screen name="clockDisplay" position="300,100" size="300,300">
<widget name="okbutton" position="10,10" size="280,40" />
<widget name="title" position="10,120" size="280,50" />