aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 11:54:53 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 11:54:53 +0000
commit0afd2995239e9c831b4e73ba27ec97302337db01 (patch)
treec3feb0800e5718d557eae44c63d73913a6255351 /data
parent321f1faf2e536f36dc519cddda2db62a74e4fd48 (diff)
downloadenigma2-0afd2995239e9c831b4e73ba27ec97302337db01.tar.gz
enigma2-0afd2995239e9c831b4e73ba27ec97302337db01.zip
hold red or blue key in movie player to seek x minutes forward or backward
Diffstat (limited to 'data')
-rw-r--r--data/keymap.xml11
-rw-r--r--data/skin.xml3
2 files changed, 13 insertions, 1 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index 2462ef6e..ab058568 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -66,6 +66,13 @@
<key id="BTN_1" mapto="zapDown" flags="mr" />
</map>
+ <map context="MinuteInputActions">
+ <key id="KEY_UP" mapto="up" flags="mr" />
+ <key id="KEY_DOWN" mapto="down" flags="mr" />
+ <key id="KEY_OK" mapto="ok" flags="mr" />
+ <key id="KEY_EXIT" mapto="cancel" flags="mr" />
+ </map>
+
<map context="WizardActions">
<key id="KEY_LEFT" mapto="left" flags="mr" />
<key id="KEY_RIGHT" mapto="right" flags="mr" />
@@ -141,8 +148,10 @@
<key id="KEY_YELLOW" mapto="pauseService" flags="m" />
<key id="KEY_GREEN" mapto="unPauseService" flags="m" />
<key id="KEY_RED" mapto="seekBack" flags="m" />
+ <key id="KEY_RED" mapto="seekBackUp" flags="b" />
<key id="KEY_BLUE" mapto="seekFwd" flags="m" />
-
+ <key id="KEY_BLUE" mapto="seekFwdUp" flags="b" />
+
<key id="KEY_LEFT" mapto="seekBack" flags="m" />
<key id="KEY_RIGHT" mapto="seekFwd" flags="m" />
diff --git a/data/skin.xml b/data/skin.xml
index e8e8a9ec..4be94751 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -210,6 +210,9 @@
<widget name="channel" position="50,15" size="110,25" font="Regular;23" />
<widget name="number" position="160,15" size="80,25" halign="right" font="Regular;23" />
</screen>
+ <screen name="MinuteInput" position="200,140" size="280,60" title="Seek">
+ <widget name="minutes" position="160,15" size="80,25" halign="right" font="Regular;23" />
+ </screen>
<screen name="Volume" flags="wfNoBorder" position="450,50" size="180,60" title="Volume">
<ePixmap position="0,0" zPosition="0" size="180,60" pixmap="/usr/share/enigma2/volumeslider-fs8.png" />