Advertisement
Guest User

keyboard.xml

a guest
Apr 20th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 20.06 KB | None | 0 0
  1. <!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
  2. <!-- The <global> section is a fall through - they will only be used if the button is not          -->
  3. <!-- used in the current window's section.  Note that there is only handling                       -->
  4. <!-- for a single action per button at this stage.                                                 -->
  5. <!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox       -->
  6. <!-- gamepads.                                                                                     -->
  7.  
  8. <!-- The format is:                      -->
  9. <!--    <device>                         -->
  10. <!--      <button>action</button>        -->
  11. <!--    </device>                        -->
  12.  
  13. <!-- To map keys from other remotes using the RCA protocol, you may add <universalremote> blocks -->
  14. <!-- In this case, the tags used are <obc#> where # is the original button code (OBC) of the key -->
  15. <!-- You set it up by adding a <universalremote> block to the window or <global> section:       -->
  16. <!--    <universalremote>             -->
  17. <!--       <obc45>Stop</obc45>         -->
  18. <!--    </universalremote>            -->
  19.  
  20. <!-- Note that the action can be a built-in function.                 -->
  21. <!--  eg <B>XBMC.ActivateWindow(MyMusic)</B>                         -->
  22. <!-- would automatically go to My Music on the press of the B button. -->
  23.  
  24. <!-- Joysticks / Gamepads:                                                                    -->
  25. <!--   See the sample PS3 controller configuration below for the format.                      -->
  26. <!--                                                                                          -->
  27. <!--  Joystick Name:                                                                          -->
  28. <!--   Do 'cat /proc/bus/input/devices' or see your xbmc log file  to find the names of       -->
  29. <!--   detected joysticks. The name used in the configuration should match the detected name. -->
  30. <!--                                                                                          -->
  31. <!--  Button Ids:                                                                             -->
  32. <!--   'id' is the button ID used by SDL. Joystick button ids of connected joysticks appear   -->
  33. <!--   in xbmc.log when they are pressed. Use your log to map custom buttons to actions.      -->
  34. <!--                                                                                          -->
  35. <!--  Axis Ids / Analog Controls                                                              -->
  36. <!--   Coming soon.                                                                           -->
  37. <keymap>
  38.   <global>
  39.     <keyboard>
  40.       <l>NextSubtitle</l>
  41.       <w>XBMC.UpdateLibrary(video)</w>
  42.       <p>Play</p>
  43.       <q>Queue</q>
  44.       <f>FastForward</f>
  45.       <r>Rewind</r>
  46.       <left>Left</left>
  47.       <right>Right</right>
  48.       <up>Up</up>
  49.       <down>Down</down>
  50.       <left mod="ctrl">analogseekback</left>
  51.       <right mod="ctrl">analogseekforward</right>
  52.       <pageup>PageUp</pageup>
  53.       <pagedown>PageDown</pagedown>
  54.       <return>Select</return>
  55.       <enter>Select</enter>
  56.       <backspace>ParentDir</backspace>
  57.       <key id='65446'>Back</key>
  58.       <m>ActivateWindow(PlayerControls)</m>
  59.       <s>ActivateWindow(shutdownmenu)</s>
  60.       <escape>PreviousMenu</escape>
  61.       <i>Info</i>
  62.       <menu>ContextMenu</menu>
  63.       <c>ContextMenu</c>
  64.       <space>Pause</space>
  65.       <x>Stop</x>
  66.       <period>SkipNext</period>
  67.       <comma>SkipPrevious</comma>
  68.       <tab>FullScreen</tab>
  69.       <printscreen>Screenshot</printscreen>
  70.       <s mod="ctrl">RandomPreset</s>    <!-- Used to take screenshot, Now used for MCE remote Music random preset -->
  71.       <minus>VolumeDown</minus>
  72.       <plus>VolumeUp</plus>
  73.       <equals>VolumeUp</equals>
  74. <!-- FOR EXPERIMENTING - Trying to get T9 with remote but keep numbers with real keyboard without numpad -->
  75. <!--    BELOW IS ACTIVE (ORIGINAL) -->
  76.       <zero>Number0</zero>
  77.       <one>Number1</one>
  78.       <two>Number2</two>
  79.       <three>Number3</three>
  80.       <four>Number4</four>
  81.       <five>Number5</five>
  82.       <six>Number6</six>
  83.       <seven>Number7</seven>
  84.       <eight>Number8</eight>
  85.       <nine>Number9</nine>
  86.       <numpadminus>VolumeDown</numpadminus>
  87.       <numpadplus>VolumeUp</numpadplus>
  88.       <numpadzero>Number0</numpadzero>
  89.       <numpadone>Number1</numpadone>
  90.       <numpadtwo>Number2</numpadtwo>
  91.       <numpadthree>Number3</numpadthree>
  92.       <numpadfour>Number4</numpadfour>
  93.       <numpadfive>Number5</numpadfive>
  94.       <numpadsix>Number6</numpadsix>
  95.       <numpadseven>Number7</numpadseven>
  96.       <numpadeight>Number8</numpadeight>
  97.       <numpadnine>Number9</numpadnine>
  98. <!--      ABOVE IS ACTIVE (ORIGINAL) -->
  99. <!--    FOR EXPERIMENTING - Trying to get T9 with remote but keep numbers with real keyboard without numpad -->  
  100. <!--BELOW IS DEACTIVATED -->
  101.  
  102. <!-- ABOVE IS DEACTIVATED -->
  103.       <backslash>ToggleFullScreen</backslash>
  104.       <home>FirstPage</home>
  105.       <end>LastPage</end>
  106.       <f5 mod="ctrl,alt">XBMC.ActivateWindow(Home)</f5>  <!--Added to support (GSB Home Jump) feature-->
  107.       <!-- Multimedia keyboard keys -->
  108.       <browser_back>ParentDir</browser_back>
  109.       <browser_forward/>
  110.       <browser_refresh/>
  111.       <browser_stop/>
  112.       <browser_search/>
  113.       <browser_favorites>ActivateWindow(Favourites)</browser_favorites>
  114.       <browser_home>XBMC.ActivateWindow(Home)</browser_home>
  115.       <volume_mute>Mute</volume_mute>
  116.       <volume_down>VolumeDown</volume_down>
  117.       <volume_up>VolumeUp</volume_up>
  118.       <next_track>SkipNext</next_track>
  119.       <prev_track>SkipPrevious</prev_track>
  120.       <stop>Stop</stop>
  121.       <play_pause>Pause</play_pause>
  122.       <launch_mail></launch_mail>
  123.       <launch_media_select>XBMC.ActivateWindow(MyMusic)</launch_media_select>
  124.       <launch_app1_pc_icon>ActivateWindow(MyPrograms)</launch_app1_pc_icon>
  125.       <launch_app2_pc_icon>ActivateWindow(MyPrograms)</launch_app2_pc_icon>
  126.       <launch_file_browser/>
  127.       <launch_media_center/>
  128.       <!-- ****************************************************** -->
  129.       <!-- MS Media Center keyboard shortcuts sent by MCE remotes -->
  130.       <!-- See http://msdn.microsoft.com/en-us/library/bb189249.aspx -->
  131.       <p mod="ctrl,shift">Play</p>        <!-- Play -->
  132.       <s mod="ctrl,shift">Stop</s>        <!-- Stop -->
  133.       <p mod="ctrl">Pause</p>             <!-- Pause -->
  134.       <f mod="ctrl,shift">FastForward</f> <!-- Fwd -->
  135.       <b mod="ctrl,shift">Rewind</b>      <!-- Rew -->
  136.       <f mod="ctrl">SkipNext</f>          <!-- Skip -->
  137.       <b mod="ctrl">SkipPrevious</b>      <!-- Replay -->
  138.       <d mod="ctrl">Info</d>              <!-- MCE Details -->
  139.       <f10>VolumeUp</f10>                 <!-- MCE Vol up -->
  140.       <f9>VolumeDown</f9>                 <!-- MCE Vol down -->
  141.       <f8>Mute</f8>                       <!-- MCE mute -->
  142.       <g mod="ctrl">OSD</g>               <!-- MCE Guide -->
  143.       <m mod="ctrl">XBMC.ActivateWindow(musiclibrary,albums,return)</m>    <!-- MCE My music  Albums-->
  144.       <i mod="ctrl">ActivateWindow(pictures)</i> <!-- MCE My pictures -->
  145.       <e mod="ctrl">XBMC.ActivateWindow(videolibrary,tvshowtitles,return)</e>    <!-- MCE TVSHOWS Window-->
  146.       <!-- MCE keypresses without an obvious use in XBMC -->
  147.       <o mod="ctrl">Notification(MCEKeypress, Recorded TV, 3)</o>
  148.       <t mod="ctrl">Notification(MCEKeypress, Live TV, 3)</t>
  149.       <t mod="ctrl,shift">Notification(MCEKeypress, My TV, 3)</t>
  150.       <a mod="ctrl">Playlist</a>     <!-- Radio Button Activates playlists using MCE remotes for videos/music -->
  151.       <m mod="ctrl,shift">PlayerControl(ShowVideoMenu)</m> <!-- MCE DVD menu -->
  152.       <u mod="ctrl">Notification(MCEKeypress, DVD subtitle, 3)</u>
  153.       <eight mod="ctrl,shift">UpdateLibrary(video)</eight>     <!-- Update Video Library using MCE Remotes-->
  154.       <three mod="ctrl,shift">Playlist</three>     <!-- Support Button Activates playlists using MCE remotes for videos/music-->
  155.       <a mod="ctrl,shift">Notification(MCEKeypress, DVD audio, 3)</a>
  156.       <y mod="ctrl">NextSubtitle</y>              <!-- Yellow Button: ctrl-y: Switch audio language track -->
  157.     </keyboard>
  158.   </global>
  159.   <LoginScreen>
  160.     <keyboard>
  161.       <end>XBMC.ShutDown()</end>
  162.     </keyboard>
  163.   </LoginScreen>
  164.   <Home>
  165.     <keyboard>
  166.       <i>info</i>
  167.       <n mod="ctrl,shift">RunAddon(plugin.video.nrk)</n>
  168.       <end>XBMC.ShutDown()</end>
  169.     </keyboard>
  170.   </Home>
  171.   <VirtualKeyboard>
  172.     <keyboard>
  173.     <!-- CHECK THIS PART BETWEEN COMMENT IF KEYB/REMOTE NUM / NUMPAD EDIT DOES NOT WORK -->
  174.       <zero>Number0</zero>
  175.       <one>Number1</one>
  176.       <two>Number2</two>
  177.       <three>Number3</three>
  178.       <four>Number4</four>
  179.       <five>Number5</five>
  180.       <six>Number6</six>
  181.       <seven>Number7</seven>
  182.       <eight>Number8</eight>
  183.       <nine>Number9</nine>
  184.       <!-- CHECK THIS PART BETWEEN COMMENT IF KEYB/REMOTE NUM / NUMPAD EDIT DOES NOT WORK -->
  185.       <backspace>Backspace</backspace>
  186.     </keyboard>
  187.   </VirtualKeyboard>
  188.   <MyFiles>
  189.     <keyboard>
  190.       <space>Highlight</space>
  191.       <delete>Delete</delete>
  192.       <m>Move</m>
  193.       <r>Rename</r>
  194.     </keyboard>
  195.   </MyFiles>
  196.   <MyMusicPlaylist>
  197.     <keyboard>
  198.       <space>Back</space>
  199.       <delete>Delete</delete>
  200.       <q>Delete</q>   <!-- Used for MCE remotes to Delete music in playlist -->
  201.       <u>MoveItemUp</u>
  202.       <d>MoveItemDown</d>
  203.       <pageup>MoveItemUp</pageup>    <!-- Used for MCE remotes to Arrange playlist -->
  204.       <pagedown>MoveItemDown</pagedown>    <!-- Used for MCE remotes to arrange playlist -->
  205.       <backspace>Playlist</backspace>      <!-- Close playlist -->
  206.       <g>PlayerControl(Random)</g>      <!-- Randomise playlist -->
  207.     </keyboard>
  208.   </MyMusicPlaylist>
  209.   <MyMusicPlaylistEditor>
  210.     <keyboard>
  211.       <u>MoveItemUp</u>
  212.       <d>MoveItemDown</d>
  213.       <pageup>MoveItemUp</pageup>    <!-- Used for MCE remotes to Arrange playlist -->
  214.       <pagedown>MoveItemDown</pagedown>    <!-- Used for MCE remotes to arrange playlist -->
  215.       <delete>Delete</delete>
  216.       <q>Delete</q>   <!-- Used for MCE remotes to Delete music in playlist -->
  217.       <g>PlayerControl(Random)</g>      <!-- Randomise playlist -->
  218.     </keyboard>
  219.   </MyMusicPlaylistEditor>
  220.   <MyMusicFiles>
  221.     <keyboard>
  222.       <space>Playlist</space>
  223.       <q>Queue</q>
  224.       <delete>Delete</delete>
  225.       <g>PlayerControl(RandomOff)</g>      <!-- Random Off Library/Files mode -->
  226.     </keyboard>
  227.   </MyMusicFiles>
  228.   <MyMusicLibrary>
  229.     <keyboard>
  230.       <space>Playlist</space>
  231.       <q>Queue</q>
  232.       <g>PlayerControl(RandomOff)</g>      <!-- Random Off Library/Files mode -->
  233.     </keyboard>
  234.   </MyMusicLibrary>
  235.   <FullscreenVideo>
  236.     <keyboard>
  237.           <!-- PVR & extra controls Remoded by elitegamer360 so not to confilict with current XBMCCustomregis settings-->
  238.       <r mod="ctrl,alt">PlayerControl(Record)</r>
  239.       <p mod="ctrl,alt">PlayerControl(Play)</p>
  240.       <b mod="ctrl,alt">PlayerControl(Repeat)</b>
  241.       <f mod="ctrl,alt">PlayerControl(Next)</f>
  242.       <f mod="alt">PlayerControl(Forward)</f>
  243.       <b mod="shift">PlayerControl(Rewind)</b>
  244.       <f5 mod="ctrl,shift">Stop</f5>  <!--GSB PVR MOD-->
  245.       <w mod="ctrl,alt">AudioDelayPlus</w>
  246.       <y mod="ctrl,alt">AudioDelayMinus</y>      
  247.       <s mod="ctrl,alt">NextSubtitle</s>
  248.       <m mod="ctrl,alt">audionextlanguage</m>
  249.       <i mod="ctrl,alt">RunScript(script.xbmc.subtitles)</i>
  250.       <c mod="ctrl">OSD</c>
  251.           <!-- PVR & extra controls Remoded by elitegamer360 so not to confilict with current XBMCCustomregis settings-->
  252.       <f>FastForward</f>
  253.       <r>Rewind</r>
  254.       <period>StepForward</period>
  255.       <comma>StepBack</comma>
  256.       <backspace>SmallStepBack</backspace>
  257.       <quote>SmallStepBack</quote>
  258.       <l>NextSubtitle</l>
  259.       <opensquarebracket>BigStepForward</opensquarebracket>
  260.       <closesquarebracket>BigStepBack</closesquarebracket>
  261.       <return>OSD</return>
  262.       <enter>OSD</enter>
  263.       <m>OSD</m>
  264.       <i>Info</i>
  265.       <o>CodecInfo</o>
  266.       <z>AspectRatio</z>
  267.       <pageup>ZoomIn</pageup>     <!-- Added for MCE Remotes for extra zooming  -->
  268.       <Pagedown>ZoomOut</Pagedown>    <!-- Added for MCE Remotes for extra zooming -->
  269.       <!-- t>ShowSubtitles</t -->
  270.       <t>XBMC.RunScript(script.xbmc.subtitles)</t>    <!-- Added for MCE Remotes for subtitle addon -->
  271.       <t mod="ctrl">SubtitleAlign</t>
  272.       <l>NextSubtitle</l>
  273.       <left>StepBack</left>
  274.       <right>StepForward</right>
  275.       <up>BigStepForward</up>
  276.       <down>BigStepBack</down>
  277.       <a>AudioDelay</a>
  278.       <escape>Fullscreen</escape>
  279.       <v>XBMC.ActivateWindow(Teletext)</v>
  280.       <up mod="ctrl">SubtitleShiftUp</up>
  281.       <down mod="ctrl">SubtitleShiftDown</down>
  282.       <zero>Number0</zero>
  283.       <one>Number1</one>
  284.       <two>Number2</two>
  285.       <three>Number3</three>
  286.       <four>Number4</four>
  287.       <five>Number5</five>
  288.       <six>Number6</six>
  289.       <seven>Number7</seven>
  290.       <eight>Number8</eight>
  291.       <nine>Number9</nine>
  292.       <l>NextSubtitle</l>
  293.     </keyboard>
  294.   </FullscreenVideo>
  295.   <VideoTimeSeek>
  296.     <keyboard>
  297.       <return>Select</return>
  298.       <enter>Select</enter>
  299.     </keyboard>
  300.   </VideoTimeSeek>
  301.   <FullscreenInfo>
  302.     <keyboard>
  303.       <f>FastForward</f>
  304.       <r>Rewind</r>
  305.       <period>StepForward</period>
  306.       <backspace>Close</backspace>
  307.       <o>CodecInfo</o>
  308.       <i>Back</i>
  309.       <d mod="ctrl">Back</d>
  310.       <m>OSD</m>
  311.     </keyboard>
  312.   </FullscreenInfo>
  313.   <PlayerControls>
  314.     <keyboard>
  315.       <escape>Close</escape>
  316.       <m>Back</m>
  317.     </keyboard>
  318.   </PlayerControls>
  319.   <Visualisation>
  320.     <keyboard>
  321.       <f>FastForward</f>
  322.       <r>Rewind</r>
  323.       <period>SkipNext</period>
  324.       <comma>SkipPrevious</comma>
  325.       <return>ActivateWindow(MusicOSD)</return>
  326.       <enter>ActivateWindow(MusicOSD)</enter>
  327.       <m>ActivateWindow(MusicOSD)</m>
  328.       <i>Info</i>
  329.       <p>ActivateWindow(VisualisationPresetList)</p>
  330.       <v>ActivateWindow(VisualisationSettings)</v>
  331.       <n>ActivateWindow(MusicPlaylist)</n>
  332.       <left>SkipPrevious</left>
  333.       <right>SkipNext</right>
  334.       <up>IncreaseRating</up>
  335.       <down>DecreaseRating</down>      <!--<back>NextPreset</back>!-->
  336.       <o>CodecInfo</o>
  337.       <escape>FullScreen</escape>
  338.     </keyboard>
  339.   </Visualisation>
  340.   <MusicOSD>
  341.     <keyboard>
  342.       <escape>Close</escape>
  343.       <f>FastForward</f>
  344.       <r>Rewind</r>
  345.       <period>SkipNext</period>
  346.       <comma>SkipPrevious</comma>
  347.       <m>Back</m>
  348.       <i>Info</i>
  349.       <o>CodecInfo</o>
  350.       <p>ActivateWindow(VisualisationPresetList)</p>
  351.       <v>ActivateWindow(VisualisationSettings)</v>
  352.       <n>ActivateWindow(MusicPlaylist)</n>
  353.     </keyboard>
  354.   </MusicOSD>
  355.   <VisualisationSettings>
  356.     <keyboard>
  357.       <escape>Close</escape>
  358.       <f>FastForward</f>
  359.       <r>Rewind</r>
  360.       <period>SkipNext</period>
  361.       <comma>SkipPrevious</comma>
  362.       <m>Back</m>
  363.       <i>Info</i>
  364.       <o>CodecInfo</o>
  365.       <p>ActivateWindow(VisualisationPresetList)</p>
  366.       <v>Back</v>
  367.       <n>ActivateWindow(MusicPlaylist)</n>
  368.     </keyboard>
  369.   </VisualisationSettings>
  370.   <VisualisationPresetList>
  371.     <keyboard>
  372.       <escape>Close</escape>
  373.       <f>FastForward</f>
  374.       <r>Rewind</r>
  375.       <period>SkipNext</period>
  376.       <comma>SkipPrevious</comma>
  377.       <m>Back</m>
  378.       <i>Info</i>
  379.       <o>CodecInfo</o>
  380.       <p>Back</p>
  381.       <v>Back</v>
  382.       <n>ActivateWindow(MusicPlaylist)</n>
  383.     </keyboard>
  384.   </VisualisationPresetList>
  385.   <SlideShow>
  386.     <keyboard>
  387.       <zero>ZoomNormal</zero>
  388.       <one>ZoomLevel1</one>
  389.       <two>ZoomLevel2</two>
  390.       <three>ZoomLevel3</three>
  391.       <four>ZoomLevel4</four>
  392.       <five>ZoomLevel5</five>
  393.       <six>ZoomLevel6</six>
  394.       <seven>ZoomLevel7</seven>
  395.       <eight>ZoomLevel8</eight>
  396.       <nine>ZoomLevel9</nine>
  397.       <i>Info</i>
  398.       <o>CodecInfo</o>
  399.       <period>NextPicture</period>
  400.       <comma>PreviousPicture</comma>
  401.       <plus>ZoomIn</plus>
  402.       <minus>ZoomOut</minus>
  403.       <return>Rotate</return>
  404.       <enter>Rotate</enter>
  405.       <r>Rotate</r>
  406.       <backspace>PreviousMenu</backspace>
  407.     </keyboard>
  408.   </SlideShow>
  409.   <ScreenCalibration>
  410.     <keyboard>
  411.       <return>NextCalibration</return>
  412.       <enter>NextCalibration</enter>
  413.       <d>ResetCalibration</d>
  414.       <r>NextResolution</r>
  415.       <backspace>PreviousMenu</backspace>    <!-- Added for better MCE remote functionality --->
  416.     </keyboard>
  417.   </ScreenCalibration>
  418.   <GUICalibration>
  419.     <keyboard>
  420.       <return>NextCalibration</return>
  421.       <enter>NextCalibration</enter>
  422.       <d>ResetCalibration</d>
  423.       <backspace>PreviousMenu</backspace>    <!-- Added for better MCE remote functionality --->
  424.     </keyboard>
  425.   </GUICalibration>
  426.   <VideoOSD>
  427.     <keyboard>
  428.       <backspace>Close</backspace>
  429.       <escape>Close</escape>
  430.       <m>Close</m>
  431.       <g mod="ctrl">close</g> <!-- MCE Guide button -->
  432.       <i>Info</i>
  433.       <o>CodecInfo</o>
  434.     </keyboard>
  435.   </VideoOSD>
  436.   <VideoMenu>
  437.     <keyboard>
  438.       <opensquarebracket>BigStepForward</opensquarebracket>
  439.       <closesquarebracket>BigStepBack</closesquarebracket>
  440.       <m>OSD</m>
  441.       <i>Info</i>
  442.       <o>CodecInfo</o>
  443.       <z>AspectRatio</z>
  444.       <t>ShowSubtitles</t>
  445.       <l>NextSubtitle</l>
  446.       <a>AudioDelay</a>
  447.       <escape>PreviousMenu</escape>
  448.       <return>Select</return>
  449.       <enter>Select</enter>
  450.       <backspace>FullScreen</backspace>
  451.     </keyboard>
  452.   </VideoMenu>
  453.   <OSDVideoSettings>
  454.     <keyboard>
  455.       <backspace>Close</backspace>
  456.       <escape>Close</escape>
  457.       <l>NextSubtitle</l>
  458.       <i>Info</i>
  459.       <o>CodecInfo</o>
  460.     </keyboard>
  461.   </OSDVideoSettings>
  462.   <OSDAudioSettings>
  463.     <keyboard>
  464.       <backspace>Close</backspace>
  465.       <escape>Close</escape>
  466.       <i>Info</i>
  467.       <o>CodecInfo</o>
  468.     </keyboard>
  469.   </OSDAudioSettings>
  470.   <VideoBookmarks>
  471.     <keyboard>
  472.       <backspace>Close</backspace>
  473.       <escape>Close</escape>
  474.     </keyboard>
  475.   </VideoBookmarks>
  476.   <MyVideoLibrary>
  477.     <keyboard>
  478.       <delete>Delete</delete>
  479.       <space>Playlist</space>
  480.       <w>XBMC.UpdateLibrary(video)</w>
  481.     </keyboard>
  482.   </MyVideoLibrary>
  483.   <MyVideoFiles>
  484.     <keyboard>
  485.       <space>Playlist</space>
  486.       <q>Queue</q>
  487.       <w>XBMC.UpdateLibrary(video)</w>
  488.     </keyboard>
  489.   </MyVideoFiles>
  490.   <MyVideoPlaylist>
  491.     <keyboard>
  492.       <backspace>Playlist</backspace>      <!-- Close playlist -->
  493.       <space>Playlist</space>      <!-- Close playlist -->
  494.       <delete>Delete</delete>
  495.       <q>Delete</q>   <!-- Used for MCE remotes to Delete music in playlist -->
  496.       <u>MoveItemUp</u>
  497.       <d>MoveItemDown</d>
  498.       <pageup>MoveItemUp</pageup>    <!-- Used for MCE remotes to Arrange playlist -->
  499.       <pagedown>MoveItemDown</pagedown>    <!-- Used for MCE remotes to arrange playlist -->
  500.     </keyboard>
  501.   </MyVideoPlaylist>
  502.   <MyPictures>
  503.     <keyboard>
  504.       <delete>Delete</delete>
  505.     </keyboard>
  506.   </MyPictures>
  507.   <ContextMenu>
  508.     <keyboard>
  509.       <c>Close</c>
  510.       <menu>Close</menu>
  511.       <backspace>Close</backspace>
  512.     </keyboard>
  513.   </ContextMenu>
  514.  <Scripts>
  515.     <keyboard>
  516.       <i>info</i>
  517.     </keyboard>
  518.   </Scripts>
  519.   <MusicInformation>
  520.     <keyboard>
  521.       <i>Back</i>
  522.       <d mod="ctrl">Back</d>
  523.     </keyboard>
  524.   </MusicInformation>
  525.   <MovieInformation>
  526.     <keyboard>
  527.       <i>Back</i>
  528.     </keyboard>
  529.   </MovieInformation>
  530.   <PictureInfo>
  531.     <keyboard>
  532.       <period>NextPicture</period>
  533.       <comma>PreviousPicture</comma>
  534.       <i>Back</i>
  535.       <d mod="ctrl">Back</d>
  536.       <o>Back</o>
  537.       <space>Pause</space>
  538.     </keyboard>
  539.   </PictureInfo>
  540.   <Teletext>
  541.     <keyboard>
  542.       <v>Back</v>
  543.     </keyboard>
  544.   </Teletext>
  545.   <FileBrowser>
  546.     <keyboard>
  547.       <space>Highlight</space>
  548.     </keyboard>
  549.   </FileBrowser>
  550.   <ShutdownMenu>
  551.     <keyboard>
  552.       <s>Back</s>
  553.     </keyboard>
  554.   </ShutdownMenu>
  555.   <AddonInformation>
  556.     <keyboard>
  557.       <i>Back</i>
  558.     </keyboard>
  559.   </AddonInformation>
  560.   <AddonSettings>
  561.     <keyboard>
  562.       <delete>Delete</delete>
  563.     </keyboard>
  564.   </AddonSettings>
  565. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement