show 'disabled' for disabled timers, instead of 'done'
[enigma2.git] / data / keymap.xml
index e2326e0127c67b5117b48e538d0d1cb0fed6dae8..3b2185daca378789afe29d2d234d5af619e20c2e 100644 (file)
@@ -67,7 +67,8 @@
        </map>
 
        <map context="InfobarEPGActions">
-               <key id="KEY_INFO" mapto="showEventInfo" flags="m" />
+               <key id="KEY_INFO" mapto="showEventInfo" flags="b" />
+               <key id="KEY_INFO" mapto="showSingleServiceEPG" flags="l" />
        </map>
        
        <map context="InfobarInstantRecord">
 
                <key id="KEY_OK" mapto="unPauseService" flags="m" />
                
-               <key id="KEY_2" mapto="seek:-10" flags="m" />
-               <key id="KEY_5" mapto="seek:10" flags="m" />
-               <key id="KEY_1" mapto="seek:-30" flags="m" />
-               <key id="KEY_3" mapto="seek:30" flags="m" />
-               <key id="KEY_4" mapto="seek:-90" flags="m" />
-               <key id="KEY_6" mapto="seek:90" flags="m" />
+               <key id="KEY_1" mapto="seek:-15" flags="b" />
+               <key id="KEY_3" mapto="seek:15" flags="b" />
+               <key id="KEY_1" mapto="seekBackDef" flags="l" />
+               <key id="KEY_3" mapto="seekFwdDef" flags="l" />
+               <key id="KEY_4" mapto="seek:-60" flags="m" />
+               <key id="KEY_6" mapto="seek:60" flags="m" />
+               <key id="KEY_7" mapto="seek:-300" flags="m" />
+               <key id="KEY_9" mapto="seek:300" flags="m" />
+       </map>
+
+       <map context="MediaPlayerSeekActions">
+               <device name="dreambox remote control (native)">
+                       <key id="KEY_RED" mapto="seekBack" flags="b" />
+                       <key id="KEY_BLUE" mapto="seekFwd" flags="b" />
+                       <key id="KEY_RED" mapto="seekBackManual" flags="l" />
+                       <key id="KEY_BLUE" mapto="seekFwdManual" flags="l" />
+               </device>
+               <device name="dreambox advanced remote control (native)">
+                       <key id="KEY_PREVIOUSSONG" mapto="seekBack" flags="b" />
+                       <key id="KEY_NEXTSONG" mapto="seekFwd" flags="b" />
+                       <key id="KEY_PREVIOUSSONG" mapto="seekBackManual" flags="l" />
+                       <key id="KEY_NEXTSONG" mapto="seekFwdManual" flags="l" />
+               </device>
+               
+               <key id="KEY_1" mapto="seek:-15" flags="m" />
+               <key id="KEY_3" mapto="seek:15" flags="m" />
+               <key id="KEY_1" mapto="seekBackDef" flags="l" />
+               <key id="KEY_3" mapto="seekFwdDef" flags="l" />
+               <key id="KEY_4" mapto="seek:-60" flags="m" />
+               <key id="KEY_6" mapto="seek:60" flags="m" />
                <key id="KEY_7" mapto="seek:-300" flags="m" />
                <key id="KEY_9" mapto="seek:300" flags="m" />
        </map>
        </map>
        
        <map context="InfobarCueSheetActions">
+               <device name="dreambox remote control (native)">
+                       <key id="KEY_PREVIOUS" mapto="jumpPreviousMark" flags="m" />
+                       <key id="KEY_NEXT" mapto="jumpNextMark" flags="m" />
+                       <key id="KEY_PREVIOUSSONG" mapto="jumpPreviousMark" flags="m" />
+                       <key id="KEY_PLAYPAUSE" mapto="toggleMark" flags="m" />
+                       <key id="KEY_NEXTSONG" mapto="jumpNextMark" flags="m" />
+               </device>
+               <device name="dreambox advanced remote control (native)">
+                       <key id="KEY_RED" mapto="jumpPreviousMark" flags="m" />
+                       <key id="KEY_YELLOW" mapto="toggleMark" flags="m" />
+                       <key id="KEY_BLUE" mapto="jumpNextMark" flags="m" />
+               </device>
+       </map>
+       
+       <map context="MediaPlayerCueSheetActions">
                <device name="dreambox remote control (native)">
                        <key id="KEY_PREVIOUSSONG" mapto="jumpPreviousMark" flags="m" />
                        <key id="KEY_PLAYPAUSE" mapto="toggleMark" flags="m" />
                <key id="KEY_CHANNELDOWN" mapto="size-" flags="mr" />
        </map>
        
-       <map context="MediaPlayerSeekActions">
+       <map context="MediaPlayerActions">
                <device name="dreambox remote control (native)">
                        <key id="KEY_YELLOW" mapto="pause" flags="m" />
                        <key id="KEY_GREEN" mapto="play" flags="m" />
                <key id="KEY_NEXT" mapto="next" flags="mr" />
                
                <key id="KEY_MENU" mapto="menu" flags="m" />
+
+               <key id="KEY_0" mapto="skipListbegin" flags="m" />
+               <key id="KEY_8" mapto="skipListend" flags="m" />
+               <key id="KEY_CHANNELUP" mapto="nextBouquet" flags="m" />
+               <key id="KEY_CHANNELDOWN" mapto="prevBouquet" flags="m" />
+               <key id="KEY_VIDEO" mapto="delete" flags="m" />
+               <key id="KEY_STOP" mapto="shift_stop" flags="m" />
+               <key id="KEY_RECORD" mapto="shift_record" flags="m" />
        </map>
 </keymap>