Guest User

Untitled

a guest
Feb 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.79 KB | None | 0 0
  1. <keymap>
  2. <global>
  3. <joystick name="Wireless 360 Controller">
  4. <button id="1">Select</button> <!-- A button -->
  5. <button id="2">ParentDir</button> <!-- B button -->
  6. <button id="3">FullScreen</button> <!-- X button -->
  7. <button id="4">Queue</button> <!-- Y button -->
  8. <button id="9">XBMC.ActivateWindow(PlayerControls)</button> <!-- start button -->
  9. <button id="10">PreviousMenu</button> <!-- back button -->
  10. <button id="5">ContextMenu</button> <!-- left bump button (white) -->
  11. <button id="11">XBMC.ActivateWindow(ShutdownMenu)</button> <!-- big green X -->
  12. <button id="12">Up</button> <!-- dpad up -->
  13. <button id="13">Down</button> <!-- dpad down -->
  14. <button id="14">Left</button> <!-- dpad left -->
  15. <button id="15">Right</button> <!-- dpad right -->
  16. <axis id="1" limit="-1">AnalogSeekBack</axis>
  17. <axis id="1" limit="+1">AnalogSeekForward</axis>
  18. <axis id="4" limit="+1">VolumeUp</axis>
  19. <axis id="4" limit="-1">VolumeDown</axis>
  20. <axis id="5" limit="0">ScrollUp</axis> <!-- left analog trigger -->
  21. <axis id="6" limit="0">ScrollDown</axis> <!-- right analog trigger -->
  22. </joystick>
  23. </global>
  24.  
  25. <Home>
  26. <joystick name="Wireless 360 Controller">
  27. <button id="6">XBMC.Skin.ToggleSetting(HomeViewToggle)</button> <!-- right bump button (black) -->
  28. </joystick>
  29. </Home>
  30.  
  31. <MyFiles>
  32. <joystick name="Wireless 360 Controller">
  33. <button id="4">Highlight</button> <!-- Y button -->
  34. </joystick>
  35. </MyFiles>
  36.  
  37. <MyMusicPlaylist>
  38. <joystick name="Wireless 360 Controller">
  39. <button id="4">Delete</button> <!-- Y button -->
  40. <button id="2">Playlist</button> <!-- B button -->
  41. <button id="10">Playlist</button> <!-- back button -->
  42. </joystick>
  43. </MyMusicPlaylist>
  44.  
  45. <MyMusicPlaylistEditor>
  46. <joystick name="Wireless 360 Controller">
  47. <button id="4">Queue</button> <!-- Y button -->
  48. </joystick>
  49. </MyMusicPlaylistEditor>
  50.  
  51. <MyMusicFiles>
  52. <joystick name="Wireless 360 Controller">
  53. <button id="4">Queue</button> <!-- Y button -->
  54. </joystick>
  55. </MyMusicFiles>
  56.  
  57. <MyMusicLibrary>
  58. <joystick name="Wireless 360 Controller">
  59. <button id="4">Queue</button> <!-- Y button -->
  60. </joystick>
  61. </MyMusicLibrary>
  62.  
  63. <FullscreenVideo>
  64. <joystick name="Wireless 360 Controller">
  65. <button id="1">Pause</button> <!-- A button -->
  66. <button id="2">Stop</button> <!-- B button -->
  67. <button id="4">AspectRatio</button> <!-- Y button -->
  68. <button id="9">OSD</button> <!-- start button -->
  69. <button id="10">SmallStepBack</button> <!-- back button -->
  70. <button id="5">Info</button> <!-- left bump button (white) -->
  71. <button id="6">CodecInfo</button> <!-- right bump button (black) -->
  72. <button id="12">BigStepForward</button> <!-- dpad up -->
  73. <button id="13">BigStepBack</button> <!-- dpad down -->
  74. <button id="14">StepBack</button> <!-- dpad left -->
  75. <button id="15">StepForward</button> <!-- dpad right -->
  76. <axis id="5" limit="0">AnalogRewind</axis> <!-- left analog trigger -->
  77. <axis id="6" limit="0">AnalogFastForward</axis> <!-- right analog trigger -->
  78. </joystick>
  79. </FullscreenVideo>
  80.  
  81. <FullscreenInfo>
  82. </FullscreenInfo>
  83.  
  84. <PlayerControls>
  85. <joystick name="Wireless 360 Controller">
  86. <button id="9">Close</button> <!-- start button -->
  87. <button id="10">Close</button> <!-- back button -->
  88. </joystick>
  89. </PlayerControls>
  90.  
  91. <Visualisation>
  92. <joystick name="Wireless 360 Controller">
  93. <button id="1">Pause</button> <!-- A button -->
  94. <button id="2">Stop</button> <!-- B button -->
  95. <button id="4">XBMC.ActivateWindow(VisualisationPresetList)</button> <!-- Y button -->
  96. <button id="9">XBMC.ActivateWindow(MusicOSD)</button> <!-- start button -->
  97. <button id="10">PreviousMenu</button> <!-- back button -->
  98. <button id="5">Info</button> <!-- left bump button (white) -->
  99. <button id="6">ShowPreset</button> <!-- right bump button (black) -->
  100. <button id="12">NextPreset</button> <!-- dpad up -->
  101. <button id="13">PreviousPreset</button> <!-- dpad down -->
  102. <button id="14">SkipPrevious</button> <!-- dpad left -->
  103. <button id="15">SkipNext</button> <!-- dpad right -->
  104. <axis id="5" limit="0">AnalogRewind</axis> <!-- left analog trigger -->
  105. <axis id="6" limit="0">AnalogFastForward</axis> <!-- right analog trigger -->
  106. </joystick>
  107. </Visualisation>
  108.  
  109. <MusicOSD>
  110. <joystick name="Wireless 360 Controller">
  111. <button id="9">Close</button> <!-- start button -->
  112. <button id="10">Close</button> <!-- back button -->
  113. <button id="5">Info</button> <!-- left bump button (white) -->
  114. <button id="6">ShowPreset</button> <!-- right bump button (black) -->
  115. </joystick>
  116. </MusicOSD>
  117.  
  118. <VisualisationSettings>
  119. <joystick name="Wireless 360 Controller">
  120. <button id="2">Close</button> <!-- B button -->
  121. <button id="9">Close</button> <!-- start button -->
  122. <button id="10">Close</button> <!-- back button -->
  123. </joystick>
  124. </VisualisationSettings>
  125.  
  126. <VisualisationPresetList>
  127. <joystick name="Wireless 360 Controller">
  128. <button id="2">Close</button> <!-- B button -->
  129. <button id="4">Close</button> <!-- Y button -->
  130. <button id="9">Close</button> <!-- start button -->
  131. <button id="10">Close</button> <!-- back button -->
  132. </joystick>
  133. </VisualisationPresetList>
  134.  
  135. <SlideShow>
  136. <joystick name="Wireless 360 Controller">
  137. <button id="1">Pause</button> <!-- A button -->
  138. <button id="2">Stop</button> <!-- B button -->
  139. <button id="3">ZoomNormal</button> <!-- X button -->
  140. <button id="4">Rotate</button> <!-- Y button -->
  141. <button id="10">Stop</button> <!-- back button -->
  142. <button id="5">Info</button> <!-- left bump button (white) -->
  143. <button id="6">CodecInfo</button> <!-- right bump button (black) -->
  144. <button id="12">ZoomIn</button> <!-- dpad up -->
  145. <button id="13">ZoomOut</button> <!-- dpad down -->
  146. <button id="14">PreviousPicture</button> <!-- dpad left -->
  147. <button id="15">NextPicture</button> <!-- dpad right -->
  148. <axis id="1" limit="-1">AnalogMove</axis>
  149. <axis id="1" limit="+1">AnalogMove</axis>
  150. <axis id="4" limit="+1">VolumeUp</axis>
  151. <axis id="4" limit="-1">VolumeDown</axis>
  152. </joystick>
  153. </SlideShow>
  154.  
  155. <ScreenCalibration>
  156. <joystick name="Wireless 360 Controller">
  157. <button id="1">NextCalibration</button> <!-- A button -->
  158. <button id="2">PreviousMenu</button> <!-- B button -->
  159. <button id="5">NextResolution</button> <!-- left bump button (white) -->
  160. <button id="6">ResetCalibration</button> <!-- right bump button (black) -->
  161. <axis id="1" limit="-1">AnalogMove</axis>
  162. <axis id="1" limit="+1">AnalogMove</axis>
  163. </joystick>
  164. </ScreenCalibration>
  165.  
  166. <GUICalibration>
  167. <joystick name="Wireless 360 Controller">
  168. <button id="1">NextCalibration</button> <!-- A button -->
  169. <button id="2">PreviousMenu</button> <!-- B button -->
  170. <button id="6">ResetCalibration</button> <!-- right bump button (black) -->
  171. <axis id="1" limit="-1">AnalogMove</axis>
  172. <axis id="1" limit="+1">AnalogMove</axis>
  173. </joystick>
  174. </GUICalibration>
  175.  
  176. <SelectDialog>
  177. <joystick name="Wireless 360 Controller">
  178. <button id="10">Close</button> <!-- back button -->
  179. </joystick>
  180. </SelectDialog>
  181.  
  182. <VideoOSD>
  183. <joystick name="Wireless 360 Controller">
  184. <button id="2">PreviousMenu</button> <!-- B button -->
  185. <button id="9">Close</button> <!-- start button -->
  186. <button id="10">PreviousMenu</button> <!-- back button -->
  187. </joystick>
  188. </VideoOSD>
  189.  
  190. <VideoMenu>
  191. <joystick name="Wireless 360 Controller">
  192. <button id="2">Stop</button> <!-- B button -->
  193. <button id="4">AspectRatio</button> <!-- Y button -->
  194. <button id="9">OSD</button> <!-- start button -->
  195. <button id="10">PreviousMenu</button> <!-- back button -->
  196. <button id="5">Info</button> <!-- left bump button (white) -->
  197. <button id="6">CodecInfo</button> <!-- right bump button (black) -->
  198. <axis id="5" limit="0">AnalogRewind</axis> <!-- left analog trigger -->
  199. <axis id="6" limit="0">AnalogFastForward</axis> <!-- right analog trigger -->
  200. </joystick>
  201. </VideoMenu>
  202.  
  203. <OSDVideoSettings>
  204. <joystick name="Wireless 360 Controller">
  205. <button id="2">Close</button> <!-- B button -->
  206. <button id="3"/> <!-- X button -->
  207. <button id="4">AspectRatio</button> <!-- Y button -->
  208. <button id="9">Close</button> <!-- start button -->
  209. <button id="10">Close</button> <!-- back button -->
  210. </joystick>
  211. </OSDVideoSettings>
  212.  
  213. <OSDAudioSettings>
  214. <joystick name="Wireless 360 Controller">
  215. <button id="2">Close</button> <!-- B button -->
  216. <button id="3"/> <!-- X button -->
  217. <button id="4">AspectRatio</button> <!-- Y button -->
  218. <button id="9">Close</button> <!-- start button -->
  219. <button id="10">Close</button> <!-- back button -->
  220. </joystick>
  221. </OSDAudioSettings>
  222.  
  223. <VideoBookmarks>
  224. <joystick name="Wireless 360 Controller">
  225. <button id="2">Close</button> <!-- B button -->
  226. <button id="3"/> <!-- X button -->
  227. <button id="4">Delete</button> <!-- Y button -->
  228. <button id="9">Close</button> <!-- start button -->
  229. <button id="10">Close</button> <!-- back button -->
  230. </joystick>
  231. </VideoBookmarks>
  232.  
  233. <MyVideoLibrary>
  234. <joystick name="Wireless 360 Controller">
  235. <button id="6">Delete</button> <!-- right bump button (black) -->
  236. </joystick>
  237. </MyVideoLibrary>
  238.  
  239. <MyVideoFiles>
  240. <joystick name="Wireless 360 Controller">
  241. <button id="4">Queue</button> <!-- Y button -->
  242. <button id="6">Playlist</button> <!-- right bump button (black) -->
  243. </joystick>
  244.  
  245. </MyVideoFiles>
  246.  
  247. <MyVideoPlaylist>
  248. <joystick name="Wireless 360 Controller">
  249. <button id="2">Playlist</button> <!-- B button -->
  250. <button id="4">Delete</button> <!-- Y button -->
  251. <button id="10">Playlist</button> <!-- back button -->
  252. <button id="6">Playlist</button> <!-- right bump button (black) -->
  253. </joystick>
  254. </MyVideoPlaylist>
  255.  
  256. <VirtualKeyboard>
  257. <joystick name="Wireless 360 Controller">
  258. <button id="2">BackSpace</button> <!-- B button -->
  259. <button id="3">Symbols</button> <!-- X button -->
  260. <button id="4">Shift</button> <!-- Y button -->
  261. <button id="9">Enter</button> <!-- start button -->
  262. <axis id="5" limit="0">CursorLeft</axis> <!-- left analog trigger -->
  263. <axis id="6" limit="0">CursorRight</axis> <!-- right analog trigger -->
  264. </joystick>
  265. </VirtualKeyboard>
  266.  
  267. <MyPictures>
  268. </MyPictures>
  269.  
  270. <ContextMenu>
  271. </ContextMenu>
  272.  
  273. <Scripts>
  274. <joystick name="Wireless 360 Controller">
  275. <button id="6">XBMC.ActivateWindow(ScriptsDebugInfo)</button> <!-- right bump button (black) -->
  276. </joystick>
  277. </Scripts>
  278.  
  279. <ScriptsDebugInfo>
  280. <joystick name="Wireless 360 Controller">
  281. <button id="5">Info</button> <!-- left bump button (white) -->
  282. </joystick>
  283. </ScriptsDebugInfo>
  284.  
  285. <NumericInput>
  286. <joystick name="Wireless 360 Controller">
  287. <button id="2">BackSpace</button> <!-- B button -->
  288. <button id="9">Enter</button> <!-- start button -->
  289. <axis id="5" limit="0">SkipPrevious</axis> <!-- left analog trigger -->
  290. <axis id="6" limit="0">SkipNext</axis> <!-- right analog trigger -->
  291. </joystick>
  292. </NumericInput>
  293.  
  294. <Weather>
  295. <joystick name="Wireless 360 Controller">
  296. <button id="2">PreviousMenu</button> <!-- B button -->
  297. </joystick>
  298. </Weather>
  299.  
  300. <Settings>
  301. <joystick name="Wireless 360 Controller">
  302. <button id="2">PreviousMenu</button> <!-- B button -->
  303. </joystick>
  304. </Settings>
  305.  
  306. <MyPicturesSettings>
  307. <joystick name="Wireless 360 Controller">
  308. <button id="2">PreviousMenu</button> <!-- B button -->
  309. </joystick>
  310. </MyPicturesSettings>
  311.  
  312. <MyProgramsSettings>
  313. <joystick name="Wireless 360 Controller">
  314. <button id="2">PreviousMenu</button> <!-- B button -->
  315. </joystick>
  316. </MyProgramsSettings>
  317.  
  318. <MyWeatherSettings>
  319. <joystick name="Wireless 360 Controller">
  320. <button id="2">PreviousMenu</button> <!-- B button -->
  321. </joystick>
  322. </MyWeatherSettings>
  323.  
  324. <MyMusicSettings>
  325. <joystick name="Wireless 360 Controller">
  326. <button id="2">PreviousMenu</button> <!-- B button -->
  327. </joystick>
  328. </MyMusicSettings>
  329.  
  330. <SystemSettings>
  331. <joystick name="Wireless 360 Controller">
  332. <button id="2">PreviousMenu</button> <!-- B button -->
  333. </joystick>
  334. </SystemSettings>
  335.  
  336. <MyVideosSettings>
  337. <joystick name="Wireless 360 Controller">
  338. <button id="2">PreviousMenu</button> <!-- B button -->
  339. </joystick>
  340. </MyVideosSettings>
  341.  
  342. <NetworkSettings>
  343. <joystick name="Wireless 360 Controller">
  344. <button id="2">PreviousMenu</button> <!-- B button -->
  345. </joystick>
  346. </NetworkSettings>
  347.  
  348. <AppearanceSettings>
  349. <joystick name="Wireless 360 Controller">
  350. <button id="2">PreviousMenu</button> <!-- B button -->
  351. </joystick>
  352. </AppearanceSettings>
  353.  
  354. <Profiles>
  355. <joystick name="Wireless 360 Controller">
  356. <button id="2">PreviousMenu</button> <!-- B button -->
  357. </joystick>
  358. </Profiles>
  359.  
  360. <systeminfo>
  361. <joystick name="Wireless 360 Controller">
  362. <button id="2">PreviousMenu</button> <!-- B button -->
  363. </joystick>
  364. </systeminfo>
  365.  
  366. <shutdownmenu>
  367. <joystick name="Wireless 360 Controller">
  368. <button id="2">PreviousMenu</button> <!-- B button -->
  369. </joystick>
  370. </shutdownmenu>
  371.  
  372. <submenu>
  373. <joystick name="Wireless 360 Controller">
  374. <button id="2">PreviousMenu</button> <!-- B button -->
  375. </joystick>
  376. </submenu>
  377.  
  378. <MusicInformation>
  379. <joystick name="Wireless 360 Controller">
  380. <button id="2">Close</button> <!-- B button -->
  381. </joystick>
  382. </MusicInformation>
  383.  
  384. <MovieInformation>
  385. <joystick name="Wireless 360 Controller">
  386. <button id="2">Close</button> <!-- B button -->
  387. </joystick>
  388. </MovieInformation>
  389.  
  390. <LockSettings>
  391. <joystick name="Wireless 360 Controller">
  392. <button id="2">PreviousMenu</button> <!-- B button -->
  393. <button id="9">Close</button> <!-- start button -->
  394. <button id="10">PreviousMenu</button> <!-- back button -->
  395. </joystick>
  396. </LockSettings>
  397.  
  398. <ProfileSettings>
  399. <joystick name="Wireless 360 Controller">
  400. <button id="2">PreviousMenu</button> <!-- B button -->
  401. <button id="9">Close</button> <!-- start button -->
  402. <button id="10">PreviousMenu</button> <!-- back button -->
  403. </joystick>
  404. </ProfileSettings>
  405.  
  406. <PictureInfo>
  407. <joystick name="Wireless 360 Controller">
  408. <button id="6">Close</button> <!-- right bump button (black) -->
  409. <button id="14">PreviousPicture</button> <!-- dpad left -->
  410. <button id="15">NextPicture</button> <!-- dpad right -->
  411. </joystick>
  412. </PictureInfo>
  413. </keymap>
Add Comment
Please, Sign In to add comment