Advertisement
Guest User

Kodi + Xbox One Wireless Controller (v3 keymap xml)

a guest
Dec 7th, 2015
3,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 90.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This file contains the mappings for a Microsoft Xbox One Wireless Controller to actions within Kodi -->
  3. <!-- Version 2.0. This keymap was modified from an Xbox 360 Controller keymap. v2 has more intuitive button mappings -->
  4. <!-- YOU NEED TO BACKUP/DELETE EVERY OTHER "joystick" KEYMAP FILE INSIDE THE KODI INSTALL FOLDER -->
  5. <!-- Issues: [1] When starting Kodi, selector goes wild until you hit a key. [2] Some keymaps may not be optimized for Xbox One controller yet. Hoping community will chip in here. -->
  6. <!-- Problem: Xbox One Wireless Controller used through the new adapter inside Kodi has a bug that makes the joystick pull down/right constantly. -->
  7. <!-- We already have a working Xbox One Wired solution (by updating controller Firmware), but this file will make the Wireless work the same. -->
  8. <!-- What makes this keymap work is the name of each joystick is called "Xbox Wireless Adapter For Windows" which is what Windows sees the controller as. -->
  9. <!-- It appears that having the "altname"s for each item is required for now. I tried making a version of this keymap without them, but then Kodi didn't recognize the controller at all. -->
  10. <!-- NOTE TO KODI TEAM: Try to gain insights from this keymap file into fixing future iterations of Kodi. Thank you.
  11.  
  12.  
  13. <!-- The format of a mapping is:                                -->
  14. <!--    <device name="name">                                    -->
  15. <!--      <button id="x">action</button>                        -->
  16. <!--      <axis id="x" limit="y">action</axis>                  -->
  17. <!--      <hat id="1" position="left">action</hat>              -->
  18. <!--    </device>                                               -->
  19.  
  20. <!-- Note that the action can be a built-in function.           -->
  21. <!-- eg <button id="x">ActivateWindow(Home)</button>       -->
  22. <!-- would automatically go to Home on the press of button 'x'. -->
  23.  
  24. <!-- Joystick Name: Xbox One Wireless Receiver                  -->
  25.  
  26. <!-- Button Mappings in Windows:               -->
  27. <!--                                           -->
  28. <!-- ID              Button                    -->
  29. <!--                                           -->
  30. <!-- 1               A                         -->
  31. <!-- 2               B                         -->
  32. <!-- 3               X                         -->
  33. <!-- 4               Y                         -->
  34. <!-- 5               Left Sholder              -->
  35. <!-- 6               Right Sholder             -->
  36. <!-- 7               Back                      -->
  37. <!-- 8               Start                     -->
  38. <!-- 9               Left Stick Button         -->
  39. <!-- 10              Right Stick Button        -->
  40.  
  41. <!-- Axis Mappings:                   -->
  42. <!--                                  -->
  43. <!-- ID              Button           -->
  44. <!--                                  -->
  45. <!-- 1               Left Stick L/R   -->
  46. <!-- 2               Left Stick U/D   -->
  47. <!-- 3 limit +1      Left Trigger     -->
  48. <!-- 3 limit -1      Right Trigger    -->
  49. <!-- 4               Right Stick L/R  -->
  50. <!-- 5               Right Stick U/D  -->
  51.  
  52. <!-- Hat Mappings for some drivers:   -->
  53. <!--                                  -->
  54. <!-- ID  Position    Button           -->
  55. <!--                                  -->
  56. <!-- 1   up          D-Pad Up         -->
  57. <!-- 1   down        D-Pad Down       -->
  58. <!-- 1   left        D-Pad Left       -->
  59. <!-- 1   right       D-Pad Right      -->
  60.  
  61.  
  62.  
  63. <keymap>
  64.   <global>
  65.     <joystick name="Xbox Wireless Adapter For Windows">
  66.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  67.       <altname>Controller (Gamepad F310)</altname>
  68.       <altname>Controller (Gamepad for Xbox 360)</altname>
  69.       <altname>Controller (Rumble Gamepad F510)</altname>
  70.       <altname>Controller (Wireless Gamepad F710)</altname>
  71.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  72.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  73.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  74.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  75.       <altname>Wireless Gamepad F710 (Controller)</altname>
  76.       <altname>XBOX 360 For Windows</altname>
  77.       <altname>XBOX 360 For Windows (Controller)</altname>
  78.       <altname>Xbox 360 Wireless Controller</altname>
  79.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  80.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  81.       <altname>Gamepad F310 (Controller)</altname>
  82.       <altname>Razer Sabertooth Elite (Controller)</altname>
  83.       <altname>Controller (XBOX One For Windows)</altname>
  84.       <altname>Xbox Wireless Adapter For Windows</altname>
  85.       <altname>XINPUT compatible HID device</altname>
  86.       <!-- A selects. B goes back. X gets context menu. Y goes fullscreen and back. -->
  87.       <button id="1">Select</button>
  88.       <button id="2">Back</button>
  89.       <button id="3">ContextMenu</button>
  90.       <button id="4">FullScreen</button>
  91.       <!--Left Shoulder Queues videos. Right shoulder displays the current queue. -->
  92.       <button id="5">Queue</button>
  93.       <button id="6">Playlist</button>
  94.       <button id="7"></button>
  95.       <button id="8">Info</button>
  96.       <!-- Left stick click activates the shutdown menu. -->
  97.       <button id="9">ActivateWindow(ShutdownMenu)</button>
  98.       <button id="10">Menu</button>
  99.       <button id="11">Up</button>
  100.       <button id="12">Down</button>
  101.       <button id="13">Left</button>
  102.       <button id="14">Right</button>
  103.       <button id="15">PreviousMenu</button>
  104.       <axis id="1" limit="-1"></axis>
  105.       <axis id="1" limit="+1"></axis>
  106.       <axis id="2" limit="-1"></axis>
  107.       <axis id="2" limit="+1"></axis>
  108.       <axis id="3" trigger="true" limit="+1">VolumeDown</axis>      <!-- Left Trigger -->
  109.       <axis id="6" trigger="true" limit="-1">VolumeUp</axis>        <!-- Right Trigger -->
  110.       <!-- Push up on the right stick for volume up. Push down for volume down. -->
  111.       <axis id="4" limit="-1">Left</axis>
  112.       <axis id="4" limit="+1">Right</axis>
  113.       <axis id="5" limit="-1">ScrollUp</axis>
  114.       <axis id="5" limit="+1">ScrollDown</axis>
  115.       <hat id="1" position="up">Up</hat>
  116.       <hat id="1" position="down">Down</hat>
  117.       <hat id="1" position="left">Left</hat>
  118.       <hat id="1" position="right">Right</hat>
  119.     </joystick>
  120.     <joystick name="Xbox Wireless Adapter For Windows">
  121.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  122.       <altname>Generic X-Box pad</altname>
  123.       <altname>Logitech Chillstream Controller</altname>
  124.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  125.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  126.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  127.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  128.       <altname>Xbox 360 Wireless Receiver</altname>
  129.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  130.       <altname>Razer Sabertooth</altname>
  131.       <button id="1">Select</button>
  132.       <button id="2">Back</button>
  133.       <button id="3">ContextMenu</button>
  134.       <button id="4">FullScreen</button>
  135.       <button id="5">Queue</button>
  136.       <button id="6">Playlist</button>
  137.       <button id="7"></button>
  138.       <button id="8">Info</button>
  139.       <button id="9">ActivateWindow(ShutdownMenu)</button>
  140.       <button id="10">Menu</button>
  141.       <button id="11">ActivateWindow(PlayerControls)</button>
  142.       <button id="12">Left</button>
  143.       <button id="13">Right</button>
  144.       <button id="14">Up</button>
  145.       <button id="15">Down</button>
  146.       <axis id="1" limit="-1"></axis>
  147.       <axis id="1" limit="+1"></axis>
  148.       <axis id="2" limit="-1"></axis>
  149.       <axis id="2" limit="+1"></axis>
  150.       <axis id="3" trigger="true" rest="-32768">VolumeDown</axis>   <!-- Left Trigger -->
  151.       <axis id="4" limit="-1">Left</axis>
  152.       <axis id="4" limit="+1">Right</axis>
  153.       <axis id="5" limit="-1">ScrollUp</axis>
  154.       <axis id="5" limit="+1">ScrollDown</axis>
  155.       <axis id="6" trigger="true" rest="-32768">VolumeUp</axis>     <!-- Right Trigger -->
  156.       <hat id="1" position="up">Up</hat>
  157.       <hat id="1" position="down">Down</hat>
  158.       <hat id="1" position="left">Left</hat>
  159.       <hat id="1" position="right">Right</hat>
  160.     </joystick>
  161.   </global>
  162.   <Home>
  163.     <joystick name="Xbox Wireless Adapter For Windows">
  164.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  165.       <altname>Controller (Gamepad F310)</altname>
  166.       <altname>Controller (Gamepad for Xbox 360)</altname>
  167.       <altname>Controller (Rumble Gamepad F510)</altname>
  168.       <altname>Controller (Wireless Gamepad F710)</altname>
  169.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  170.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  171.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  172.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  173.       <altname>Wireless Gamepad F710 (Controller)</altname>
  174.       <altname>XBOX 360 For Windows</altname>
  175.       <altname>XBOX 360 For Windows (Controller)</altname>
  176.       <altname>Xbox 360 Wireless Controller</altname>
  177.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  178.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  179.       <altname>Gamepad F310 (Controller)</altname>
  180.       <altname>Razer Sabertooth Elite (Controller)</altname>
  181.       <altname>Controller (XBOX One For Windows)</altname>
  182.       <altname>Xbox Wireless Adapter For Windows</altname>
  183.       <altname>XINPUT compatible HID device</altname>
  184.       <button id="8">Skin.ToggleSetting(HomeViewToggle)</button>
  185.     </joystick>
  186.     <joystick name="Xbox Wireless Adapter For Windows">
  187.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  188.       <altname>Generic X-Box pad</altname>
  189.       <altname>Logitech Chillstream Controller</altname>
  190.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  191.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  192.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  193.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  194.       <altname>Xbox 360 Wireless Receiver</altname>
  195.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  196.       <altname>Razer Sabertooth</altname>
  197.       <button id="8">Skin.ToggleSetting(HomeViewToggle)</button>
  198.     </joystick>
  199.   </Home>
  200.   <MyFiles>
  201.     <joystick name="Xbox Wireless Adapter For Windows">
  202.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  203.       <altname>Controller (Gamepad F310)</altname>
  204.       <altname>Controller (Gamepad for Xbox 360)</altname>
  205.       <altname>Controller (Rumble Gamepad F510)</altname>
  206.       <altname>Controller (Wireless Gamepad F710)</altname>
  207.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  208.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  209.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  210.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  211.       <altname>Wireless Gamepad F710 (Controller)</altname>
  212.       <altname>XBOX 360 For Windows</altname>
  213.       <altname>XBOX 360 For Windows (Controller)</altname>
  214.       <altname>Xbox 360 Wireless Controller</altname>
  215.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  216.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  217.       <altname>Gamepad F310 (Controller)</altname>
  218.       <altname>Razer Sabertooth Elite (Controller)</altname>
  219.       <altname>Controller (XBOX One For Windows)</altname>
  220.       <altname>Xbox Wireless Adapter For Windows</altname>
  221.       <altname>XINPUT compatible HID device</altname>
  222.       <button id="6">Highlight</button>
  223.     </joystick>
  224.     <joystick name="Xbox Wireless Adapter For Windows">
  225.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  226.       <altname>Generic X-Box pad</altname>
  227.       <altname>Logitech Chillstream Controller</altname>
  228.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  229.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  230.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  231.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  232.       <altname>Xbox 360 Wireless Receiver</altname>
  233.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  234.       <altname>Razer Sabertooth</altname>
  235.       <button id="6">Highlight</button>
  236.     </joystick>
  237.   </MyFiles>
  238.   <MyMusicPlaylist>
  239.     <joystick name="Xbox Wireless Adapter For Windows">
  240.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  241.       <altname>Controller (Gamepad F310)</altname>
  242.       <altname>Controller (Gamepad for Xbox 360)</altname>
  243.       <altname>Controller (Rumble Gamepad F510)</altname>
  244.       <altname>Controller (Wireless Gamepad F710)</altname>
  245.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  246.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  247.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  248.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  249.       <altname>Wireless Gamepad F710 (Controller)</altname>
  250.       <altname>XBOX 360 For Windows</altname>
  251.       <altname>XBOX 360 For Windows (Controller)</altname>
  252.       <altname>Xbox 360 Wireless Controller</altname>
  253.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  254.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  255.       <altname>Gamepad F310 (Controller)</altname>
  256.       <altname>Razer Sabertooth Elite (Controller)</altname>
  257.       <altname>Controller (XBOX One For Windows)</altname>
  258.       <altname>Xbox Wireless Adapter For Windows</altname>
  259.       <altname>XINPUT compatible HID device</altname>
  260.       <button id="5">Delete</button>
  261.     </joystick>
  262.     <joystick name="Xbox Wireless Adapter For Windows">
  263.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  264.       <altname>Generic X-Box pad</altname>
  265.       <altname>Logitech Chillstream Controller</altname>
  266.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  267.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  268.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  269.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  270.       <altname>Xbox 360 Wireless Receiver</altname>
  271.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  272.       <altname>Razer Sabertooth</altname>
  273.       <button id="5">Delete</button>
  274.     </joystick>
  275.   </MyMusicPlaylist>
  276.   <MyMusicFiles>
  277.   </MyMusicFiles>
  278.   <MyMusicLibrary>
  279.   </MyMusicLibrary>
  280.   <FullscreenVideo>
  281.     <joystick name="Xbox Wireless Adapter For Windows">
  282.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  283.       <altname>Controller (Gamepad F310)</altname>
  284.       <altname>Controller (Gamepad for Xbox 360)</altname>
  285.       <altname>Controller (Rumble Gamepad F510)</altname>
  286.       <altname>Controller (Wireless Gamepad F710)</altname>
  287.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  288.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  289.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  290.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  291.       <altname>Wireless Gamepad F710 (Controller)</altname>
  292.       <altname>XBOX 360 For Windows</altname>
  293.       <altname>XBOX 360 For Windows (Controller)</altname>
  294.       <altname>Xbox 360 Wireless Controller</altname>
  295.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  296.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  297.       <altname>Gamepad F310 (Controller)</altname>
  298.       <altname>Razer Sabertooth Elite (Controller)</altname>
  299.       <altname>Controller (XBOX One For Windows)</altname>
  300.       <altname>Xbox Wireless Adapter For Windows</altname>
  301.       <altname>XINPUT compatible HID device</altname>
  302.       <!--
  303.            A pauses and starts the video.
  304.            B stops the video.
  305.            X opens the onscreen display.
  306.            Y switches in and out of full screen
  307.            -->
  308.       <button id="1">Pause</button>
  309.       <button id="2">Stop</button>
  310.       <button id="3">OSD</button>
  311.       <!--
  312.            Left shoulder changes aspect ratio.
  313.            Right shoulder changes subtitles.
  314.            Right stick changes Audio Language.
  315.            Start button displays info.
  316.            -->
  317.       <button id="5">StepForward</button>
  318.       <button id="6">StepForward</button>
  319.       <button id="7">Screenshot</button>
  320.       <button id="8">Info</button>
  321.       <button id="9">SkipPrevious</button>
  322.       <button id="10">SkipNext</button>
  323.       <button id="11">ChapterOrBigStepForward</button>
  324.       <button id="12">ChapterOrBigStepBack</button>
  325.       <button id="13"></button>
  326.       <button id="14"></button>
  327.       <!-- D-pad does what you'd expect. Triggers fast forward and rewind. Left stick scans forward and back. -->
  328.       <axis id="3" limit="+1"></axis>           <!-- Left Trigger -->
  329.       <axis id="3" limit="-1"></axis>       <!-- Right Trigger -->
  330.       <hat id="1" position="up">BigStepForward</hat>
  331.       <hat id="1" position="down">BigStepBack</hat>
  332.       <hat id="1" position="left">StepBack</hat>
  333.       <hat id="1" position="right">StepForward</hat>
  334.     </joystick>
  335.     <joystick name="Xbox Wireless Adapter For Windows">
  336.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  337.       <altname>Generic X-Box pad</altname>
  338.       <altname>Logitech Chillstream Controller</altname>
  339.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  340.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  341.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  342.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  343.       <altname>Xbox 360 Wireless Receiver</altname>
  344.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  345.       <altname>Razer Sabertooth</altname>
  346.       <button id="1">Pause</button>
  347.       <button id="2">Stop</button>
  348.       <button id="3">OSD</button>
  349.       <button id="5">StepBack</button>
  350.       <button id="6">StepForward</button>
  351.       <button id="7">Screenshot</button>
  352.       <button id="8">Info</button>
  353.       <button id="9">SkipPrevious</button>
  354.       <button id="10">SkipNext</button>
  355.       <button id="11"></button>
  356.       <button id="12"></button>
  357.       <button id="13"></button>
  358.       <button id="14">ChapterOrBigStepForward</button>
  359.       <button id="15">ChapterOrBigStepBack</button>
  360.       <axis id="3"></axis>              <!-- Left Trigger -->
  361.       <axis id="6"></axis>              <!-- Right Trigger -->
  362.       <hat id="1" position="up">BigStepForward</hat>
  363.       <hat id="1" position="down">BigStepBack</hat>
  364.       <hat id="1" position="left">StepBack</hat>
  365.       <hat id="1" position="right">StepForward</hat>
  366.     </joystick>
  367.   </FullscreenVideo>
  368.   <FullscreenLiveTV>
  369.     <joystick name="Xbox Wireless Adapter For Windows">
  370.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  371.       <altname>Controller (Gamepad F310)</altname>
  372.       <altname>Controller (Gamepad for Xbox 360)</altname>
  373.       <altname>Controller (Rumble Gamepad F510)</altname>
  374.       <altname>Controller (Wireless Gamepad F710)</altname>
  375.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  376.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  377.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  378.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  379.       <altname>Wireless Gamepad F710 (Controller)</altname>
  380.       <altname>XBOX 360 For Windows</altname>
  381.       <altname>XBOX 360 For Windows (Controller)</altname>
  382.       <altname>Xbox 360 Wireless Controller</altname>
  383.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  384.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  385.       <altname>Gamepad F310 (Controller)</altname>
  386.       <altname>Razer Sabertooth Elite (Controller)</altname>
  387.       <altname>Controller (XBOX One For Windows)</altname>
  388.       <altname>Xbox Wireless Adapter For Windows</altname>
  389.       <altname>XINPUT compatible HID device</altname>
  390.       <button id="11">ChannelUp</button>
  391.       <button id="12">ChannelDown</button>
  392.       <button id="13">PreviousChannelGroup</button>
  393.       <button id="14">NextChannelGroup</button>
  394.       <hat id="1" position="up">ChannelUp</hat>
  395.       <hat id="1" position="down">ChannelDown</hat>
  396.       <hat id="1" position="left">PreviousChannelGroup</hat>
  397.       <hat id="1" position="right">NextChannelGroup</hat>
  398.     </joystick>
  399.     <joystick name="Xbox Wireless Adapter For Windows">
  400.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  401.       <altname>Generic X-Box pad</altname>
  402.       <altname>Logitech Chillstream Controller</altname>
  403.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  404.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  405.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  406.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  407.       <altname>Xbox 360 Wireless Receiver</altname>
  408.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  409.       <altname>Razer Sabertooth</altname>
  410.       <button id="12">PreviousChannelGroup</button>
  411.       <button id="13">NextChannelGroup</button>
  412.       <button id="14">ChannelUp</button>
  413.       <button id="15">ChannelDown</button>
  414.       <hat id="1" position="up">ChannelUp</hat>
  415.       <hat id="1" position="down">ChannelDown</hat>
  416.       <hat id="1" position="left">PreviousChannelGroup</hat>
  417.       <hat id="1" position="right">NextChannelGroup</hat>
  418.     </joystick>
  419.   </FullscreenLiveTV>
  420.   <FullscreenRadio>
  421.     <joystick name="Xbox Wireless Adapter For Windows">
  422.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  423.       <altname>Controller (Gamepad F310)</altname>
  424.       <altname>Controller (Gamepad for Xbox 360)</altname>
  425.       <altname>Controller (Rumble Gamepad F510)</altname>
  426.       <altname>Controller (Wireless Gamepad F710)</altname>
  427.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  428.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  429.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  430.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  431.       <altname>Wireless Gamepad F710 (Controller)</altname>
  432.       <altname>XBOX 360 For Windows</altname>
  433.       <altname>XBOX 360 For Windows (Controller)</altname>
  434.       <altname>Xbox 360 Wireless Controller</altname>
  435.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  436.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  437.       <altname>Gamepad F310 (Controller)</altname>
  438.       <altname>Razer Sabertooth Elite (Controller)</altname>
  439.       <altname>Controller (XBOX One For Windows)</altname>
  440.       <altname>Xbox Wireless Adapter For Windows</altname>
  441.       <altname>XINPUT compatible HID device</altname>
  442.       <button id="11">ChannelUp</button>
  443.       <button id="12">ChannelDown</button>
  444.       <button id="13">PreviousChannelGroup</button>
  445.       <button id="14">NextChannelGroup</button>
  446.       <hat id="1" position="up">ChannelUp</hat>
  447.       <hat id="1" position="down">ChannelDown</hat>
  448.       <hat id="1" position="left">PreviousChannelGroup</hat>
  449.       <hat id="1" position="right">NextChannelGroup</hat>
  450.     </joystick>
  451.     <joystick name="Xbox Wireless Adapter For Windows">
  452.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  453.       <altname>Generic X-Box pad</altname>
  454.       <altname>Logitech Chillstream Controller</altname>
  455.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  456.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  457.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  458.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  459.       <altname>Xbox 360 Wireless Receiver</altname>
  460.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  461.       <button id="12">PreviousChannelGroup</button>
  462.       <button id="13">NextChannelGroup</button>
  463.       <button id="14">ChannelUp</button>
  464.       <button id="15">ChannelDown</button>
  465.       <hat id="1" position="up">ChannelUp</hat>
  466.       <hat id="1" position="down">ChannelDown</hat>
  467.       <hat id="1" position="left">PreviousChannelGroup</hat>
  468.       <hat id="1" position="right">NextChannelGroup</hat>
  469.     </joystick>
  470.   </FullscreenRadio>
  471.   <FullscreenInfo>
  472.     <joystick name="Xbox Wireless Adapter For Windows">
  473.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  474.       <altname>Controller (Gamepad F310)</altname>
  475.       <altname>Controller (Gamepad for Xbox 360)</altname>
  476.       <altname>Controller (Rumble Gamepad F510)</altname>
  477.       <altname>Controller (Wireless Gamepad F710)</altname>
  478.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  479.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  480.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  481.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  482.       <altname>Wireless Gamepad F710 (Controller)</altname>
  483.       <altname>XBOX 360 For Windows</altname>
  484.       <altname>XBOX 360 For Windows (Controller)</altname>
  485.       <altname>Xbox 360 Wireless Controller</altname>
  486.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  487.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  488.       <altname>Gamepad F310 (Controller)</altname>
  489.       <altname>Razer Sabertooth Elite (Controller)</altname>
  490.       <altname>Controller (XBOX One For Windows)</altname>
  491.       <altname>Xbox Wireless Adapter For Windows</altname>
  492.       <altname>XINPUT compatible HID device</altname>
  493.       <button id="2">Close</button>
  494.       <button id="3">OSD</button>
  495.       <button id="8">Close</button>
  496.       <axis id="3" limit="+1">AnalogRewind</axis>
  497.       <axis id="3" limit="-1">AnalogFastForward</axis>
  498.     </joystick>
  499.     <joystick name="Xbox Wireless Adapter For Windows">
  500.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  501.       <altname>Generic X-Box pad</altname>
  502.       <altname>Logitech Chillstream Controller</altname>
  503.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  504.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  505.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  506.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  507.       <altname>Xbox 360 Wireless Receiver</altname>
  508.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  509.       <altname>Razer Sabertooth</altname>
  510.       <button id="2">Close</button>
  511.       <button id="3">OSD</button>
  512.       <button id="8">Close</button>
  513.       <axis id="3">AnalogRewind</axis>
  514.       <axis id="6">AnalogFastForward</axis>
  515.     </joystick>
  516.   </FullscreenInfo>
  517.   <PlayerControls>
  518.     <joystick name="Xbox Wireless Adapter For Windows">
  519.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  520.       <altname>Controller (Gamepad F310)</altname>
  521.       <altname>Controller (Gamepad for Xbox 360)</altname>
  522.       <altname>Controller (Rumble Gamepad F510)</altname>
  523.       <altname>Controller (Wireless Gamepad F710)</altname>
  524.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  525.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  526.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  527.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  528.       <altname>Wireless Gamepad F710 (Controller)</altname>
  529.       <altname>XBOX 360 For Windows</altname>
  530.       <altname>XBOX 360 For Windows (Controller)</altname>
  531.       <altname>Xbox 360 Wireless Controller</altname>
  532.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  533.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  534.       <altname>Gamepad F310 (Controller)</altname>
  535.       <altname>Razer Sabertooth Elite (Controller)</altname>
  536.       <altname>Controller (XBOX One For Windows)</altname>
  537.       <altname>Xbox Wireless Adapter For Windows</altname>
  538.       <altname>XINPUT compatible HID device</altname>
  539.       <button id="3">Close</button>
  540.       <button id="9">Close</button>
  541.       <button id="10">Close</button>
  542.     </joystick>
  543.     <joystick name="Xbox Wireless Adapter For Windows">
  544.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  545.       <altname>Generic X-Box pad</altname>
  546.       <altname>Logitech Chillstream Controller</altname>
  547.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  548.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  549.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  550.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  551.       <altname>Xbox 360 Wireless Receiver</altname>
  552.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  553.       <altname>Razer Sabertooth</altname>
  554.       <button id="3">Close</button>
  555.       <button id="10">Close</button>
  556.       <button id="11">Close</button>
  557.     </joystick>
  558.   </PlayerControls>
  559.   <Visualisation>
  560.     <joystick name="Xbox Wireless Adapter For Windows">
  561.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  562.       <altname>Controller (Gamepad F310)</altname>
  563.       <altname>Controller (Gamepad for Xbox 360)</altname>
  564.       <altname>Controller (Rumble Gamepad F510)</altname>
  565.       <altname>Controller (Wireless Gamepad F710)</altname>
  566.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  567.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  568.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  569.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  570.       <altname>Wireless Gamepad F710 (Controller)</altname>
  571.       <altname>XBOX 360 For Windows</altname>
  572.       <altname>XBOX 360 For Windows (Controller)</altname>
  573.       <altname>Xbox 360 Wireless Controller</altname>
  574.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  575.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  576.       <altname>Gamepad F310 (Controller)</altname>
  577.       <altname>Razer Sabertooth Elite (Controller)</altname>
  578.       <altname>Controller (XBOX One For Windows)</altname>
  579.       <altname>Xbox Wireless Adapter For Windows</altname>
  580.       <altname>XINPUT compatible HID device</altname>
  581.       <button id="1">Pause</button>
  582.       <button id="2">Stop</button>
  583.       <button id="3">ActivateWindow(MusicOSD)</button>
  584.       <button id="5">ActivateWindow(VisualisationPresetList)</button>
  585.       <button id="6">Info</button>
  586.       <button id="10">ActivateWindow(MusicOSD)</button>
  587.       <button id="11">SkipNext</button>
  588.       <button id="12">SkipPrevious</button>
  589.       <button id="13">PreviousPreset</button>
  590.       <button id="14">NextPreset</button>
  591.       <axis id="3" limit="+1">AnalogRewind</axis>
  592.       <axis id="3" limit="-1">AnalogFastForward</axis>
  593.       <hat id="1" position="up">SkipNext</hat>
  594.       <hat id="1" position="down">SkipPrevious</hat>
  595.       <hat id="1" position="left">PreviousPreset</hat>
  596.       <hat id="1" position="right">NextPreset</hat>
  597.     </joystick>
  598.     <joystick name="Xbox Wireless Adapter For Windows">
  599.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  600.       <altname>Generic X-Box pad</altname>
  601.       <altname>Logitech Chillstream Controller</altname>
  602.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  603.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  604.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  605.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  606.       <altname>Xbox 360 Wireless Receiver</altname>
  607.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  608.       <altname>Razer Sabertooth</altname>
  609.       <button id="1">Pause</button>
  610.       <button id="2">Stop</button>
  611.       <button id="3">ActivateWindow(MusicOSD)</button>
  612.       <button id="5">ActivateWindow(VisualisationPresetList)</button>
  613.       <button id="6">Info</button>
  614.       <button id="11">ActivateWindow(MusicOSD)</button>
  615.       <button id="12">PreviousPreset</button>
  616.       <button id="13">NextPreset</button>
  617.       <button id="14">SkipPrevious</button>
  618.       <button id="15">SkipNext</button>
  619.       <axis id="3">AnalogRewind</axis>
  620.       <axis id="6">AnalogFastForward</axis>
  621.       <hat id="1" position="up">SkipNext</hat>
  622.       <hat id="1" position="down">SkipPrevious</hat>
  623.       <hat id="1" position="left">PreviousPreset</hat>
  624.       <hat id="1" position="right">NextPreset</hat>
  625.     </joystick>
  626.   </Visualisation>
  627.   <MusicOSD>
  628.     <joystick name="Xbox Wireless Adapter For Windows">
  629.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  630.       <altname>Controller (Gamepad F310)</altname>
  631.       <altname>Controller (Gamepad for Xbox 360)</altname>
  632.       <altname>Controller (Rumble Gamepad F510)</altname>
  633.       <altname>Controller (Wireless Gamepad F710)</altname>
  634.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  635.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  636.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  637.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  638.       <altname>Wireless Gamepad F710 (Controller)</altname>
  639.       <altname>XBOX 360 For Windows</altname>
  640.       <altname>XBOX 360 For Windows (Controller)</altname>
  641.       <altname>Xbox 360 Wireless Controller</altname>
  642.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  643.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  644.       <altname>Gamepad F310 (Controller)</altname>
  645.       <altname>Razer Sabertooth Elite (Controller)</altname>
  646.       <altname>Controller (XBOX One For Windows)</altname>
  647.       <altname>Xbox Wireless Adapter For Windows</altname>
  648.       <altname>XINPUT compatible HID device</altname>
  649.       <button id="3">Close</button>
  650.       <button id="6">Info</button>
  651.     </joystick>
  652.     <joystick name="Xbox Wireless Adapter For Windows">
  653.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  654.       <altname>Generic X-Box pad</altname>
  655.       <altname>Logitech Chillstream Controller</altname>
  656.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  657.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  658.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  659.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  660.       <altname>Xbox 360 Wireless Receiver</altname>
  661.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  662.       <altname>Razer Sabertooth</altname>
  663.       <button id="3">Close</button>
  664.       <button id="6">Info</button>
  665.     </joystick>
  666.   </MusicOSD>
  667.   <VisualisationSettings>
  668.     <joystick name="Xbox Wireless Adapter For Windows">
  669.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  670.       <altname>Controller (Gamepad F310)</altname>
  671.       <altname>Controller (Gamepad for Xbox 360)</altname>
  672.       <altname>Controller (Rumble Gamepad F510)</altname>
  673.       <altname>Controller (Wireless Gamepad F710)</altname>
  674.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  675.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  676.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  677.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  678.       <altname>Wireless Gamepad F710 (Controller)</altname>
  679.       <altname>XBOX 360 For Windows</altname>
  680.       <altname>XBOX 360 For Windows (Controller)</altname>
  681.       <altname>Xbox 360 Wireless Controller</altname>
  682.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  683.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  684.       <altname>Gamepad F310 (Controller)</altname>
  685.       <altname>Razer Sabertooth Elite (Controller)</altname>
  686.       <altname>Controller (XBOX One For Windows)</altname>
  687.       <altname>Xbox Wireless Adapter For Windows</altname>
  688.       <altname>XINPUT compatible HID device</altname>
  689.       <button id="2">Close</button>
  690.     </joystick>
  691.     <joystick name="Xbox Wireless Adapter For Windows">
  692.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  693.       <altname>Generic X-Box pad</altname>
  694.       <altname>Logitech Chillstream Controller</altname>
  695.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  696.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  697.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  698.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  699.       <altname>Xbox 360 Wireless Receiver</altname>
  700.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  701.       <altname>Razer Sabertooth</altname>
  702.       <button id="2">Close</button>
  703.     </joystick>
  704.   </VisualisationSettings>
  705.   <VisualisationPresetList>
  706.     <joystick name="Xbox Wireless Adapter For Windows">
  707.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  708.       <altname>Controller (Gamepad F310)</altname>
  709.       <altname>Controller (Gamepad for Xbox 360)</altname>
  710.       <altname>Controller (Rumble Gamepad F510)</altname>
  711.       <altname>Controller (Wireless Gamepad F710)</altname>
  712.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  713.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  714.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  715.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  716.       <altname>Wireless Gamepad F710 (Controller)</altname>
  717.       <altname>XBOX 360 For Windows</altname>
  718.       <altname>XBOX 360 For Windows (Controller)</altname>
  719.       <altname>Xbox 360 Wireless Controller</altname>
  720.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  721.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  722.       <altname>Gamepad F310 (Controller)</altname>
  723.       <altname>Razer Sabertooth Elite (Controller)</altname>
  724.       <altname>Controller (XBOX One For Windows)</altname>
  725.       <altname>Xbox Wireless Adapter For Windows</altname>
  726.       <altname>XINPUT compatible HID device</altname>
  727.       <button id="2">Close</button>
  728.     </joystick>
  729.     <joystick name="Xbox Wireless Adapter For Windows">
  730.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  731.       <altname>Generic X-Box pad</altname>
  732.       <altname>Logitech Chillstream Controller</altname>
  733.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  734.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  735.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  736.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  737.       <altname>Xbox 360 Wireless Receiver</altname>
  738.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  739.       <altname>Razer Sabertooth</altname>
  740.       <button id="2">Close</button>
  741.     </joystick>
  742.   </VisualisationPresetList>
  743.   <SlideShow>
  744.     <joystick name="Xbox Wireless Adapter For Windows">
  745.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  746.       <altname>Controller (Gamepad F310)</altname>
  747.       <altname>Controller (Gamepad for Xbox 360)</altname>
  748.       <altname>Controller (Rumble Gamepad F510)</altname>
  749.       <altname>Controller (Wireless Gamepad F710)</altname>
  750.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  751.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  752.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  753.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  754.       <altname>Wireless Gamepad F710 (Controller)</altname>
  755.       <altname>XBOX 360 For Windows</altname>
  756.       <altname>XBOX 360 For Windows (Controller)</altname>
  757.       <altname>Xbox 360 Wireless Controller</altname>
  758.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  759.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  760.       <altname>Gamepad F310 (Controller)</altname>
  761.       <altname>Razer Sabertooth Elite (Controller)</altname>
  762.       <altname>Controller (XBOX One For Windows)</altname>
  763.       <altname>Xbox Wireless Adapter For Windows</altname>
  764.       <altname>XINPUT compatible HID device</altname>
  765.       <button id="1">Pause</button>
  766.       <button id="2">Stop</button>
  767.       <button id="4">ZoomNormal</button>
  768.       <button id="5">Rotate</button>
  769.       <button id="6">CodecInfo</button>
  770.       <button id="11">ZoomIn</button>
  771.       <button id="12">ZoomOut</button>
  772.       <button id="13">PreviousPicture</button>
  773.       <button id="14">NextPicture</button>
  774.       <axis id="1">AnalogMove</axis>
  775.       <axis id="2">AnalogMove</axis>
  776.       <axis id="3" limit="+1">ZoomOut</axis>
  777.       <axis id="3" limit="-1">ZoomIn</axis>
  778.       <hat id="1" position="up">ZoomIn</hat>
  779.       <hat id="1" position="down">ZoomOut</hat>
  780.       <hat id="1" position="left">PreviousPicture</hat>
  781.       <hat id="1" position="right">NextPicture</hat>
  782.     </joystick>
  783.     <joystick name="Xbox Wireless Adapter For Windows">
  784.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  785.       <altname>Generic X-Box pad</altname>
  786.       <altname>Logitech Chillstream Controller</altname>
  787.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  788.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  789.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  790.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  791.       <altname>Xbox 360 Wireless Receiver</altname>
  792.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  793.       <altname>Razer Sabertooth</altname>
  794.       <button id="1">Pause</button>
  795.       <button id="2">Stop</button>
  796.       <button id="4">ZoomNormal</button>
  797.       <button id="5">Rotate</button>
  798.       <button id="6">CodecInfo</button>
  799.       <button id="12">PreviousPicture</button>
  800.       <button id="13">NextPicture</button>
  801.       <button id="14">ZoomIn</button>
  802.       <button id="15">ZoomOut</button>
  803.       <axis id="1">AnalogMove</axis>
  804.       <axis id="2">AnalogMove</axis>
  805.       <axis id="3">ZoomOut</axis>
  806.       <axis id="6">ZoomIn</axis>
  807.       <hat id="1" position="up">ZoomIn</hat>
  808.       <hat id="1" position="down">ZoomOut</hat>
  809.       <hat id="1" position="left">PreviousPicture</hat>
  810.       <hat id="1" position="right">NextPicture</hat>
  811.     </joystick>
  812.   </SlideShow>
  813.   <ScreenCalibration>
  814.     <joystick name="Xbox Wireless Adapter For Windows">
  815.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  816.       <altname>Controller (Gamepad F310)</altname>
  817.       <altname>Controller (Gamepad for Xbox 360)</altname>
  818.       <altname>Controller (Rumble Gamepad F510)</altname>
  819.       <altname>Controller (Wireless Gamepad F710)</altname>
  820.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  821.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  822.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  823.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  824.       <altname>Wireless Gamepad F710 (Controller)</altname>
  825.       <altname>XBOX 360 For Windows</altname>
  826.       <altname>XBOX 360 For Windows (Controller)</altname>
  827.       <altname>Xbox 360 Wireless Controller</altname>
  828.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  829.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  830.       <altname>Gamepad F310 (Controller)</altname>
  831.       <altname>Razer Sabertooth Elite (Controller)</altname>
  832.       <altname>Controller (XBOX One For Windows)</altname>
  833.       <altname>Xbox Wireless Adapter For Windows</altname>
  834.       <altname>XINPUT compatible HID device</altname>
  835.       <button id="3">ResetCalibration</button>
  836.       <button id="5">NextResolution</button>
  837.       <button id="6">NextCalibration</button>
  838.     </joystick>
  839.     <joystick name="Xbox Wireless Adapter For Windows">
  840.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  841.       <altname>Generic X-Box pad</altname>
  842.       <altname>Logitech Chillstream Controller</altname>
  843.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  844.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  845.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  846.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  847.       <altname>Xbox 360 Wireless Receiver</altname>
  848.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  849.       <altname>Razer Sabertooth</altname>
  850.       <button id="3">ResetCalibration</button>
  851.       <button id="5">NextResolution</button>
  852.       <button id="6">NextCalibration</button>
  853.     </joystick>
  854.   </ScreenCalibration>
  855.   <GUICalibration>
  856.     <joystick name="Xbox Wireless Adapter For Windows">
  857.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  858.       <altname>Controller (Gamepad F310)</altname>
  859.       <altname>Controller (Gamepad for Xbox 360)</altname>
  860.       <altname>Controller (Rumble Gamepad F510)</altname>
  861.       <altname>Controller (Wireless Gamepad F710)</altname>
  862.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  863.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  864.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  865.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  866.       <altname>Wireless Gamepad F710 (Controller)</altname>
  867.       <altname>XBOX 360 For Windows</altname>
  868.       <altname>XBOX 360 For Windows (Controller)</altname>
  869.       <altname>Xbox 360 Wireless Controller</altname>
  870.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  871.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  872.       <altname>Gamepad F310 (Controller)</altname>
  873.       <altname>Razer Sabertooth Elite (Controller)</altname>
  874.       <altname>Controller (XBOX One For Windows)</altname>
  875.       <altname>Xbox Wireless Adapter For Windows</altname>
  876.       <altname>XINPUT compatible HID device</altname>
  877.       <button id="3">ResetCalibration</button>
  878.       <button id="5">NextResolution</button>
  879.       <button id="6">NextCalibration</button>
  880.     </joystick>
  881.     <joystick name="Xbox Wireless Adapter For Windows">
  882.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  883.       <altname>Generic X-Box pad</altname>
  884.       <altname>Logitech Chillstream Controller</altname>
  885.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  886.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  887.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  888.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  889.       <altname>Xbox 360 Wireless Receiver</altname>
  890.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  891.       <altname>Razer Sabertooth</altname>
  892.       <button id="3">ResetCalibration</button>
  893.       <button id="5">NextResolution</button>
  894.       <button id="6">NextCalibration</button>
  895.     </joystick>
  896.   </GUICalibration>
  897.   <VideoOSD>
  898.     <joystick name="Xbox Wireless Adapter For Windows">
  899.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  900.       <altname>Controller (Gamepad F310)</altname>
  901.       <altname>Controller (Gamepad for Xbox 360)</altname>
  902.       <altname>Controller (Rumble Gamepad F510)</altname>
  903.       <altname>Controller (Wireless Gamepad F710)</altname>
  904.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  905.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  906.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  907.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  908.       <altname>Wireless Gamepad F710 (Controller)</altname>
  909.       <altname>XBOX 360 For Windows</altname>
  910.       <altname>XBOX 360 For Windows (Controller)</altname>
  911.       <altname>Xbox 360 Wireless Controller</altname>
  912.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  913.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  914.       <altname>Gamepad F310 (Controller)</altname>
  915.       <altname>Razer Sabertooth Elite (Controller)</altname>
  916.       <altname>Controller (XBOX One For Windows)</altname>
  917.       <altname>Xbox Wireless Adapter For Windows</altname>
  918.       <altname>XINPUT compatible HID device</altname>
  919.       <button id="3">Close</button>
  920.     </joystick>
  921.     <joystick name="Xbox Wireless Adapter For Windows">
  922.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  923.       <altname>Generic X-Box pad</altname>
  924.       <altname>Logitech Chillstream Controller</altname>
  925.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  926.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  927.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  928.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  929.       <altname>Xbox 360 Wireless Receiver</altname>
  930.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  931.       <altname>Razer Sabertooth</altname>
  932.       <button id="3">Close</button>
  933.     </joystick>
  934.   </VideoOSD>
  935.   <VideoMenu>
  936.     <joystick name="Xbox Wireless Adapter For Windows">
  937.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  938.       <altname>Controller (Gamepad F310)</altname>
  939.       <altname>Controller (Gamepad for Xbox 360)</altname>
  940.       <altname>Controller (Rumble Gamepad F510)</altname>
  941.       <altname>Controller (Wireless Gamepad F710)</altname>
  942.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  943.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  944.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  945.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  946.       <altname>Wireless Gamepad F710 (Controller)</altname>
  947.       <altname>XBOX 360 For Windows</altname>
  948.       <altname>XBOX 360 For Windows (Controller)</altname>
  949.       <altname>Xbox 360 Wireless Controller</altname>
  950.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  951.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  952.       <altname>Gamepad F310 (Controller)</altname>
  953.       <altname>Razer Sabertooth Elite (Controller)</altname>
  954.       <altname>Controller (XBOX One For Windows)</altname>
  955.       <altname>Xbox Wireless Adapter For Windows</altname>
  956.       <altname>XINPUT compatible HID device</altname>
  957.       <button id="2">Stop</button>
  958.       <button id="3">OSD</button>
  959.       <button id="5">AspectRatio</button>
  960.       <button id="8">Info</button>
  961.     </joystick>
  962.     <joystick name="Xbox Wireless Adapter For Windows">
  963.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  964.       <altname>Generic X-Box pad</altname>
  965.       <altname>Logitech Chillstream Controller</altname>
  966.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  967.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  968.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  969.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  970.       <altname>Xbox 360 Wireless Receiver</altname>
  971.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  972.       <altname>Razer Sabertooth</altname>
  973.       <button id="2">Stop</button>
  974.       <button id="3">OSD</button>
  975.       <button id="5">AspectRatio</button>
  976.       <button id="8">Info</button>
  977.     </joystick>
  978.   </VideoMenu>
  979.   <OSDVideoSettings>
  980.     <joystick name="Xbox Wireless Adapter For Windows">
  981.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  982.       <altname>Controller (Gamepad F310)</altname>
  983.       <altname>Controller (Gamepad for Xbox 360)</altname>
  984.       <altname>Controller (Rumble Gamepad F510)</altname>
  985.       <altname>Controller (Wireless Gamepad F710)</altname>
  986.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  987.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  988.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  989.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  990.       <altname>Wireless Gamepad F710 (Controller)</altname>
  991.       <altname>XBOX 360 For Windows</altname>
  992.       <altname>XBOX 360 For Windows (Controller)</altname>
  993.       <altname>Xbox 360 Wireless Controller</altname>
  994.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  995.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  996.       <altname>Gamepad F310 (Controller)</altname>
  997.       <altname>Razer Sabertooth Elite (Controller)</altname>
  998.       <altname>Controller (XBOX One For Windows)</altname>
  999.       <altname>Xbox Wireless Adapter For Windows</altname>
  1000.       <altname>XINPUT compatible HID device</altname>
  1001.       <button id="5">AspectRatio</button>
  1002.       <button id="3">Close</button>
  1003.     </joystick>
  1004.     <joystick name="Xbox Wireless Adapter For Windows">
  1005.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1006.       <altname>Generic X-Box pad</altname>
  1007.       <altname>Logitech Chillstream Controller</altname>
  1008.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1009.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1010.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1011.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1012.       <altname>Xbox 360 Wireless Receiver</altname>
  1013.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1014.       <altname>Razer Sabertooth</altname>
  1015.       <button id="5">AspectRatio</button>
  1016.       <button id="3">Close</button>
  1017.     </joystick>
  1018.   </OSDVideoSettings>
  1019.   <OSDAudioSettings>
  1020.     <joystick name="Xbox Wireless Adapter For Windows">
  1021.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1022.       <altname>Controller (Gamepad F310)</altname>
  1023.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1024.       <altname>Controller (Rumble Gamepad F510)</altname>
  1025.       <altname>Controller (Wireless Gamepad F710)</altname>
  1026.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1027.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1028.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1029.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1030.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1031.       <altname>XBOX 360 For Windows</altname>
  1032.       <altname>XBOX 360 For Windows (Controller)</altname>
  1033.       <altname>Xbox 360 Wireless Controller</altname>
  1034.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1035.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1036.       <altname>Gamepad F310 (Controller)</altname>
  1037.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1038.       <altname>Controller (XBOX One For Windows)</altname>
  1039.       <altname>Xbox Wireless Adapter For Windows</altname>
  1040.       <altname>XINPUT compatible HID device</altname>
  1041.       <button id="5">AspectRatio</button>
  1042.       <button id="3">Close</button>
  1043.     </joystick>
  1044.     <joystick name="Xbox Wireless Adapter For Windows">
  1045.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1046.       <altname>Generic X-Box pad</altname>
  1047.       <altname>Logitech Chillstream Controller</altname>
  1048.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1049.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1050.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1051.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1052.       <altname>Xbox 360 Wireless Receiver</altname>
  1053.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1054.       <altname>Razer Sabertooth</altname>
  1055.       <button id="5">AspectRatio</button>
  1056.       <button id="3">Close</button>
  1057.     </joystick>
  1058.   </OSDAudioSettings>
  1059.   <VideoBookmarks>
  1060.     <joystick name="Xbox Wireless Adapter For Windows">
  1061.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1062.       <altname>Controller (Gamepad F310)</altname>
  1063.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1064.       <altname>Controller (Rumble Gamepad F510)</altname>
  1065.       <altname>Controller (Wireless Gamepad F710)</altname>
  1066.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1067.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1068.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1069.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1070.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1071.       <altname>XBOX 360 For Windows</altname>
  1072.       <altname>XBOX 360 For Windows (Controller)</altname>
  1073.       <altname>Xbox 360 Wireless Controller</altname>
  1074.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1075.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1076.       <altname>Gamepad F310 (Controller)</altname>
  1077.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1078.       <altname>Controller (XBOX One For Windows)</altname>
  1079.       <altname>Xbox Wireless Adapter For Windows</altname>
  1080.       <altname>XINPUT compatible HID device</altname>
  1081.       <button id="5">Delete</button>
  1082.     </joystick>
  1083.     <joystick name="Xbox Wireless Adapter For Windows">
  1084.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1085.       <altname>Generic X-Box pad</altname>
  1086.       <altname>Logitech Chillstream Controller</altname>
  1087.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1088.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1089.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1090.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1091.       <altname>Xbox 360 Wireless Receiver</altname>
  1092.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1093.       <altname>Razer Sabertooth</altname>
  1094.       <button id="5">Delete</button>
  1095.     </joystick>
  1096.   </VideoBookmarks>
  1097.   <MyVideoLibrary>
  1098.   </MyVideoLibrary>
  1099.   <MyVideoFiles>
  1100.   </MyVideoFiles>
  1101.   <MyVideoPlaylist>
  1102.     <joystick name="Xbox Wireless Adapter For Windows">
  1103.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1104.       <altname>Controller (Gamepad F310)</altname>
  1105.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1106.       <altname>Controller (Rumble Gamepad F510)</altname>
  1107.       <altname>Controller (Wireless Gamepad F710)</altname>
  1108.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1109.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1110.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1111.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1112.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1113.       <altname>XBOX 360 For Windows</altname>
  1114.       <altname>XBOX 360 For Windows (Controller)</altname>
  1115.       <altname>Xbox 360 Wireless Controller</altname>
  1116.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1117.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1118.       <altname>Gamepad F310 (Controller)</altname>
  1119.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1120.       <altname>Controller (XBOX One For Windows)</altname>
  1121.       <altname>Xbox Wireless Adapter For Windows</altname>
  1122.       <altname>XINPUT compatible HID device</altname>
  1123.       <button id="5">Delete</button>
  1124.     </joystick>
  1125.     <joystick name="Xbox Wireless Adapter For Windows">
  1126.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1127.       <altname>Generic X-Box pad</altname>
  1128.       <altname>Logitech Chillstream Controller</altname>
  1129.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1130.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1131.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1132.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1133.       <altname>Xbox 360 Wireless Receiver</altname>
  1134.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1135.       <altname>Razer Sabertooth</altname>
  1136.       <button id="5">Delete</button>
  1137.     </joystick>
  1138.   </MyVideoPlaylist>
  1139.   <VirtualKeyboard>
  1140.     <joystick name="Xbox Wireless Adapter For Windows">
  1141.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1142.       <altname>Controller (Gamepad F310)</altname>
  1143.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1144.       <altname>Controller (Rumble Gamepad F510)</altname>
  1145.       <altname>Controller (Wireless Gamepad F710)</altname>
  1146.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1147.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1148.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1149.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1150.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1151.       <altname>XBOX 360 For Windows</altname>
  1152.       <altname>XBOX 360 For Windows (Controller)</altname>
  1153.       <altname>Xbox 360 Wireless Controller</altname>
  1154.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1155.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1156.       <altname>Gamepad F310 (Controller)</altname>
  1157.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1158.       <altname>Controller (XBOX One For Windows)</altname>
  1159.       <altname>Xbox Wireless Adapter For Windows</altname>
  1160.       <altname>XINPUT compatible HID device</altname>
  1161.       <button id="2">BackSpace</button>
  1162.       <button id="4">Symbols</button>
  1163.       <button id="5">Shift</button>
  1164.       <button id="9">Enter</button>
  1165.       <axis id="3" limit="+1">CursorLeft</axis>
  1166.       <axis id="3" limit="-1">CursorRight</axis>
  1167.     </joystick>
  1168.     <joystick name="Xbox Wireless Adapter For Windows">
  1169.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1170.       <altname>Generic X-Box pad</altname>
  1171.       <altname>Logitech Chillstream Controller</altname>
  1172.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1173.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1174.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1175.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1176.       <altname>Xbox 360 Wireless Receiver</altname>
  1177.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1178.       <altname>Razer Sabertooth</altname>
  1179.       <button id="2">BackSpace</button>
  1180.       <button id="4">Symbols</button>
  1181.       <button id="5">Shift</button>
  1182.       <button id="10">Enter</button>
  1183.       <axis id="3">CursorLeft</axis>
  1184.       <axis id="6">CursorRight</axis>
  1185.     </joystick>
  1186.   </VirtualKeyboard>
  1187.   <ContextMenu>
  1188.     <joystick name="Xbox Wireless Adapter For Windows">
  1189.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1190.       <altname>Controller (Gamepad F310)</altname>
  1191.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1192.       <altname>Controller (Rumble Gamepad F510)</altname>
  1193.       <altname>Controller (Wireless Gamepad F710)</altname>
  1194.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1195.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1196.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1197.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1198.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1199.       <altname>XBOX 360 For Windows</altname>
  1200.       <altname>XBOX 360 For Windows (Controller)</altname>
  1201.       <altname>Xbox 360 Wireless Controller</altname>
  1202.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1203.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1204.       <altname>Gamepad F310 (Controller)</altname>
  1205.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1206.       <altname>Controller (XBOX One For Windows)</altname>
  1207.       <altname>Xbox Wireless Adapter For Windows</altname>
  1208.       <altname>XINPUT compatible HID device</altname>
  1209.       <button id="2">Close</button>
  1210.       <button id="3">Close</button>
  1211.     </joystick>
  1212.     <joystick name="Xbox Wireless Adapter For Windows">
  1213.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1214.       <altname>Generic X-Box pad</altname>
  1215.       <altname>Logitech Chillstream Controller</altname>
  1216.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1217.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1218.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1219.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1220.       <altname>Xbox 360 Wireless Receiver</altname>
  1221.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1222.       <altname>Razer Sabertooth</altname>
  1223.       <button id="2">Close</button>
  1224.       <button id="3">Close</button>
  1225.     </joystick>
  1226.   </ContextMenu>
  1227.   <Scripts>
  1228.     <joystick name="Xbox Wireless Adapter For Windows">
  1229.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1230.       <altname>Controller (Gamepad F310)</altname>
  1231.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1232.       <altname>Controller (Rumble Gamepad F510)</altname>
  1233.       <altname>Controller (Wireless Gamepad F710)</altname>
  1234.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1235.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1236.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1237.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1238.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1239.       <altname>XBOX 360 For Windows</altname>
  1240.       <altname>XBOX 360 For Windows (Controller)</altname>
  1241.       <altname>Xbox 360 Wireless Controller</altname>
  1242.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1243.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1244.       <altname>Gamepad F310 (Controller)</altname>
  1245.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1246.       <altname>Controller (XBOX One For Windows)</altname>
  1247.       <altname>Xbox Wireless Adapter For Windows</altname>
  1248.       <altname>XINPUT compatible HID device</altname>
  1249.       <button id="3">Info</button>
  1250.     </joystick>
  1251.     <joystick name="Xbox Wireless Adapter For Windows">
  1252.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1253.       <altname>Generic X-Box pad</altname>
  1254.       <altname>Logitech Chillstream Controller</altname>
  1255.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1256.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1257.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1258.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1259.       <altname>Xbox 360 Wireless Receiver</altname>
  1260.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1261.       <altname>Razer Sabertooth</altname>
  1262.       <button id="3">Info</button>
  1263.     </joystick>
  1264.   </Scripts>
  1265.   <Settings>
  1266.     <joystick name="Xbox Wireless Adapter For Windows">
  1267.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1268.       <altname>Controller (Gamepad F310)</altname>
  1269.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1270.       <altname>Controller (Rumble Gamepad F510)</altname>
  1271.       <altname>Controller (Wireless Gamepad F710)</altname>
  1272.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1273.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1274.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1275.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1276.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1277.       <altname>XBOX 360 For Windows</altname>
  1278.       <altname>XBOX 360 For Windows (Controller)</altname>
  1279.       <altname>Xbox 360 Wireless Controller</altname>
  1280.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1281.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1282.       <altname>Gamepad F310 (Controller)</altname>
  1283.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1284.       <altname>Controller (XBOX One For Windows)</altname>
  1285.       <altname>Xbox Wireless Adapter For Windows</altname>
  1286.       <altname>XINPUT compatible HID device</altname>
  1287.       <button id="2">PreviousMenu</button>
  1288.     </joystick>
  1289.     <joystick name="Xbox Wireless Adapter For Windows">
  1290.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1291.       <altname>Generic X-Box pad</altname>
  1292.       <altname>Logitech Chillstream Controller</altname>
  1293.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1294.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1295.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1296.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1297.       <altname>Xbox 360 Wireless Receiver</altname>
  1298.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1299.       <altname>Razer Sabertooth</altname>
  1300.       <button id="2">PreviousMenu</button>
  1301.     </joystick>
  1302.   </Settings>
  1303.   <AddonInformation>
  1304.     <joystick name="Xbox Wireless Adapter For Windows">
  1305.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1306.       <altname>Controller (Gamepad F310)</altname>
  1307.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1308.       <altname>Controller (Rumble Gamepad F510)</altname>
  1309.       <altname>Controller (Wireless Gamepad F710)</altname>
  1310.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1311.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1312.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1313.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1314.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1315.       <altname>XBOX 360 For Windows</altname>
  1316.       <altname>XBOX 360 For Windows (Controller)</altname>
  1317.       <altname>Xbox 360 Wireless Controller</altname>
  1318.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1319.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1320.       <altname>Gamepad F310 (Controller)</altname>
  1321.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1322.       <altname>Controller (XBOX One For Windows)</altname>
  1323.       <altname>Xbox Wireless Adapter For Windows</altname>
  1324.       <altname>XINPUT compatible HID device</altname>
  1325.       <button id="2">Close</button>
  1326.     </joystick>
  1327.     <joystick name="Xbox Wireless Adapter For Windows">
  1328.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1329.       <altname>Generic X-Box pad</altname>
  1330.       <altname>Logitech Chillstream Controller</altname>
  1331.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1332.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1333.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1334.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1335.       <altname>Xbox 360 Wireless Receiver</altname>
  1336.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1337.       <altname>Razer Sabertooth</altname>
  1338.       <button id="2">Close</button>
  1339.     </joystick>
  1340.   </AddonInformation>
  1341.   <AddonSettings>
  1342.     <joystick name="Xbox Wireless Adapter For Windows">
  1343.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1344.       <altname>Controller (Gamepad F310)</altname>
  1345.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1346.       <altname>Controller (Rumble Gamepad F510)</altname>
  1347.       <altname>Controller (Wireless Gamepad F710)</altname>
  1348.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1349.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1350.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1351.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1352.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1353.       <altname>XBOX 360 For Windows</altname>
  1354.       <altname>XBOX 360 For Windows (Controller)</altname>
  1355.       <altname>Xbox 360 Wireless Controller</altname>
  1356.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1357.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1358.       <altname>Gamepad F310 (Controller)</altname>
  1359.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1360.       <altname>Controller (XBOX One For Windows)</altname>
  1361.       <altname>Xbox Wireless Adapter For Windows</altname>
  1362.       <altname>XINPUT compatible HID device</altname>
  1363.       <button id="2">Close</button>
  1364.     </joystick>
  1365.     <joystick name="Xbox Wireless Adapter For Windows">
  1366.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1367.       <altname>Generic X-Box pad</altname>
  1368.       <altname>Logitech Chillstream Controller</altname>
  1369.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1370.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1371.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1372.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1373.       <altname>Xbox 360 Wireless Receiver</altname>
  1374.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1375.       <altname>Razer Sabertooth</altname>
  1376.       <button id="2">Close</button>
  1377.     </joystick>
  1378.   </AddonSettings>
  1379.   <TextViewer>
  1380.     <joystick name="Xbox Wireless Adapter For Windows">
  1381.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1382.       <altname>Controller (Gamepad F310)</altname>
  1383.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1384.       <altname>Controller (Rumble Gamepad F510)</altname>
  1385.       <altname>Controller (Wireless Gamepad F710)</altname>
  1386.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1387.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1388.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1389.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1390.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1391.       <altname>XBOX 360 For Windows</altname>
  1392.       <altname>XBOX 360 For Windows (Controller)</altname>
  1393.       <altname>Xbox 360 Wireless Controller</altname>
  1394.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1395.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1396.       <altname>Gamepad F310 (Controller)</altname>
  1397.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1398.       <altname>Controller (XBOX One For Windows)</altname>
  1399.       <altname>Xbox Wireless Adapter For Windows</altname>
  1400.       <altname>XINPUT compatible HID device</altname>
  1401.       <button id="2">Close</button>
  1402.     </joystick>
  1403.     <joystick name="Xbox Wireless Adapter For Windows">
  1404.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1405.       <altname>Generic X-Box pad</altname>
  1406.       <altname>Logitech Chillstream Controller</altname>
  1407.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1408.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1409.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1410.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1411.       <altname>Xbox 360 Wireless Receiver</altname>
  1412.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1413.       <altname>Razer Sabertooth</altname>
  1414.       <button id="2">Close</button>
  1415.     </joystick>
  1416.   </TextViewer>
  1417.   <shutdownmenu>
  1418.     <joystick name="Xbox Wireless Adapter For Windows">
  1419.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1420.       <altname>Controller (Gamepad F310)</altname>
  1421.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1422.       <altname>Controller (Rumble Gamepad F510)</altname>
  1423.       <altname>Controller (Wireless Gamepad F710)</altname>
  1424.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1425.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1426.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1427.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1428.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1429.       <altname>XBOX 360 For Windows</altname>
  1430.       <altname>XBOX 360 For Windows (Controller)</altname>
  1431.       <altname>Xbox 360 Wireless Controller</altname>
  1432.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1433.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1434.       <altname>Gamepad F310 (Controller)</altname>
  1435.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1436.       <altname>Controller (XBOX One For Windows)</altname>
  1437.       <altname>Xbox Wireless Adapter For Windows</altname>
  1438.       <altname>XINPUT compatible HID device</altname>
  1439.       <button id="2">PreviousMenu</button>
  1440.       <button id="9">PreviousMenu</button>
  1441.     </joystick>
  1442.     <joystick name="Xbox Wireless Adapter For Windows">
  1443.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1444.       <altname>Generic X-Box pad</altname>
  1445.       <altname>Logitech Chillstream Controller</altname>
  1446.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1447.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1448.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1449.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1450.       <altname>Xbox 360 Wireless Receiver</altname>
  1451.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1452.       <altname>Razer Sabertooth</altname>
  1453.       <button id="2">PreviousMenu</button>
  1454.       <button id="10">PreviousMenu</button>
  1455.     </joystick>
  1456.   </shutdownmenu>
  1457.   <submenu>
  1458.     <joystick name="Xbox Wireless Adapter For Windows">
  1459.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1460.       <altname>Controller (Gamepad F310)</altname>
  1461.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1462.       <altname>Controller (Rumble Gamepad F510)</altname>
  1463.       <altname>Controller (Wireless Gamepad F710)</altname>
  1464.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1465.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1466.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1467.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1468.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1469.       <altname>XBOX 360 For Windows</altname>
  1470.       <altname>XBOX 360 For Windows (Controller)</altname>
  1471.       <altname>Xbox 360 Wireless Controller</altname>
  1472.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1473.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1474.       <altname>Gamepad F310 (Controller)</altname>
  1475.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1476.       <altname>Controller (XBOX One For Windows)</altname>
  1477.       <altname>Xbox Wireless Adapter For Windows</altname>
  1478.       <altname>XINPUT compatible HID device</altname>
  1479.       <button id="2">PreviousMenu</button>
  1480.     </joystick>
  1481.     <joystick name="Xbox Wireless Adapter For Windows">
  1482.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1483.       <altname>Generic X-Box pad</altname>
  1484.       <altname>Logitech Chillstream Controller</altname>
  1485.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1486.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1487.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1488.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1489.       <altname>Xbox 360 Wireless Receiver</altname>
  1490.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1491.       <altname>Razer Sabertooth</altname>
  1492.       <button id="2">PreviousMenu</button>
  1493.     </joystick>
  1494.   </submenu>
  1495.   <MusicInformation>
  1496.     <joystick name="Xbox Wireless Adapter For Windows">
  1497.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1498.       <altname>Controller (Gamepad F310)</altname>
  1499.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1500.       <altname>Controller (Rumble Gamepad F510)</altname>
  1501.       <altname>Controller (Wireless Gamepad F710)</altname>
  1502.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1503.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1504.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1505.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1506.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1507.       <altname>XBOX 360 For Windows</altname>
  1508.       <altname>XBOX 360 For Windows (Controller)</altname>
  1509.       <altname>Xbox 360 Wireless Controller</altname>
  1510.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1511.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1512.       <altname>Gamepad F310 (Controller)</altname>
  1513.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1514.       <altname>Controller (XBOX One For Windows)</altname>
  1515.       <altname>Xbox Wireless Adapter For Windows</altname>
  1516.       <altname>XINPUT compatible HID device</altname>
  1517.       <button id="2">Close</button>
  1518.     </joystick>
  1519.     <joystick name="Xbox Wireless Adapter For Windows">
  1520.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1521.       <altname>Generic X-Box pad</altname>
  1522.       <altname>Logitech Chillstream Controller</altname>
  1523.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1524.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1525.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1526.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1527.       <altname>Xbox 360 Wireless Receiver</altname>
  1528.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1529.       <altname>Razer Sabertooth</altname>
  1530.       <button id="2">Close</button>
  1531.     </joystick>
  1532.   </MusicInformation>
  1533.   <MovieInformation>
  1534.     <joystick name="Xbox Wireless Adapter For Windows">
  1535.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1536.       <altname>Controller (Gamepad F310)</altname>
  1537.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1538.       <altname>Controller (Rumble Gamepad F510)</altname>
  1539.       <altname>Controller (Wireless Gamepad F710)</altname>
  1540.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1541.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1542.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1543.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1544.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1545.       <altname>XBOX 360 For Windows</altname>
  1546.       <altname>XBOX 360 For Windows (Controller)</altname>
  1547.       <altname>Xbox 360 Wireless Controller</altname>
  1548.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1549.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1550.       <altname>Gamepad F310 (Controller)</altname>
  1551.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1552.       <altname>Controller (XBOX One For Windows)</altname>
  1553.       <altname>Xbox Wireless Adapter For Windows</altname>
  1554.       <altname>XINPUT compatible HID device</altname>
  1555.       <button id="2">Close</button>
  1556.     </joystick>
  1557.     <joystick name="Xbox Wireless Adapter For Windows">
  1558.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1559.       <altname>Generic X-Box pad</altname>
  1560.       <altname>Logitech Chillstream Controller</altname>
  1561.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1562.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1563.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1564.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1565.       <altname>Xbox 360 Wireless Receiver</altname>
  1566.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1567.       <altname>Razer Sabertooth</altname>
  1568.       <button id="2">Close</button>
  1569.     </joystick>
  1570.   </MovieInformation>
  1571.   <NumericInput>
  1572.     <joystick name="Xbox Wireless Adapter For Windows">
  1573.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1574.       <altname>Controller (Gamepad F310)</altname>
  1575.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1576.       <altname>Controller (Rumble Gamepad F510)</altname>
  1577.       <altname>Controller (Wireless Gamepad F710)</altname>
  1578.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1579.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1580.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1581.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1582.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1583.       <altname>XBOX 360 For Windows</altname>
  1584.       <altname>XBOX 360 For Windows (Controller)</altname>
  1585.       <altname>Xbox 360 Wireless Controller</altname>
  1586.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1587.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1588.       <altname>Gamepad F310 (Controller)</altname>
  1589.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1590.       <altname>Controller (XBOX One For Windows)</altname>
  1591.       <altname>Xbox Wireless Adapter For Windows</altname>
  1592.       <altname>XINPUT compatible HID device</altname>
  1593.       <button id="2">BackSpace</button>
  1594.       <button id="9">Enter</button>
  1595.     </joystick>
  1596.     <joystick name="Xbox Wireless Adapter For Windows">
  1597.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1598.       <altname>Generic X-Box pad</altname>
  1599.       <altname>Logitech Chillstream Controller</altname>
  1600.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1601.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1602.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1603.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1604.       <altname>Xbox 360 Wireless Receiver</altname>
  1605.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1606.       <altname>Razer Sabertooth</altname>
  1607.       <button id="2">BackSpace</button>
  1608.       <button id="10">Enter</button>
  1609.     </joystick>
  1610.   </NumericInput>
  1611.   <GamepadInput>
  1612.     <joystick name="Xbox Wireless Adapter For Windows">
  1613.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1614.       <altname>Controller (Gamepad F310)</altname>
  1615.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1616.       <altname>Controller (Rumble Gamepad F510)</altname>
  1617.       <altname>Controller (Wireless Gamepad F710)</altname>
  1618.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1619.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1620.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1621.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1622.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1623.       <altname>XBOX 360 For Windows</altname>
  1624.       <altname>XBOX 360 For Windows (Controller)</altname>
  1625.       <altname>Xbox 360 Wireless Controller</altname>
  1626.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1627.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1628.       <altname>Gamepad F310 (Controller)</altname>
  1629.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1630.       <altname>Controller (XBOX One For Windows)</altname>
  1631.       <altname>Xbox Wireless Adapter For Windows</altname>
  1632.       <altname>XINPUT compatible HID device</altname>
  1633.       <button id="9">Stop</button>
  1634.     </joystick>
  1635.     <joystick name="Xbox Wireless Adapter For Windows">
  1636.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1637.       <altname>Generic X-Box pad</altname>
  1638.       <altname>Logitech Chillstream Controller</altname>
  1639.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1640.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1641.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1642.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1643.       <altname>Xbox 360 Wireless Receiver</altname>
  1644.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1645.       <altname>Razer Sabertooth</altname>
  1646.       <button id="11">Stop</button>
  1647.     </joystick>
  1648.   </GamepadInput>
  1649.   <LockSettings>
  1650.     <joystick name="Xbox Wireless Adapter For Windows">
  1651.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1652.       <altname>Controller (Gamepad F310)</altname>
  1653.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1654.       <altname>Controller (Rumble Gamepad F510)</altname>
  1655.       <altname>Controller (Wireless Gamepad F710)</altname>
  1656.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1657.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1658.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1659.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1660.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1661.       <altname>XBOX 360 For Windows</altname>
  1662.       <altname>XBOX 360 For Windows (Controller)</altname>
  1663.       <altname>Xbox 360 Wireless Controller</altname>
  1664.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1665.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1666.       <altname>Gamepad F310 (Controller)</altname>
  1667.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1668.       <altname>Controller (XBOX One For Windows)</altname>
  1669.       <altname>Xbox Wireless Adapter For Windows</altname>
  1670.       <altname>XINPUT compatible HID device</altname>
  1671.       <button id="2">PreviousMenu</button>
  1672.       <button id="9">Close</button>
  1673.     </joystick>
  1674.     <joystick name="Xbox Wireless Adapter For Windows">
  1675.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1676.       <altname>Generic X-Box pad</altname>
  1677.       <altname>Logitech Chillstream Controller</altname>
  1678.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1679.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1680.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1681.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1682.       <altname>Xbox 360 Wireless Receiver</altname>
  1683.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1684.       <altname>Razer Sabertooth</altname>
  1685.       <button id="2">PreviousMenu</button>
  1686.       <button id="11">Close</button>
  1687.     </joystick>
  1688.   </LockSettings>
  1689.   <ProfileSettings>
  1690.     <joystick name="Xbox Wireless Adapter For Windows">
  1691.       <altname>Afterglow Gamepad for Xbox 360 (Controller)</altname>
  1692.       <altname>Controller (Gamepad F310)</altname>
  1693.       <altname>Controller (Gamepad for Xbox 360)</altname>
  1694.       <altname>Controller (Rumble Gamepad F510)</altname>
  1695.       <altname>Controller (Wireless Gamepad F710)</altname>
  1696.       <altname>Controller (Xbox 360 Wireless Receiver for Windows)</altname>
  1697.       <altname>Controller (Xbox wireless receiver for windows)</altname>
  1698.       <altname>Controller (XBOX360 GAMEPAD)</altname>
  1699.       <altname>Controller (Batarang wired controller (XBOX))</altname>
  1700.       <altname>Wireless Gamepad F710 (Controller)</altname>
  1701.       <altname>XBOX 360 For Windows</altname>
  1702.       <altname>XBOX 360 For Windows (Controller)</altname>
  1703.       <altname>Xbox 360 Wireless Controller</altname>
  1704.       <altname>Xbox Receiver for Windows (Wireless Controller)</altname>
  1705.       <altname>Xbox wireless receiver for windows (Controller)</altname>
  1706.       <altname>Gamepad F310 (Controller)</altname>
  1707.       <altname>Razer Sabertooth Elite (Controller)</altname>
  1708.       <altname>Controller (XBOX One For Windows)</altname>
  1709.       <altname>Xbox Wireless Adapter For Windows</altname>
  1710.       <altname>XINPUT compatible HID device</altname>
  1711.       <button id="2">PreviousMenu</button>
  1712.       <button id="9">Close</button>
  1713.     </joystick>
  1714.     <joystick name="Xbox Wireless Adapter For Windows">
  1715.       <altname>BigBen Interactive XBOX 360 Controller</altname>
  1716.       <altname>Generic X-Box pad</altname>
  1717.       <altname>Logitech Chillstream Controller</altname>
  1718.       <altname>Mad Catz Wired Xbox 360 Controller</altname>
  1719.       <altname>Mad Catz Wired Xbox 360 Controller (SFIV)</altname>
  1720.       <altname>Pelican 'TSZ' Wired Xbox 360 Controller</altname>
  1721.       <altname>Pelican PL-3601 'TSZ' Wired Xbox 360 Controller</altname>
  1722.       <altname>Xbox 360 Wireless Receiver</altname>
  1723.       <altname>Xbox 360 Wireless Receiver (XBOX)</altname>
  1724.       <altname>Razer Sabertooth</altname>
  1725.       <button id="2">PreviousMenu</button>
  1726.       <button id="11">Close</button>
  1727.     </joystick>
  1728.   </ProfileSettings>
  1729. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement