- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[vuplus_dvbapp] / keymap.xml
1 <keymap>
2         <map context="ListboxActions">
3                 <device name="keyboard">
4                         <key id="a" mapto="up" flags="mr" />
5                         <key id="b" mapto="down" flags="mr" />
6                 </device>
7                 <key id="KEY_UP" mapto="up" flags="mr" />
8                 <key id="KEY_DOWN" mapto="down" flags="mr" />
9                 <key id="1" mapto="moveUp" flags="mr" />
10                 <key id="2" mapto="moveDown" flags="mr" />
11         </map>
12         <map context="InfobarActions">
13                 <key id="m" mapto="mainMenu" flags="mr" />
14                 <key id="c" mapto="switchChannel" flags="mr" />
15         </map>
16         <map context="MainMenuActions">
17                 <key id=" " mapto="selected" flags="mr" />
18         </map>
19         
20         <map context="ChannelSelectActions">
21                 <key id=" " mapto="selectChannel" flags="mr" />
22                 
23                 <!-- yes, this is flexible as hell. -->
24                 <key id="p" mapto="bouquet:PREMIERE" flags="m" />
25                 <key id="d" mapto="bouquet:Das Erste" flags="m" />
26         </map>
27         <map context="WindowActions">
28                 
29         </map>
30 </keymap>