use menu.xml for the menu instead of an inline string
[enigma2.git] / keymap.xml
index 82b8a5073042d6219b615663f4df46c2ca069f43..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,30 +0,0 @@
-<keymap>
-       <map context="ListboxActions">
-               <device name="keyboard">
-                       <key id="a" mapto="up" flags="mr" />
-                       <key id="b" mapto="down" flags="mr" />
-               </device>
-               <key id="KEY_UP" mapto="up" flags="mr" />
-               <key id="KEY_DOWN" mapto="down" flags="mr" />
-               <key id="1" mapto="moveUp" flags="mr" />
-               <key id="2" mapto="moveDown" flags="mr" />
-       </map>
-       <map context="InfobarActions">
-               <key id="m" mapto="mainMenu" flags="mr" />
-               <key id="c" mapto="switchChannel" flags="mr" />
-       </map>
-       <map context="MainMenuActions">
-               <key id=" " mapto="selected" flags="mr" />
-       </map>
-       
-       <map context="ChannelSelectActions">
-               <key id=" " mapto="selectChannel" flags="mr" />
-               
-               <!-- yes, this is flexible as hell. -->
-               <key id="p" mapto="bouquet:PREMIERE" flags="m" />
-               <key id="d" mapto="bouquet:Das Erste" flags="m" />
-       </map>
-       <map context="WindowActions">
-               
-       </map>
-</keymap>