diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 11 | ||||
| -rw-r--r-- | data/skin.xml | 3 |
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" /> |
