Changed title to display because title & guide both map to the same command in XBMC
[hama_mce-eventclient.git] / hama_mce.xml
blob41b10c7a4610c06e2ae32957c8d322b4d19892dd
1 <!--
2   Add new action in home menu: Escape will return to full-screen video.
3   Thus users can cycle through parent menus and Fullscreen/Movie mode 
4   with a single key
5   (escape, or back on the remote control, if this is mapped to 'escape').
6   -->
7 <keymap>
8         <global>
9                 <remote>
10                         <recordedtv>AspectRatio</recordedtv>
11                         <menu>XBMC.EjectTray()</menu>
12                         <record>Queue</record>
13                         <start>XBMC.ActivateWindow(Home)</start>
14                         <subtitle>ParentDir</subtitle>
15                 </remote>
16         </global>
17         <Home>
18                 <remote>
19                         <back>FullScreen</back>
20                 </remote>
21         </Home>
22 </keymap>