epgcache: add possibility to change the default epg cache read/write path
[enigma2.git] / lib / python / Plugins / Extensions / CutListEditor / keymap.xml
1 <keymap>
2         <map context="CutlistSeekActions">
3                 <device name="dreambox remote control (native)">
4                         <key id="KEY_YELLOW" mapto="pauseService" flags="m" />
5                         <key id="KEY_GREEN" mapto="unPauseService" flags="m" />
6                         <key id="KEY_RED" mapto="seekBack" flags="b" />
7                         <key id="KEY_BLUE" mapto="seekFwd" flags="b" />
8                         <key id="KEY_RED" mapto="seekBackManual" flags="l" />
9                         <key id="KEY_BLUE" mapto="seekFwdManual" flags="l" />
10                 </device>
11                 <device name="dreambox advanced remote control (native)">
12                         <key id="KEY_PLAY" mapto="playpauseService" flags="m" />
13                         <!--key id="KEY_GREEN" mapto="unPauseService" flags="m" /-->
14                         <key id="KEY_PREVIOUSSONG" mapto="seekBack" flags="b" />
15                         <key id="KEY_PREVIOUSSONG" mapto="seekBackManual" flags="l" />
16                         <key id="KEY_NEXTSONG" mapto="seekFwd" flags="b" />
17                         <key id="KEY_NEXTSONG" mapto="seekFwdManual" flags="l" />
18                 </device>
19                 
20                 <key id="KEY_LEFT" mapto="seek:-1" flags="m" />
21                 <key id="KEY_RIGHT" mapto="seek:1" flags="m" />
22
23                 <key id="KEY_1" mapto="seek:-10" flags="m" />
24                 <key id="KEY_3" mapto="seek:10" flags="m" />
25                 <key id="KEY_4" mapto="seek:-30" flags="m" />
26                 <key id="KEY_6" mapto="seek:30" flags="m" />
27                 <key id="KEY_7" mapto="seek:-90" flags="m" />
28                 <key id="KEY_9" mapto="seek:90" flags="m" />
29                 <key id="KEY_PREVIOUS" mapto="seek:-300" flags="m" />
30                 <key id="KEY_NEXT" mapto="seek:300" flags="m" />
31         </map>
32
33         <map context="CutListEditorActions">
34 <!--            <key id="KEY_NEXT" mapto="setIn" flags="m" />
35                 <key id="KEY_PREVIOUS" mapto="setOut" flags="m" /> -->
36 <!--            <key id="KEY_0" mapto="setMark" flags="m" />  -->
37 <!--            <key id="KEY_CHANNELUP" mapto="addMark" flags="m" />
38                 <key id="KEY_CHANNELDOWN" mapto="removeMark" flags="m" /> -->
39                 <key id="KEY_EXIT" mapto="leave" flags="m" />
40                 <key id="KEY_ESC" mapto="leave" flags="m" />
41                 <key id="KEY_OK" mapto="showMenu" flags="m" />
42                 <key id="KEY_ENTER" mapto="showMenu" flags="m" />
43         </map>
44 </keymap>