Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 KB | None | 0 0
  1. <keymap>
  2. <global>
  3. <keyboard>
  4. <p>Play</p>
  5. <q>Queue</q>
  6. <f>FastForward</f>
  7. <r>Rewind</r>
  8. <h>XBMC.ActivateWindow(Home)</h>
  9. <left>Left</left>
  10. <right>Right</right>
  11. <up>Up</up>
  12. <down>Down</down>
  13. <pageup>PageUp</pageup>
  14. <pagedown>PageDown</pagedown>
  15. <return>Select</return>
  16. <enter>Select</enter>
  17. <backspace>ParentDir</backspace>
  18. <m>ActivateWindow(PlayerControls)</m>
  19. <s>ActivateWindow(shutdownmenu)</s>
  20. <escape>PreviousMenu</escape>
  21. <i>Info</i>
  22. <c>ContextMenu</c>
  23. <space>Pause</space>
  24. <x>Stop</x>
  25. <period>SkipNext</period>
  26. <comma>SkipPrevious</comma>
  27. <tab>FullScreen</tab>
  28. <printscreen>Screenshot</printscreen>
  29. <minus>VolumeDown</minus>
  30. <plus>VolumeUp</plus>
  31. <zero>Number0</zero>
  32. <one>Number1</one>
  33. <two>Number2</two>
  34. <three>Number3</three>
  35. <four>Number4</four>
  36. <five>Number5</five>
  37. <six>Number6</six>
  38. <seven>Number7</seven>
  39. <eight>Number8</eight>
  40. <nine>Number9</nine>
  41. <backslash>ToggleFullScreen</backslash>
  42. <browser_home>XBMC.ActivateWindow(Home)</browser_home>
  43. <browser_favorites>ActivateWindow(Favourites)</browser_favorites>
  44. <browser_refresh/>
  45. <browser_search/>
  46. <launch_app1_pc_icon>ActivateWindow(MyPrograms)</launch_app1_pc_icon>
  47. <launch_media_select>XBMC.ActivateWindow(MyMusic)</launch_media_select>
  48. <play_pause>Pause</play_pause>
  49. <stop>Stop</stop>
  50. <volume_up>VolumeUp</volume_up>
  51. <volume_mute>Mute</volume_mute>
  52. <volume_down>VolumeDown</volume_down>
  53. <next_track>SkipNext</next_track>
  54. <prev_track>SkipPrevious</prev_track>
  55. <launch_mail/>
  56. <key id="61620"/> <!-- same as above, launch_mail, but using button code (based on vkey id) -->
  57. <home>Home</home>
  58. <end>End</end>
  59. <f1>PreviousMenu</f1>
  60. <f2>ActivateWindow(PlayerControls)</f2>
  61. <f3>Right</f3>
  62. <f4>ScrollUp</f4>
  63. <f5>ScrollDown</f5>
  64. <f6>Info</f6>
  65. <f7>ContextMenu</f7>
  66. <a>PrevLetter</a>
  67. <z>NextLetter</z>
  68. </keyboard>
  69. </global>
  70.  
  71. <Home>
  72. <keyboard>
  73. <i>info</i>
  74. </keyboard>
  75. </Home>
  76.  
  77. <MyFiles>
  78. <keyboard>
  79. <space>Highlight</space>
  80. <delete>Delete</delete>
  81. <c>ContextMenu</c>
  82. <p>Copy</p>
  83. <m>Move</m>
  84. <r>Rename</r>
  85. <f1>ParentDir</f1>
  86. <escape>ParentDir</escape>
  87. </keyboard>
  88. </MyFiles>
  89.  
  90. <MyMusicPlaylist>
  91. <keyboard>
  92. <space>Playlist</space> <!-- Close playlist -->
  93. <delete>Delete</delete>
  94. <u>MoveItemUp</u>
  95. <d>MoveItemDown</d>
  96. <escape>PreviousMenu</escape>
  97. </keyboard>
  98. </MyMusicPlaylist>
  99.  
  100. <MyMusicPlaylistEditor>
  101. </MyMusicPlaylistEditor>
  102.  
  103. <MyMusicFiles>
  104. <keyboard>
  105. <space>Playlist</space>
  106. <q>Queue</q>
  107. <f1>ParentDir</f1>
  108. <f3>Queue</f3>
  109. <escape>ParentDir</escape>
  110. </keyboard>
  111. </MyMusicFiles>
  112.  
  113. <MyMusicLibrary>
  114. <keyboard>
  115. <space>Playlist</space>
  116. <q>Queue</q>
  117. <f1>ParentDir</f1>
  118. </keyboard>
  119. </MyMusicLibrary>
  120.  
  121. <FullscreenVideo>
  122. <keyboard>
  123. <f>FastForward</f>
  124. <r>Rewind</r>
  125. <backspace>SmallStepBack</backspace>
  126. <opensquarebracket>BigStepBack</opensquarebracket>
  127. <closesquarebracket>BigStepForward</closesquarebracket>
  128. <return>OSD</return>
  129. <m>OSD</m>
  130. <i>CodecInfo</i>
  131. <t>Info</t>
  132. <o>ShowTime</o>
  133. <z>AspectRatio</z>
  134. <s>ShowSubtitles</s>
  135. <l>NextSubtitle</l>
  136. <left>StepBack</left>
  137. <right>StepForward</right>
  138. <up>BigStepForward</up>
  139. <down>BigStepBack</down>
  140. <a>AudioNextLanguage</a>
  141. <f1>OSD</f1>
  142. <f2>Rewind</f2>
  143. <f3>FastForward</f3>
  144. <f4>VolumeUp</f4>
  145. <f5>VolumeDown</f5>
  146. <f6>Info</f6>
  147. <f7>Stop</f7>
  148. <escape>Stop</escape>
  149. </keyboard>
  150. </FullscreenVideo>
  151.  
  152. <FullscreenInfo>
  153. <keyboard>
  154. <f>FastForward</f>
  155. <r>Rewind</r>
  156. <period>StepForward</period>
  157. <backspace>Close</backspace>
  158. <t>Close</t>
  159. <i>CodecInfo</i>
  160. </keyboard>
  161. </FullscreenInfo>
  162.  
  163. <PlayerControls>
  164. <keyboard>
  165. <m>close</m>
  166. </keyboard>
  167. </PlayerControls>
  168.  
  169. <Visualisation>
  170. <keyboard>
  171. <f>FastForward</f>
  172. <r>Rewind</r>
  173. <period>SkipNext</period>
  174. <comma>SkipPrevious</comma>
  175. <return>ActivateWindow(MusicOSD)</return>
  176. <m>ActivateWindow(MusicOSD)</m>
  177. <i>CodecInfo</i>
  178. <t>Info</t>
  179. <p>ActivateWindow(VisualisationPresetList)</p>
  180. <v>ActivateWindow(VisualisationSettings)</v>
  181. <n>ActivateWindow(MusicPlaylist)</n>
  182. <left>SkipPrevious</left>
  183. <right>SkipNext</right>
  184. <up>IncreaseRating</up>
  185. <down>DecreaseRating</down>
  186. <!--<back>NextPreset</back>!-->
  187. <s>ShowPreset</s>
  188. <l>LockPreset</l>
  189. <f1>XBMC.ActivateWindow(MusicOSD)</f1>
  190. <f2>Rewind</f2>
  191. <f3>FastForward</f3>
  192. <f4>VolumeUp</f4>
  193. <f5>VolumeDown</f5>
  194. <f6>Info</f6>
  195. <f7>XBMC.ActivateWindow(MyMusic)</f7>
  196. <escape>FullScreen</escape>
  197. <f1>FullScreen</f1>
  198. </keyboard>
  199. </Visualisation>
  200.  
  201. <MusicOSD>
  202. <keyboard>
  203. <f>FastForward</f>
  204. <r>Rewind</r>
  205. <period>SkipNext</period>
  206. <comma>SkipPrevious</comma>
  207. <m>Close</m>
  208. <i>CodecInfo</i>
  209. <t>Info</t>
  210. <p>ActivateWindow(VisualisationPresetList)</p>
  211. <v>ActivateWindow(VisualisationSettings)</v>
  212. <n>ActivateWindow(MusicPlaylist)</n>
  213. <f7>stop</f7>
  214. <escape>Close</escape>
  215. </keyboard>
  216. </MusicOSD>
  217.  
  218. <VisualisationSettings>
  219. <keyboard>
  220. <f>FastForward</f>
  221. <r>Rewind</r>
  222. <period>SkipNext</period>
  223. <comma>SkipPrevious</comma>
  224. <m>Close</m>
  225. <i>CodecInfo</i>
  226. <t>Info</t>
  227. <p>ActivateWindow(VisualisationPresetList)</p>
  228. <v>Close</v>
  229. <n>ActivateWindow(MusicPlaylist)</n>
  230. <f7>stop</f7>
  231. </keyboard>
  232. </VisualisationSettings>
  233.  
  234. <VisualisationPresetList>
  235. <keyboard>
  236. <f>FastForward</f>
  237. <r>Rewind</r>
  238. <period>SkipNext</period>
  239. <comma>SkipPrevious</comma>
  240. <m>Close</m>
  241. <i>CodecInfo</i>
  242. <t>Info</t>
  243. <p>Close</p>
  244. <v>Close</v>
  245. <n>ActivateWindow(MusicPlaylist)</n>
  246. <f7>stop</f7>
  247. </keyboard>
  248. </VisualisationPresetList>
  249.  
  250. <SlideShow>
  251. <keyboard>
  252. <zero>ZoomNormal</zero>
  253. <one>ZoomLevel1</one>
  254. <two>ZoomLevel2</two>
  255. <three>ZoomLevel3</three>
  256. <four>ZoomLevel4</four>
  257. <five>ZoomLevel5</five>
  258. <six>ZoomLevel6</six>
  259. <seven>ZoomLevel7</seven>
  260. <eight>ZoomLevel8</eight>
  261. <nine>ZoomLevel9</nine>
  262. <i>CodecInfo</i>
  263. <t>Info</t>
  264. <period>NextPicture</period>
  265. <comma>PreviousPicture</comma>
  266. <plus>ZoomIn</plus>
  267. <minus>ZoomOut</minus>
  268. <r>Rotate</r>
  269. <escape>PreviousMenu</escape>
  270. <p>Pause</p>
  271. <f5>ZoomOut</f5>
  272. <f4>ZoomIn</f4>
  273. </keyboard>
  274. </SlideShow>
  275.  
  276. <ScreenCalibration>
  277. <keyboard>
  278. <return>NextCalibration</return>
  279. <d>ResetCalibration</d>
  280. <r>NextResolution</r>
  281. <f5>NextCalibration</f5>
  282. <f3>NextResolution</f3>
  283. </keyboard>
  284. </ScreenCalibration>
  285.  
  286. <GUICalibration>
  287. <keyboard>
  288. <return>NextCalibration</return>
  289. <d>ResetCalibration</d>
  290. <f5>NextCalibration</f5>
  291. </keyboard>
  292. </GUICalibration>
  293.  
  294. <SelectDialog>
  295. <keyboard>
  296. <escape>Close</escape>
  297. </keyboard>
  298. </SelectDialog>
  299.  
  300. <VideoOSD>
  301. <keyboard>
  302. <backspace>HideSubMenu</backspace>
  303. <escape>Close</escape>
  304. </keyboard>
  305. </VideoOSD>
  306.  
  307. <VideoMenu>
  308. <keyboard>
  309. <return>OSD</return>
  310. <backspace>PreviousMenu</backspace>
  311. <f1>OSD</f1>
  312. </keyboard>
  313. </VideoMenu>
  314.  
  315. <OSDVideoSettings>
  316. <keyboard>
  317. <backspace>HideSubMenu</backspace>
  318. <escape>Close</escape>
  319. </keyboard>
  320. </OSDVideoSettings>
  321.  
  322. <OSDAudioSettings>
  323. <keyboard>
  324. <backspace>HideSubMenu</backspace>
  325. <escape>Close</escape>
  326. </keyboard>
  327. </OSDAudioSettings>
  328.  
  329. <VideoBookmarks>
  330. <keyboard>
  331. <backspace>HideSubMenu</backspace>
  332. <escape>Close</escape>
  333. <delete>Delete</delete>
  334. </keyboard>
  335. </VideoBookmarks>
  336.  
  337. <MyVideoLibrary>
  338. <keyboard>
  339. <delete>Delete</delete>
  340. <space>Playlist</space>
  341. <w>ToggleWatched</w>
  342. <f1>ParentDir</f1>
  343. <escape>ParentDir</escape>
  344. </keyboard>
  345. </MyVideoLibrary>
  346.  
  347. <MyVideoFiles>
  348. <keyboard>
  349. <space>Playlist</space>
  350. <q>Queue</q>
  351. <escape>ParentDir</escape>
  352. </keyboard>
  353. </MyVideoFiles>
  354.  
  355. <MyVideoPlaylist>
  356. <keyboard>
  357. <space>Playlist</space> <!-- Close playlist -->
  358. <delete>Delete</delete>
  359. <u>MoveItemUp</u>
  360. <d>MoveItemDown</d>
  361. <f1>Playlist</f1> <!-- Close playlist -->
  362. <f2>MoveItemUp</f2>
  363. <f3>MoveItemDown</f3>
  364. <f7>Delete</f7>
  365. <escape>Playlist</escape>
  366. </keyboard>
  367. </MyVideoPlaylist>
  368.  
  369. <VirtualKeyboard>
  370. </VirtualKeyboard>
  371.  
  372. <MyPictures>
  373. <keyboard>
  374. <escape>ParentDir</escape>
  375. <f1>ParentDir</f1>
  376. </keyboard>
  377. </MyPictures>
  378.  
  379. <MyPrograms>
  380. <keyboard>
  381. <escape>ParentDir</escape>
  382. </keyboard>
  383. </MyPrograms>
  384.  
  385. <ContextMenu>
  386. <keyboard>
  387. <menu>Close</menu>
  388. </keyboard>
  389. </ContextMenu>
  390.  
  391. <FileStackingDialog>
  392. </FileStackingDialog>
  393.  
  394. <Scripts>
  395. <keyboard>
  396. <i>XBMC.ActivateWindow(ScriptsDebugInfo)</i>
  397. </keyboard>
  398. </Scripts>
  399.  
  400. <ScriptsDebugInfo>
  401. <keyboard>
  402. <i>Info</i> <!-- clears debug python info -->
  403. </keyboard>
  404. </ScriptsDebugInfo>
  405.  
  406. <NumericInput>
  407. </NumericInput>
  408.  
  409. <Weather>
  410. </Weather>
  411.  
  412. <Settings>
  413. </Settings>
  414.  
  415. <MyPicturesSettings>
  416. </MyPicturesSettings>
  417.  
  418. <MyProgramsSettings>
  419. </MyProgramsSettings>
  420.  
  421. <MyWeatherSettings>
  422. </MyWeatherSettings>
  423.  
  424. <MyMusicSettings>
  425. </MyMusicSettings>
  426.  
  427. <SystemSettings>
  428. </SystemSettings>
  429.  
  430. <MyVideosSettings>
  431. </MyVideosSettings>
  432.  
  433. <NetworkSettings>
  434. </NetworkSettings>
  435.  
  436. <AppearanceSettings>
  437. </AppearanceSettings>
  438.  
  439. <Profiles>
  440. </Profiles>
  441.  
  442. <systeminfo>
  443. </systeminfo>
  444.  
  445. <shutdownmenu>
  446. </shutdownmenu>
  447.  
  448. <submenu>
  449. </submenu>
  450.  
  451. <MusicInformation>
  452. <keyboard>
  453. <escape>Close</escape>
  454. </keyboard>
  455. </MusicInformation>
  456.  
  457. <MovieInformation>
  458. <keyboard>
  459. <escape>Close</escape>
  460. </keyboard>
  461. </MovieInformation>
  462.  
  463. <LockSettings>
  464. </LockSettings>
  465.  
  466. <ProfileSettings>
  467. </ProfileSettings>
  468.  
  469. <PictureInfo>
  470. <keyboard>
  471. <period>NextPicture</period>
  472. <comma>PreviousPicture</comma>
  473. <i>Close</i>
  474. <space>Pause</space>
  475. <escape>Close</escape>
  476. </keyboard>
  477. </PictureInfo>
  478.  
  479. <NowPlaying>
  480. <keyboard>
  481. <left>SkipPrevious</left>
  482. <right>SkipNext</right>
  483. </keyboard>
  484. </NowPlaying>
  485. </keymap>
Add Comment
Please, Sign In to add comment