attachment:Keymap.xml of BluetoothRemoteControl


Attachment 'Keymap.xml'

Download

Toggle line numbers
   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 5 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 <!-- To find out the OBC's of your remote, try enabling the <displayremotecodes> tag in AdvancedSettings.xml -->
  20 
  21 <!-- Note that the action can be a built-in function.                 -->
  22 <!--  eg <B>XBMC.ActivateWindow(MyMusic)"</B>                         -->
  23 <!-- would automatically go to My Music on the press of the B button. -->
  24 
  25 <!-- Joysticks / Gamepads:                                                                    -->
  26 <!--   See the sample PS3 controller configuration below for the format.                      -->
  27 <!--                                                                                          -->
  28 <!--  Joystick Name:                                                                          -->
  29 <!--   Do 'cat /proc/bus/input/devices' or see your xbmc log file  to find the names of       -->
  30 <!--   detected joysticks. The name used in the configuration should match the detected name. -->
  31 <!--                                                                                          -->
  32 <!--  Button Ids:                                                                             -->
  33 <!--   'id' is the button ID used by SDL. Joystick button ids of connected joysticks appear   -->
  34 <!--   in xbmc.log when they are pressed. Use your log to map custom buttons to actions.      -->
  35 <!--                                                                                          -->
  36 <!--  Axis Ids / Analog Controls                                                              -->
  37 <!--   Coming soon.                                                                           -->
  38 
  39 <keymap>
  40   <global>
  41     <remote>
  42       <three>VolumeUp</three>
  43       <six>VolumeDown</six>
  44       <nine>Mute</nine>
  45       <play>Play</play>
  46       <pause>Pause</pause>
  47       <stop>Stop</stop>
  48       <forward>FastForward</forward>
  49       <reverse>Rewind</reverse>
  50       <left>Left</left>
  51       <right>Right</right>
  52       <up>Up</up>
  53       <down>Down</down>
  54       <select>Select</select>
  55       <pageplus>PageUp</pageplus>
  56       <pageminus>PageDown</pageminus>
  57       <back>ParentDir</back>
  58       <menu>PreviousMenu</menu>
  59       <title>ContextMenu</title>
  60       <info>Info</info>
  61       <skipplus>SkipNext</skipplus>
  62       <skipminus>SkipPrevious</skipminus>
  63       <display>FullScreen</display>
  64       <start>PreviousMenu</start>
  65       <record>Screenshot</record>
  66       <volumeplus>VolumeUp</volumeplus>
  67       <volumeminus>VolumeDown</volumeminus>
  68       <mute>Mute</mute>
  69       <power>XBMC.ShutDown()</power>
  70       <myvideo>XBMC.ActivateWindow(MyVideos)</myvideo>
  71       <mymusic>XBMC.ActivateWindow(MyMusic)</mymusic>
  72       <mypictures>XBMC.ActivateWindow(MyPictures)</mypictures>
  73       <mytv>XBMC.ActivateWindow(Home)</mytv>
  74     </remote>
  75 
  76     <gamepad>
  77       <A>Select</A>
  78       <B>ParentDir</B>
  79       <X>FullScreen</X>
  80       <Y>Queue</Y>
  81       <white>ContextMenu</white>
  82       <black></black>
  83       <start>XBMC.ActivateWindow(PlayerControls)</start>
  84       <back>PreviousMenu</back>
  85       <dpadleft>Left</dpadleft>
  86       <dpadright>Right</dpadright>
  87       <dpadup>Up</dpadup>
  88       <dpaddown>Down</dpaddown>
  89       <leftthumbbutton>Screenshot</leftthumbbutton>
  90       <rightthumbbutton>XBMC.ActivateWindow(ShutdownMenu)</rightthumbbutton>
  91       <leftanalogtrigger>ScrollUp</leftanalogtrigger>
  92       <rightanalogtrigger>ScrollDown</rightanalogtrigger>
  93       <rightthumbstickleft>AnalogSeekBack</rightthumbstickleft>
  94       <rightthumbstickright>AnalogSeekForward</rightthumbstickright>
  95       <rightthumbstickup>VolumeUp</rightthumbstickup>
  96       <rightthumbstickdown>VolumeDown</rightthumbstickdown>
  97     </gamepad>
  98 
  99     <joystick name="Microsoft Xbox Controller S">
 100       <altname>Mad Catz MicroCON</altname>
 101       <button id="1">Select</button>
 102       <button id="2">ParentDir</button>
 103       <button id="3">ToggleFullScreen</button>
 104       <button id="4">FullScreen</button>
 105       <button id="5">Queue</button>
 106       <button id="6">ContextMenu</button>
 107       <button id="7"></button>
 108       <button id="8"></button>
 109       <button id="9">XBMC.ActivateWindow(PlayerControls)</button>
 110       <button id="10"></button>
 111       <button id="11">Screenshot</button>
 112       <button id="12">XBMC.ActivateWindow(ShutdownMenu)</button>
 113       <button id="13">Up</button>
 114       <button id="14">Right</button>
 115       <button id="15">Down</button>
 116       <button id="16">Left</button>
 117       <button id="17">PreviousMenu</button>
 118       <axis id="5" limit="-1">VolumeDown</axis>
 119       <axis id="5" limit="+1">VolumeUp</axis>
 120       <axis id="4" limit="-1">AnalogSeekBack</axis>
 121       <axis id="4" limit="+1">AnalogSeekForward</axis>
 122       <axis id="3" limit="0">ScrollUp</axis>
 123       <axis id="6" limit="0">ScrollDown</axis>
 124     </joystick>
 125 
 126     <joystick name="Sony PLAYSTATION(R)3 Controller">   
 127       <altname>PS3 Controller</altname>
 128       <button id="15">Select</button>                   
 129       <button id="14">ParentDir</button>                
 130       <button id="16">FullScreen</button>
 131       <button id="13">Queue</button>
 132       <button id="11">PreviousMenu</button>
 133       <button id="8">Left</button>
 134       <button id="6">Right</button>
 135       <button id="5">Up</button>
 136       <button id="7">Down</button>
 137       <button id="2">Screenshot</button>
 138       <button id="3">XBMC.ActivateWindow(ShutdownMenu)</button>
 139       <button id="4">XBMC.ActivateWindow(PlayerControls)</button>
 140       <axis id="4" limit="+1">VolumeDown</axis>
 141       <axis id="4" limit="-1">VolumeUp</axis>
 142       <axis id="1" limit="+1">AnalogSeekForward</axis>
 143       <axis id="1" limit="-1">AnalogSeekBack</axis>
 144       <axis id="13" limit="+1">ScrollUp</axis>
 145       <axis id="14" limit="+1">ScrollDown</axis>
 146     </joystick>
 147 
 148     <keyboard>
 149       <p>Play</p>
 150       <q>Queue</q>
 151       <f>FastForward</f>
 152       <r>Rewind</r>
 153       <left>Left</left>
 154       <right>Right</right>
 155       <up>Up</up>
 156       <down>Down</down>
 157       <pageup>PageUp</pageup>
 158       <pagedown>PageDown</pagedown>
 159       <return>Select</return>
 160       <backspace>ParentDir</backspace>
 161       <m>ActivateWindow(PlayerControls)</m>
 162       <s>ActivateWindow(shutdownmenu)</s>
 163       <escape>PreviousMenu</escape>
 164       <i>Info</i>
 165       <menu>ContextMenu</menu>
 166       <space>Pause</space>
 167       <x>Stop</x>
 168       <period>SkipNext</period>
 169       <comma>SkipPrevious</comma>
 170       <tab>FullScreen</tab>
 171       <printscreen>Screenshot</printscreen>
 172       <minus>VolumeDown</minus>
 173       <plus>VolumeUp</plus>
 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       <backslash>ToggleFullScreen</backslash>
 185       <browser_home>XBMC.ActivateWindow(Home)</browser_home>
 186       <browser_favorites>ActivateWindow(Favourites)</browser_favorites>
 187       <browser_refresh></browser_refresh>
 188       <browser_search></browser_search>
 189       <launch_app1_pc_icon>ActivateWindow(MyPrograms)</launch_app1_pc_icon>
 190       <launch_media_select>XBMC.ActivateWindow(MyMusic)</launch_media_select>
 191       <play_pause>Pause</play_pause>
 192       <stop>Stop</stop>
 193       <volume_up>VolumeUp</volume_up>
 194       <volume_mute>Mute</volume_mute>
 195       <volume_down>VolumeDown</volume_down>
 196       <next_track>SkipNext</next_track>
 197       <prev_track>SkipPrevious</prev_track>
 198       <launch_mail></launch_mail>
 199       <key id="61620"></key> <!-- same as above, launch_mail, but using button code (based on vkey id) -->
 200       <end>XBMC.ShutDown()</end>
 201 
 202       <!-- new bindings for easier HID usage -->
 203       <c>ContextMenu</c>
 204       <g>VolumeDown</g>
 205       <h>VolumeUp</h>
 206     </keyboard>
 207   </global>
 208 
 209 
 210   <Home>
 211     <gamepad>
 212       <black>XBMC.Skin.ToggleSetting(HomeViewToggle)</black>
 213     </gamepad>
 214 
 215     <joystick name="Microsoft Xbox Controller S">
 216       <altname>Mad Catz MicroCON</altname>
 217       <button id="3">XBMC.Skin.ToggleSetting(HomeViewToggle)</button>
 218     </joystick>
 219     
 220     <remote>
 221       <menu>XBMC.Skin.ToggleSetting(HomeViewToggle)</menu>
 222       <info>XBMC.ActivateWindow(SystemInfo)</info>
 223       <clear>XBMC.ActivateWindow(Weather)</clear>
 224       <hash>XBMC.ActivateWindow(Settings)</hash>
 225     </remote>
 226 
 227     <keyboard>
 228       <i>info</i>
 229     </keyboard>
 230   </Home>
 231   
 232 
 233   <MyFiles>
 234     <gamepad>
 235       <Y>Highlight</Y>
 236     </gamepad>
 237 
 238     <joystick name="Microsoft Xbox Controller S">
 239       <altname>Mad Catz MicroCON</altname>
 240       <button id="5">Highlight</button>
 241     </joystick>
 242 
 243     <remote>
 244       <zero>Delete</zero>
 245       <one>Highlight</one>
 246       <four>Copy</four>
 247       <seven>Move</seven>
 248       <clear>Delete</clear>
 249       <three>VolumeUp</three>
 250       <six>VolumeDown</six>
 251       <nine>Mute</nine>
 252     </remote>
 253 
 254     <keyboard>
 255       <space>Highlight</space>
 256       <delete>Delete</delete>
 257       <c>Copy</c>
 258       <m>Move</m>
 259       <r>Rename</r>
 260     </keyboard>
 261   </MyFiles>
 262   
 263 
 264   <MyMusicPlaylist>
 265     <gamepad>
 266       <Y>Delete</Y>
 267       <black>Playlist</black> <!-- Close playlist -->
 268       <back>Playlist</back>   <!-- Close playlist -->
 269       <B>Playlist</B>         <!-- Close playlist -->
 270     </gamepad>
 271 
 272     <joystick name="Microsoft Xbox Controller S">
 273       <altname>Mad Catz MicroCON</altname>
 274       <button id="2">Playlist</button>
 275       <button id="3">Playlist</button>
 276       <button id="17">Playlist</button>
 277       <button id="5">Delete</button>
 278      </joystick>
 279     
 280     <remote>
 281       <back>Playlist</back> <!-- Close playlist -->
 282       <clear>Delete</clear>
 283       <zero>Delete</zero>
 284       <two>MoveItemUp</two>
 285       <five>MoveItemDown</five>
 286       <three>VolumeUp</three>
 287       <six>VolumeDown</six>
 288       <nine>Mute</nine>
 289     </remote>
 290 
 291     <keyboard>
 292       <space>Playlist</space> <!-- Close playlist -->
 293       <delete>Delete</delete>
 294       <u>MoveItemUp</u>
 295       <d>MoveItemDown</d>
 296     </keyboard>
 297   </MyMusicPlaylist>
 298 
 299   <MyMusicPlaylistEditor>
 300     <keyboard>
 301       <u>MoveItemUp</u>
 302       <d>MoveItemDown</d>
 303       <delete>Delete</delete>
 304     </keyboard>
 305 
 306     <gamepad>
 307       <Y>Queue</Y>
 308     </gamepad>
 309     <remote>
 310       <zero>Queue</zero>
 311     </remote>
 312   </MyMusicPlaylistEditor>
 313   
 314   <MyMusicFiles>
 315     <gamepad>
 316       <Y>Queue</Y>
 317       <black>Playlist</black>
 318     </gamepad>
 319 
 320     <joystick name="Microsoft Xbox Controller S">
 321       <altname>Mad Catz MicroCON</altname>
 322       <button id="3">Playlist</button>
 323       <button id="5">Queue</button>
 324      </joystick>
 325 
 326      <remote>
 327       <zero>Queue</zero>
 328       <star>Queue</star>
 329       <three>VolumeUp</three>
 330       <six>VolumeDown</six>
 331       <nine>Mute</nine>
 332     </remote>
 333 
 334     <keyboard>
 335       <space>Playlist</space>
 336       <q>Queue</q>
 337     </keyboard>
 338   </MyMusicFiles>
 339 
 340 
 341   <MyMusicLibrary>
 342     <gamepad>
 343       <Y>Queue</Y>
 344       <black>Playlist</black>
 345     </gamepad>
 346 
 347     <joystick name="Microsoft Xbox Controller S">
 348       <altname>Mad Catz MicroCON</altname>
 349       <button id="3">Playlist</button>
 350       <button id="5">Queue</button>
 351      </joystick>
 352     
 353      <remote>
 354       <zero>Queue</zero>
 355       <star>Queue</star>
 356       <three>VolumeUp</three>
 357       <six>VolumeDown</six>
 358       <nine>Mute</nine>
 359     </remote>
 360 
 361     <keyboard>
 362       <space>Playlist</space>
 363       <q>Queue</q>
 364     </keyboard>
 365   </MyMusicLibrary>
 366 
 367 
 368   <FullscreenVideo>
 369     <remote>
 370       <left>StepBack</left>
 371       <right>StepForward</right>
 372       <up>BigStepForward</up>
 373       <down>BigStepBack</down>
 374       <back>SmallStepBack</back>
 375       <menu>OSD</menu>
 376       <start>OSD</start>
 377       <title>CodecInfo</title>
 378       <info>Info</info>
 379       <enter>AspectRatio</enter>
 380       <select>AspectRatio</select>
 381    </remote>
 382 
 383     <gamepad>
 384       <A>Pause</A>
 385       <B>Stop</B>
 386       <Y>AspectRatio</Y>
 387       <black>CodecInfo</black>
 388       <white>Info</white>
 389       <back>SmallStepBack</back>
 390       <start>OSD</start>
 391       <leftanalogtrigger>AnalogRewind</leftanalogtrigger>
 392       <rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
 393       <dpadleft>StepBack</dpadleft>
 394       <dpadright>StepForward</dpadright>
 395       <dpadup>BigStepForward</dpadup>
 396       <dpaddown>BigStepBack</dpaddown>
 397     </gamepad>
 398 
 399     <joystick name="Microsoft Xbox Controller S">
 400       <altname>Mad Catz MicroCON</altname>
 401       <button id="1">Pause</button>
 402       <button id="2">Stop</button>
 403       <button id="3">CodecInfo</button>
 404       <button id="5">AspectRatio</button>
 405       <button id="6">Info</button>
 406       <button id="9">OSD</button>
 407       <button id="13">BigStepForward</button>
 408       <button id="14">StepForward</button>
 409       <button id="15">BigStepBack</button>
 410       <button id="16">StepBack</button>
 411       <button id="17">SmallStepBack</button>
 412       <axis id="3" limit="0">AnalogRewind</axis>
 413       <axis id="6" limit="0">AnalogFastForward</axis>
 414     </joystick>
 415 
 416     <keyboard>
 417       <f>FastForward</f>
 418       <r>Rewind</r>
 419       <period>StepForward</period>
 420       <comma>StepBack</comma>
 421       <backspace>SmallStepBack</backspace>
 422       <opensquarebracket>BigStepForward</opensquarebracket>
 423       <closesquarebracket>BigStepBack</closesquarebracket>
 424       <return>OSD</return>
 425       <m>OSD</m>
 426       <i>CodecInfo</i>
 427       <t>Info</t>
 428       <o>ShowTime</o>
 429       <z>AspectRatio</z>
 430       <s>ShowSubtitles</s>
 431       <l>NextSubtitle</l>      
 432       <left>StepBack</left>
 433       <right>StepForward</right>
 434       <up>BigStepForward</up>
 435       <down>BigStepBack</down>
 436     </keyboard>
 437   </FullscreenVideo>
 438 
 439 
 440   <PlayerControls>
 441     <gamepad>
 442       <back>Close</back>
 443       <start>Close</start>
 444     </gamepad>
 445 
 446     <joystick name="Microsoft Xbox Controller S">
 447     <altname>Mad Catz MicroCON</altname>
 448        <button id="9">Close</button>
 449       <button id="17">Close</button>
 450     </joystick>
 451 
 452     <remote>
 453       <menu>Close</menu>
 454     </remote>
 455   </PlayerControls>
 456 
 457 
 458   <Visualisation>
 459     <remote>
 460       <left>PreviousPreset</left>
 461       <right>NextPreset</right>
 462       <up>IncreaseRating</up>
 463       <down>DecreaseRating</down>
 464       <back>LockPreset</back>
 465       <title>ShowPreset</title>
 466       <select>XBMC.ActivateWindow(VisualisationPresetList)</select>
 467       <menu>XBMC.ActivateWindow(MusicOSD)</menu>
 468       <start>OSD</start>
 469       <info>Info</info>
 470     </remote>
 471 
 472     <gamepad>
 473       <A>Pause</A>
 474       <B>Stop</B>
 475       <Y>XBMC.ActivateWindow(VisualisationPresetList)</Y>
 476       <black>ShowPreset</black>
 477       <white>Info</white>
 478       <start>XBMC.ActivateWindow(MusicOSD)</start>
 479       <back>LockPreset</back>
 480       <leftanalogtrigger>AnalogRewind</leftanalogtrigger>
 481       <rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
 482       <dpadleft>SkipPrevious</dpadleft>
 483       <dpadright>SkipNext</dpadright>
 484       <dpadup>NextPreset</dpadup>
 485       <dpaddown>PreviousPreset</dpaddown>
 486     </gamepad>
 487 
 488     <joystick name="Microsoft Xbox Controller S">
 489       <altname>Mad Catz MicroCON</altname>
 490       <button id="1">Pause</button>
 491       <button id="2">Stop</button>
 492       <button id="3">ShowPreset</button>
 493       <button id="5">XBMC.ActivateWindow(VisualisationPresetList)</button>
 494       <button id="6">Info</button>
 495       <button id="9">XBMC.ActivateWindow(MusicOSD)</button>
 496       <button id="13">NextPreset</button>
 497       <button id="14">SkipNext</button>
 498       <button id="15">PreviousPreset</button>
 499       <button id="16">SkipPrevious</button>
 500       <axis id="3" limit="0">AnalogRewind</axis>
 501       <axis id="6" limit="0">AnalogFastForward</axis>
 502    </joystick>
 503 
 504     <keyboard>
 505       <f>FastForward</f>
 506       <r>Rewind</r>
 507       <period>SkipNext</period>
 508       <comma>SkipPrevious</comma>
 509       <return>ActivateWindow(MusicOSD)</return>
 510       <m>ActivateWindow(MusicOSD)</m>
 511       <i>CodecInfo</i>
 512       <t>Info</t>
 513       <p>ActivateWindow(VisualisationPresetList)</p>
 514       <v>ActivateWindow(VisualisationSettings)</v>
 515       <n>ActivateWindow(MusicPlaylist)</n>
 516       <left>SkipPrevious</left>
 517       <right>SkipNext</right>
 518       <up>IncreaseRating</up>
 519       <down>DecreaseRating</down>
 520       <!--<back>NextPreset</back>!-->
 521       <s>ShowPreset</s>
 522       <l>LockPreset</l>
 523     </keyboard>
 524   </Visualisation>
 525 
 526   <MusicOSD>
 527     <gamepad>
 528       <back>Close</back>
 529       <start>Close</start>
 530       <black>ShowPreset</black>
 531       <white>Info</white>
 532     </gamepad>
 533 
 534     <joystick name="Microsoft Xbox Controller S">
 535       <altname>Mad Catz MicroCON</altname>
 536       <button id="17">Close</button>
 537       <button id="19">Close</button>
 538       <button id="3">ShowPreset</button>
 539       <button id="6">Info</button>
 540     </joystick>
 541 
 542     <remote>
 543       <menu>Close</menu>
 544       <title>Info</title>
 545       <info>ShowPreset</info>
 546     </remote>
 547 
 548     <keyboard>
 549       <f>FastForward</f>
 550       <r>Rewind</r>
 551       <period>SkipNext</period>
 552       <comma>SkipPrevious</comma>
 553       <m>Close</m>
 554       <i>CodecInfo</i>
 555       <t>Info</t>
 556       <p>ActivateWindow(VisualisationPresetList)</p>
 557       <v>ActivateWindow(VisualisationSettings)</v>
 558       <n>ActivateWindow(MusicPlaylist)</n>
 559     </keyboard>
 560   </MusicOSD>
 561 
 562 
 563   <VisualisationSettings>
 564     <gamepad>
 565       <B>Close</B>
 566       <back>Close</back>
 567       <start>Close</start>
 568     </gamepad>
 569 
 570     <joystick name="Microsoft Xbox Controller S">
 571       <altname>Mad Catz MicroCON</altname>
 572       <button id="2">Close</button>
 573       <button id="3">Close</button>
 574       <button id="9">Close</button>
 575     </joystick>
 576 
 577     <remote>
 578       <menu>Close</menu>
 579     </remote>
 580 
 581     <keyboard>
 582       <f>FastForward</f>
 583       <r>Rewind</r>
 584       <period>SkipNext</period>
 585       <comma>SkipPrevious</comma>
 586       <m>Close</m>
 587       <i>CodecInfo</i>
 588       <t>Info</t>
 589       <p>ActivateWindow(VisualisationPresetList)</p>
 590       <v>Close</v>
 591       <n>ActivateWindow(MusicPlaylist)</n>
 592     </keyboard>
 593   </VisualisationSettings>
 594 
 595 
 596   <VisualisationPresetList>
 597     <gamepad>
 598       <B>Close</B>
 599       <back>Close</back>
 600       <start>Close</start>
 601       <Y>Close</Y>
 602     </gamepad>
 603 
 604     <joystick name="Microsoft Xbox Controller S">
 605       <altname>Mad Catz MicroCON</altname>
 606       <button id="2">Close</button>
 607       <button id="3">Close</button>
 608       <button id="5">Close</button>
 609       <button id="9">Close</button>
 610     </joystick>
 611 
 612     <remote>
 613       <menu>Close</menu>
 614     </remote>
 615 
 616     <keyboard>
 617       <f>FastForward</f>
 618       <r>Rewind</r>
 619       <period>SkipNext</period>
 620       <comma>SkipPrevious</comma>
 621       <m>Close</m>
 622       <i>CodecInfo</i>
 623       <t>Info</t>
 624       <p>Close</p>
 625       <v>Close</v>
 626       <n>ActivateWindow(MusicPlaylist)</n>
 627     </keyboard>
 628   </VisualisationPresetList>
 629 
 630 
 631   <SlideShow>
 632     <gamepad>
 633       <A>Pause</A>
 634       <B>Stop</B>
 635       <Y>Rotate</Y>
 636       <X>ZoomNormal</X>
 637       <black>CodecInfo</black>
 638       <white>Info</white>
 639       <righttrigger>NextPicture</righttrigger>
 640       <lefttrigger>PreviousPicture</lefttrigger>
 641       <dpadleft>PreviousPicture</dpadleft>
 642       <dpadright>NextPicture</dpadright>
 643       <dpadup>ZoomIn</dpadup>
 644       <dpaddown>ZoomOut</dpaddown>
 645       <leftthumbstick>AnalogMove</leftthumbstick>
 646       <back>Stop</back>
 647     </gamepad>
 648 
 649     <joystick name="Microsoft Xbox Controller S">
 650       <altname>Mad Catz MicroCON</altname>
 651       <button id="1">Pause</button>
 652       <button id="2">Stop</button>
 653       <button id="3">CodecInfo</button>
 654       <button id="4">ZoomNormal</button>
 655       <button id="5">Rotate</button>
 656       <button id="6">Info</button>
 657       <button id="13">ZoomIn</button>
 658       <button id="14">NextPicture</button>
 659       <button id="15">ZoomOut</button>
 660       <button id="16">PreviousPicture</button>
 661       <button id="17">Stop</button>
 662     </joystick>
 663 
 664     <remote>
 665       <zero>ZoomNormal</zero>
 666       <one>ZoomLevel1</one>
 667       <two>ZoomLevel2</two>
 668       <three>ZoomLevel3</three>
 669       <four>ZoomLevel4</four>
 670       <five>ZoomLevel5</five>
 671       <six>ZoomLevel6</six>
 672       <seven>ZoomLevel7</seven>
 673       <eight>ZoomLevel8</eight>
 674       <nine>ZoomLevel9</nine>
 675       <info>CodecInfo</info>
 676       <skipplus>NextPicture</skipplus>
 677       <skipminus>PreviousPicture</skipminus>
 678       <title>Info</title>
 679       <select>Rotate</select>
 680       <back>PreviousMenu</back>
 681     </remote>
 682 
 683     <keyboard>
 684       <zero>ZoomNormal</zero>
 685       <one>ZoomLevel1</one>
 686       <two>ZoomLevel2</two>
 687       <three>ZoomLevel3</three>
 688       <four>ZoomLevel4</four>
 689       <five>ZoomLevel5</five>
 690       <six>ZoomLevel6</six>
 691       <seven>ZoomLevel7</seven>
 692       <eight>ZoomLevel8</eight>
 693       <nine>ZoomLevel9</nine>
 694       <i>CodecInfo</i>
 695       <t>Info</t>
 696       <period>NextPicture</period>
 697       <comma>PreviousPicture</comma>
 698       <plus>ZoomIn</plus>
 699       <minus>ZoomOut</minus>
 700       <r>Rotate</r>
 701     </keyboard>
 702   </SlideShow>
 703 
 704 
 705   <ScreenCalibration>
 706     <gamepad>
 707       <leftthumbstick>AnalogMove</leftthumbstick>
 708       <A>NextCalibration</A>
 709       <black>ResetCalibration</black>
 710       <white>NextResolution</white>
 711       <B>PreviousMenu</B>
 712     </gamepad>
 713 
 714     <joystick name="Microsoft Xbox Controller S">
 715       <altname>Mad Catz MicroCON</altname>
 716       <button id="1">NextCalibration</button>
 717       <button id="3">ResetCalibration</button>
 718       <button id="6">NextResolution</button>
 719       <button id="2">PreviousMenu</button>
 720     </joystick>
 721 
 722     <remote>
 723       <select>NextCalibration</select>
 724       <enter>NextCalibration</enter>
 725       <zero>ResetCalibration</zero>
 726       <display>NextResolution</display>
 727       <xbox>NextResolution</xbox>
 728     </remote>
 729 
 730     <keyboard>
 731       <return>NextCalibration</return>
 732       <d>ResetCalibration</d>
 733       <r>NextResolution</r>
 734     </keyboard>
 735   </ScreenCalibration>
 736 
 737 
 738   <GUICalibration>
 739     <gamepad>
 740       <leftthumbstick>AnalogMove</leftthumbstick>
 741       <A>NextCalibration</A>
 742       <black>ResetCalibration</black>
 743       <B>PreviousMenu</B>
 744     </gamepad>
 745 
 746     <joystick name="Microsoft Xbox Controller S">
 747       <altname>Mad Catz MicroCON</altname>
 748       <button id="1">NextCalibration</button>
 749       <button id="3">ResetCalibration</button>
 750       <button id="6">NextResolution</button>
 751       <button id="2">PreviousMenu</button>
 752     </joystick>
 753 
 754     <remote>
 755       <select>NextCalibration</select>
 756       <enter>NextCalibration</enter>
 757       <zero>ResetCalibration</zero>
 758     </remote>
 759 
 760     <keyboard>
 761       <return>NextCalibration</return>
 762       <d>ResetCalibration</d>
 763     </keyboard>
 764   </GUICalibration>
 765 
 766 
 767   <SelectDialog>
 768     <gamepad>
 769       <back>Close</back>
 770     </gamepad>
 771 
 772     <joystick name="Microsoft Xbox Controller S">
 773       <altname>Mad Catz MicroCON</altname>
 774       <button id="17">Close</button>
 775     </joystick>
 776 
 777     <remote>
 778       <back>Close</back>
 779     </remote>
 780 
 781     <keyboard>
 782       <escape>Close</escape>
 783     </keyboard>
 784   </SelectDialog>
 785   
 786 
 787   <VideoOSD>
 788     <gamepad>
 789       <start>Close</start>
 790       <back>PreviousMenu</back>
 791       <B>PreviousMenu</B>
 792     </gamepad>
 793 
 794     <joystick name="Microsoft Xbox Controller S">
 795       <altname>Mad Catz MicroCON</altname>
 796       <button id="9">Close</button>
 797       <button id="17">PreviousMenu</button>
 798       <button id="2">PreviousMenu</button>
 799     </joystick>
 800 
 801     <remote>
 802       <back>PreviousMenu</back>
 803       <menu>Close</menu>
 804       <start>Close</start>
 805     </remote>
 806 
 807     <keyboard>
 808       <backspace>HideSubMenu</backspace>
 809       <escape>Close</escape>
 810     </keyboard>
 811   </VideoOSD>
 812 
 813   <VideoMenu>
 814     <gamepad>
 815       <Y>AspectRatio</Y>
 816       <B>Stop</B>
 817       <start>OSD</start>
 818       <back>PreviousMenu</back>
 819       <white>Info</white>
 820       <black>CodecInfo</black>
 821       <leftanalogtrigger>AnalogRewind</leftanalogtrigger>
 822       <rightanalogtrigger>AnalogFastForward</rightanalogtrigger>      
 823     </gamepad>
 824 
 825     <joystick name="Microsoft Xbox Controller S">
 826       <altname>Mad Catz MicroCON</altname>
 827       <button id="5">AspectRatio</button>
 828       <button id="2">Stop</button>
 829       <button id="9">OSD</button>
 830       <button id="17">PreviousMenu</button>
 831       <button id="6">Info</button>
 832       <button id="3">CodecInfo</button>
 833     </joystick>
 834 
 835     <remote>
 836       <menu>OSD</menu>
 837       <back>PreviousMenu</back>
 838       <info>Info</info>
 839       <title>CodecInfo</title>
 840       <zero>Number0</zero>
 841       <one>Number1</one>
 842       <two>Number2</two>
 843       <three>Number3</three>
 844       <four>Number4</four>
 845       <five>Number5</five>
 846       <six>Number6</six>
 847       <seven>Number7</seven>
 848       <eight>Number8</eight>
 849       <nine>Number9</nine>
 850     </remote>
 851 
 852     <keyboard>
 853       <return>OSD</return>
 854       <backspace>PreviousMenu</backspace>
 855     </keyboard>
 856   </VideoMenu>
 857 
 858 
 859   <OSDVideoSettings>
 860     <gamepad>
 861       <X></X>
 862       <Y>AspectRatio</Y>
 863       <B>Close</B>
 864       <back>Close</back>
 865       <start>Close</start>
 866     </gamepad>
 867 
 868     <joystick name="Microsoft Xbox Controller S">
 869       <altname>Mad Catz MicroCON</altname>
 870       <button id="4"></button>
 871       <button id="5">AspectRatio</button>
 872       <button id="2">Close</button>
 873       <button id="17">Close</button>
 874       <button id="19">Close</button>
 875     </joystick>
 876 
 877     <remote>
 878       <back>Close</back>
 879       <menu>Close</menu>
 880       <start>Close</start>
 881     </remote>
 882 
 883     <keyboard>
 884       <backspace>HideSubMenu</backspace>
 885       <escape>Close</escape>
 886     </keyboard>
 887   </OSDVideoSettings>
 888 
 889   <OSDAudioSettings>
 890     <gamepad>
 891       <X></X>
 892       <Y>AspectRatio</Y>
 893       <B>Close</B>
 894       <back>Close</back>
 895       <start>Close</start>
 896     </gamepad>
 897 
 898     <joystick name="Microsoft Xbox Controller S">
 899       <altname>Mad Catz MicroCON</altname>
 900       <button id="4"></button>
 901       <button id="5">AspectRatio</button>
 902       <button id="2">Close</button>
 903       <button id="17">Close</button>
 904       <button id="19">Close</button>
 905     </joystick>
 906 
 907     <remote>
 908       <back>Close</back>
 909       <menu>Close</menu>
 910       <start>Close</start>
 911     </remote>
 912 
 913     <keyboard>
 914       <backspace>HideSubMenu</backspace>
 915       <escape>Close</escape>
 916     </keyboard>
 917   </OSDAudioSettings>
 918 
 919   <VideoBookmarks>
 920     <gamepad>
 921       <X></X>
 922       <Y>Delete</Y>
 923       <B>Close</B>
 924       <back>Close</back>
 925       <start>Close</start>
 926     </gamepad>
 927 
 928     <joystick name="Microsoft Xbox Controller S">
 929       <altname>Mad Catz MicroCON</altname>
 930       <button id="4"></button>
 931       <button id="5">Delete</button>
 932       <button id="2">Close</button>
 933       <button id="17">Close</button>
 934       <button id="19">Close</button>
 935     </joystick>
 936 
 937     <remote>
 938       <back>Close</back>
 939       <menu>Close</menu>
 940       <start>Close</start>
 941       <zero>Delete</zero>
 942     </remote>
 943 
 944     <keyboard>
 945       <backspace>HideSubMenu</backspace>
 946       <escape>Close</escape>
 947     </keyboard>
 948   </VideoBookmarks>
 949   
 950 
 951   <MyVideoLibrary>
 952     <gamepad>
 953       <black>Delete</black>
 954     </gamepad>
 955 
 956     <joystick name="Microsoft Xbox Controller S">
 957       <altname>Mad Catz MicroCON</altname>
 958       <button id="3">Delete</button>
 959     </joystick>
 960 
 961     <remote>
 962       <zero>Delete</zero>
 963       <clear>Delete</clear>
 964       <three>VolumeUp</three>
 965       <six>VolumeDown</six>
 966       <nine>Mute</nine>
 967     </remote>
 968 
 969     <keyboard>
 970       <delete>Delete</delete>
 971       <space>Playlist</space>
 972     </keyboard>
 973   </MyVideoLibrary>
 974 
 975 
 976   <MyVideoFiles>
 977     <gamepad>
 978       <Y>Queue</Y>
 979       <black>Playlist</black>
 980     </gamepad>
 981 
 982     <joystick name="Microsoft Xbox Controller S">
 983       <altname>Mad Catz MicroCON</altname>
 984       <button id="5">Queue</button>
 985       <button id="3">Playlist</button>
 986     </joystick>
 987 
 988     <remote>
 989       <zero>Queue</zero>
 990       <star>Queue</star>
 991       <three>VolumeUp</three>
 992       <six>VolumeDown</six>
 993       <nine>Mute</nine>
 994     </remote>
 995 
 996     <keyboard>
 997       <space>Playlist</space>
 998       <q>Queue</q>
 999     </keyboard>
1000   </MyVideoFiles>
1001 
1002 
1003   <MyVideoPlaylist>
1004     <gamepad>
1005       <Y>Delete</Y>
1006       <black>Playlist</black> <!-- Close playlist -->
1007       <back>Playlist</back>   <!-- Close playlist -->
1008       <B>Playlist</B>
1009     </gamepad>
1010 
1011     <joystick name="Microsoft Xbox Controller S">
1012       <altname>Mad Catz MicroCON</altname>
1013       <button id="5">Delete</button>
1014       <button id="3">Playlist</button>
1015       <button id="17">Playlist</button>
1016       <button id="2">Playlist</button>
1017     </joystick>
1018 
1019     <remote>
1020       <back>Playlist</back> <!-- Close playlist -->
1021       <clear>Delete</clear>
1022       <zero>Delete</zero>
1023       <two>MoveItemUp</two>
1024       <five>MoveItemDown</five>
1025       <three>VolumeUp</three>
1026       <six>VolumeDown</six>
1027       <nine>Mute</nine>
1028     </remote>
1029 
1030     <keyboard>
1031       <space>Playlist</space> <!-- Close playlist -->
1032       <delete>Delete</delete>
1033       <u>MoveItemUp</u>
1034       <d>MoveItemDown</d>
1035     </keyboard>
1036   </MyVideoPlaylist>
1037 
1038 
1039   <VirtualKeyboard>
1040     <gamepad>
1041       <start>Enter</start>
1042       <B>BackSpace</B>
1043       <Y>Shift</Y>
1044       <X>Symbols</X>
1045       <lefttrigger>CursorLeft</lefttrigger>
1046       <righttrigger>CursorRight</righttrigger>
1047     </gamepad>
1048 
1049     <joystick name="Microsoft Xbox Controller S">
1050       <altname>Mad Catz MicroCON</altname>
1051       <button id="9">Enter</button>
1052       <button id="2">BackSpace</button>
1053       <button id="5">Shift</button>
1054       <button id="4">Symbols</button>
1055     </joystick>
1056 
1057     <remote>
1058       <back>BackSpace</back>
1059       <star>Shift</star>
1060       <hash>Symbols</hash>
1061       <zero>Number0</zero>
1062       <one>Number1</one>
1063       <two>Number2</two>
1064       <three>Number3</three>
1065       <four>Number4</four>
1066       <five>Number5</five>
1067       <six>Number6</six>
1068       <seven>Number7</seven>
1069       <eight>Number8</eight>
1070       <nine>Number9</nine>
1071       <pageminus>CursorLeft</pageminus>
1072       <pageplus>CursorRight</pageplus>
1073     </remote>
1074   </VirtualKeyboard>
1075 
1076 
1077   <XlinkKai>
1078     <gamepad>
1079       <righttrigger>NextPicture</righttrigger> <!-- Next Tab -->
1080       <lefttrigger>PreviousPicture</lefttrigger> <!-- Previous Tab -->
1081     </gamepad>
1082   </XlinkKai>
1083 
1084 
1085   <ContextMenu>
1086     <gamepad>
1087       <white>Close</white>
1088       <B>Close</B>
1089     </gamepad>
1090 
1091     <joystick name="Microsoft Xbox Controller S">
1092       <altname>Mad Catz MicroCON</altname>
1093       <button id="6">Close</button>
1094       <button id="2">Close</button>
1095     </joystick>
1096 
1097     <remote>
1098       <title>Close</title>
1099       <back>Close</back>
1100     </remote>
1101 
1102     <keyboard>
1103       <menu>Close</menu>
1104     </keyboard>
1105   </ContextMenu>
1106 
1107   <FileStackingDialog>
1108     <remote>
1109       <back>Close</back>
1110     </remote>
1111   </FileStackingDialog>
1112 
1113 
1114 
1115 
1116   <Scripts>
1117     <gamepad>
1118       <black>XBMC.ActivateWindow(ScriptsDebugInfo)</black>
1119     </gamepad>
1120 
1121     <joystick name="Microsoft Xbox Controller S">
1122       <altname>Mad Catz MicroCON</altname>
1123       <button id="3">XBMC.ActivateWindow(ScriptsDebugInfo)</button>
1124     </joystick>
1125 
1126     <remote>
1127       <info>XBMC.ActivateWindow(ScriptsDebugInfo)</info>
1128     </remote>
1129 
1130     <keyboard>
1131       <i>XBMC.ActivateWindow(ScriptsDebugInfo)</i>
1132     </keyboard>
1133   </Scripts>
1134 
1135 
1136   <ScriptsDebugInfo>
1137     <gamepad>
1138       <white>Info</white> <!-- clears debug python info -->
1139     </gamepad>
1140 
1141     <remote>
1142       <info>Info</info> <!-- clears debug python info -->
1143     </remote>
1144 
1145     <keyboard>
1146       <i>Info</i> <!-- clears debug python info -->
1147     </keyboard>
1148   </ScriptsDebugInfo>
1149 
1150 
1151   <NumericInput>
1152     <gamepad>
1153       <B>BackSpace</B>
1154       <start>Enter</start>
1155       <lefttrigger>SkipPrevious</lefttrigger>
1156       <righttrigger>SkipNext</righttrigger>
1157     </gamepad>
1158 
1159     <joystick name="Microsoft Xbox Controller S">
1160       <altname>Mad Catz MicroCON</altname>
1161       <button id="2">BackSpace</button>
1162       <button id="9">Enter</button>
1163     </joystick>
1164 
1165     <remote>
1166       <zero>Number0</zero>
1167       <one>Number1</one>
1168       <two>Number2</two>
1169       <three>Number3</three>
1170       <four>Number4</four>
1171       <five>Number5</five>
1172       <six>Number6</six>
1173       <seven>Number7</seven>
1174       <eight>Number8</eight>
1175       <nine>Number9</nine>
1176       <back>BackSpace</back>
1177     </remote>
1178   </NumericInput>
1179 
1180 
1181   <GamepadInput>
1182     <gamepad>
1183       <start>Stop</start> <!-- Enter Password -->
1184     </gamepad>
1185 
1186     <joystick name="Microsoft Xbox Controller S">
1187       <altname>Mad Catz MicroCON</altname>
1188       <button id="9">Stop</button> <!-- Enter Password -->
1189     </joystick>
1190 
1191   </GamepadInput>
1192 
1193   <Weather>
1194     <gamepad>
1195       <B>PreviousMenu</B>
1196     </gamepad>
1197 
1198     <joystick name="Microsoft Xbox Controller S">
1199       <altname>Mad Catz MicroCON</altname>
1200       <button id="2">PreviousMenu</button>
1201     </joystick>
1202 
1203     <remote>
1204       <back>PreviousMenu</back>
1205     </remote>
1206     
1207   </Weather>
1208 
1209   <Settings>
1210     <gamepad>
1211       <B>PreviousMenu</B>
1212     </gamepad>
1213 
1214     <joystick name="Microsoft Xbox Controller S">
1215       <altname>Mad Catz MicroCON</altname>
1216       <button id="2">PreviousMenu</button>
1217     </joystick>
1218 
1219     <remote>
1220       <back>PreviousMenu</back>
1221     </remote>
1222   </Settings>
1223 
1224   <MyPicturesSettings>
1225     <gamepad>
1226       <B>PreviousMenu</B>
1227     </gamepad>
1228 
1229     <joystick name="Microsoft Xbox Controller S">
1230       <altname>Mad Catz MicroCON</altname>
1231       <button id="2">PreviousMenu</button>
1232     </joystick>
1233 
1234     <remote>
1235       <back>PreviousMenu</back>
1236     </remote>
1237   </MyPicturesSettings>
1238 
1239   <MyProgramsSettings>
1240     <gamepad>
1241       <B>PreviousMenu</B>
1242     </gamepad>
1243 
1244     <joystick name="Microsoft Xbox Controller S">
1245       <altname>Mad Catz MicroCON</altname>
1246       <button id="2">PreviousMenu</button>
1247     </joystick>
1248 
1249     <remote>
1250       <back>PreviousMenu</back>
1251     </remote>
1252   </MyProgramsSettings>
1253 
1254   <MyWeatherSettings>
1255     <gamepad>
1256       <B>PreviousMenu</B>
1257     </gamepad>
1258 
1259     <joystick name="Microsoft Xbox Controller S">
1260       <altname>Mad Catz MicroCON</altname>
1261       <button id="2">PreviousMenu</button>
1262     </joystick>
1263 
1264     <remote>
1265       <back>PreviousMenu</back>
1266     </remote>
1267   </MyWeatherSettings>
1268 
1269   <MyMusicSettings>
1270     <gamepad>
1271       <B>PreviousMenu</B>
1272     </gamepad>
1273 
1274     <joystick name="Microsoft Xbox Controller S">
1275       <altname>Mad Catz MicroCON</altname>
1276       <button id="2">PreviousMenu</button>
1277     </joystick>
1278 
1279     <remote>
1280       <back>PreviousMenu</back>
1281     </remote>
1282   </MyMusicSettings>
1283 
1284   <SystemSettings>
1285     <gamepad>
1286       <B>PreviousMenu</B>
1287     </gamepad>
1288 
1289     <joystick name="Microsoft Xbox Controller S">
1290       <altname>Mad Catz MicroCON</altname>
1291       <button id="2">PreviousMenu</button>
1292     </joystick>
1293 
1294     <remote>
1295       <back>PreviousMenu</back>
1296     </remote>
1297   </SystemSettings>
1298 
1299   <MyVideosSettings>
1300     <gamepad>
1301       <B>PreviousMenu</B>
1302     </gamepad>
1303 
1304     <joystick name="Microsoft Xbox Controller S">
1305       <altname>Mad Catz MicroCON</altname>
1306       <button id="2">PreviousMenu</button>
1307     </joystick>
1308 
1309     <remote>
1310       <back>PreviousMenu</back>
1311     </remote>
1312   </MyVideosSettings>
1313 
1314   <NetworkSettings>
1315     <gamepad>
1316       <B>PreviousMenu</B>
1317     </gamepad>
1318 
1319     <joystick name="Microsoft Xbox Controller S">
1320       <altname>Mad Catz MicroCON</altname>
1321       <button id="2">PreviousMenu</button>
1322     </joystick>
1323 
1324     <remote>
1325       <back>PreviousMenu</back>
1326     </remote>
1327   </NetworkSettings>
1328 
1329   <AppearanceSettings>
1330     <gamepad>
1331       <B>PreviousMenu</B>
1332     </gamepad>
1333 
1334     <joystick name="Microsoft Xbox Controller S">
1335       <altname>Mad Catz MicroCON</altname>
1336       <button id="2">PreviousMenu</button>
1337     </joystick>
1338 
1339     <remote>
1340       <back>PreviousMenu</back>
1341     </remote>
1342   </AppearanceSettings>
1343 
1344   <Profiles>
1345     <gamepad>
1346       <B>PreviousMenu</B>
1347     </gamepad>
1348 
1349     <joystick name="Microsoft Xbox Controller S">
1350       <altname>Mad Catz MicroCON</altname>
1351       <button id="2">PreviousMenu</button>
1352     </joystick>
1353 
1354     <remote>
1355       <back>PreviousMenu</back>
1356     </remote>
1357   </Profiles>
1358 
1359   <systeminfo>
1360     <gamepad>
1361       <B>PreviousMenu</B>	
1362     </gamepad>
1363 
1364     <joystick name="Microsoft Xbox Controller S">
1365       <altname>Mad Catz MicroCON</altname>
1366       <button id="2">PreviousMenu</button>
1367     </joystick>
1368 
1369     <remote>
1370       <back>PreviousMenu</back>
1371     </remote>
1372   </systeminfo>
1373 
1374   <shutdownmenu>
1375     <gamepad>
1376       <B>PreviousMenu</B>	
1377     </gamepad>
1378 
1379     <joystick name="Microsoft Xbox Controller S">
1380       <altname>Mad Catz MicroCON</altname>
1381       <button id="2">PreviousMenu</button>
1382     </joystick>
1383 
1384     <remote>
1385       <back>PreviousMenu</back>
1386     </remote>
1387   </shutdownmenu>
1388 
1389   <submenu>
1390     <gamepad>
1391       <B>PreviousMenu</B>	
1392     </gamepad>
1393 
1394     <joystick name="Microsoft Xbox Controller S">
1395       <altname>Mad Catz MicroCON</altname>
1396       <button id="2">PreviousMenu</button>
1397     </joystick>
1398 
1399     <remote>
1400       <back>PreviousMenu</back>
1401     </remote>
1402   </submenu>
1403 
1404   <MusicInformation>
1405     <gamepad>
1406       <B>Close</B>	
1407     </gamepad>
1408 
1409     <joystick name="Microsoft Xbox Controller S">
1410       <altname>Mad Catz MicroCON</altname>
1411       <button id="2">Close</button>
1412     </joystick>
1413 
1414     <remote>
1415       <back>Close</back>
1416     </remote>
1417   </MusicInformation>
1418 
1419   <MovieInformation>
1420     <gamepad>
1421       <B>Close</B>	
1422     </gamepad>
1423 
1424     <joystick name="Microsoft Xbox Controller S">
1425       <altname>Mad Catz MicroCON</altname>
1426       <button id="2">Close</button>
1427     </joystick>
1428 
1429     <remote>
1430       <back>Close</back>
1431     </remote>
1432   </MovieInformation>
1433 
1434   <LockSettings>
1435     <gamepad>
1436       <start>Close</start>
1437       <B>PreviousMenu</B>
1438       <back>PreviousMenu</back>
1439     </gamepad>
1440 
1441     <joystick name="Microsoft Xbox Controller S">
1442       <altname>Mad Catz MicroCON</altname>
1443       <button id="9">Close</button>
1444       <button id="2">PreviousMenu</button>
1445       <button id="17">PreviousMenu</button>
1446     </joystick>
1447 
1448     <remote>
1449       <menu>Close</menu>
1450       <back>PreviousMenu</back>
1451     </remote>
1452   </LockSettings>
1453 
1454   <ProfileSettings>
1455     <gamepad>
1456       <start>Close</start>
1457       <B>PreviousMenu</B>
1458       <back>PreviousMenu</back>
1459     </gamepad>
1460 
1461     <joystick name="Microsoft Xbox Controller S">
1462       <altname>Mad Catz MicroCON</altname>
1463       <button id="9">Close</button>
1464       <button id="2">PreviousMenu</button>
1465       <button id="17">PreviousMenu</button>
1466     </joystick>
1467 
1468     <remote>
1469       <menu>Close</menu>
1470       <back>PreviousMenu</back>
1471     </remote>
1472   </ProfileSettings>
1473   <TrainerSettings>
1474     <gamepad>
1475       <start>Close</start>
1476       <B>PreviousMenu</B>
1477       <back>PreviousMenu</back>
1478     </gamepad>
1479 
1480     <joystick name="Microsoft Xbox Controller S">
1481       <altname>Mad Catz MicroCON</altname>
1482       <button id="9">Close</button>
1483       <button id="2">PreviousMenu</button>
1484       <button id="17">PreviousMenu</button>
1485     </joystick>
1486 
1487     <remote>
1488       <menu>Close</menu>
1489       <back>PreviousMenu</back>
1490     </remote>
1491   </TrainerSettings>
1492   <PictureInfo>
1493     <gamepad>
1494       <dpadleft>PreviousPicture</dpadleft>
1495       <dpadright>NextPicture</dpadright>
1496       <black>Close</black>
1497     </gamepad>
1498 
1499     <remote>
1500       <skipplus>NextPicture</skipplus>
1501       <skipminus>PreviousPicture</skipminus>
1502       <info>Close</info>
1503     </remote>
1504 
1505     <keyboard>
1506       <period>NextPicture</period>
1507       <comma>PreviousPicture</comma>
1508       <i>Close</i>
1509     </keyboard>
1510   </PictureInfo>
1511 </keymap>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2007-02-08 23:16:07, 20.0 KB) [[attachment:Amarok.hid]]
  • [get | view] (2010-05-11 11:03:18, 64.0 KB) [[attachment:Amarok.zip]]
  • [get | view] (2007-07-26 20:13:45, 20.0 KB) [[attachment:Banshee.hid]]
  • [get | view] (2009-01-02 21:09:44, 80.0 KB) [[attachment:Banshee2.hid]]
  • [get | view] (2008-04-29 06:46:33, 50.0 KB) [[attachment:Elisa.hid]]
  • [get | view] (2008-06-07 22:57:25, 38.8 KB) [[attachment:Keymap.xml]]
  • [get | view] (2006-06-19 20:49:51, 20.0 KB) [[attachment:MPlayer.hid]]
  • [get | view] (2007-01-28 05:58:48, 20.0 KB) [[attachment:Rhythmbox.hid]]
  • [get | view] (2008-04-29 06:47:13, 50.0 KB) [[attachment:Rhythmbox1.hid]]
  • [get | view] (2008-11-16 01:37:28, 20.3 KB) [[attachment:Screenshot-CreateDevice.png]]
  • [get | view] (2008-04-29 06:49:41, 58.1 KB) [[attachment:Template 176x220]]
  • [get | view] (2008-04-29 06:49:19, 23.1 KB) [[attachment:Template 222x296]]
  • [get | view] (2008-04-29 06:56:29, 58.1 KB) [[attachment:Template176x220]]
  • [get | view] (2008-04-29 06:56:44, 23.1 KB) [[attachment:Template222x296]]
  • [get | view] (2006-06-19 20:49:15, 20.0 KB) [[attachment:Totem.hid]]
  • [get | view] (2008-04-29 06:47:55, 60.0 KB) [[attachment:Totem1.hid]]
  • [get | view] (2008-07-31 15:14:32, 60.0 KB) [[attachment:TvTime.hid]]
  • [get | view] (2008-04-29 06:48:14, 60.0 KB) [[attachment:Ubuntu.hid]]
  • [get | view] (2008-06-07 22:56:53, 50.0 KB) [[attachment:XBMC.hid]]
  • [get | view] (2010-01-12 13:15:24, 1095.8 KB) [[attachment:XBMC_remote_profiles.zip]]
  • [get | view] (2006-06-19 20:50:00, 20.0 KB) [[attachment:XMMS.hid]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.