Advertisement
Guest User

Untitled

a guest
Jun 9th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. <keymap>
  2.  
  3. <!-- ************* GLOBAL ***************************** -->
  4. <!-- Define R as reload skin, S as screenshot, anywhere -->
  5. <!-- and define some special remote keys
  6. <!-- Yellow toggles fullscreen view -->
  7. <!-- Green Toggles the watched status of an item -->
  8. <!-- And Red will toggle the library views between 'show everything' and 'show watched only' -->
  9. <!-- Star acts as Esc key -->
  10.  
  11. <global>
  12. <keyboard>
  13. <r>XBMC.ReloadSkin()</r>
  14. <s>Screenshot</s>
  15. </keyboard>
  16. <remote>
  17. <Yellow>FullScreen</Yellow>
  18. <Green>ToggleWatched</Green>
  19. <Red>SendClick(25,14)</Red>
  20. <star>PreviousMenu</star>
  21. </remote>
  22. </global>
  23.  
  24.  
  25. <!-- ************************************************ -->
  26. <!-- On the home screen, 1 cleans the library, 2 triggers an update -->
  27.  
  28.  
  29. <home>
  30. <remote>
  31. <one>XBMC.CleanLibrary(video)</one>
  32. <two>XBMC.UpdateLibrary(video)</two>
  33. <star>FullScreen</star>
  34. </remote>
  35. </home>
  36.  
  37.  
  38. <!-- ************************************************ -->
  39. <!-- Set up Audio Delay Easy Keys -->
  40.  
  41.  
  42. <FullscreenVideo>
  43. <remote>
  44. <Blue>AudioDelayMinus</Blue>
  45. <Red>AudioDelayPlus</Red>
  46. <star>FullScreen</star>
  47. </remote>
  48. </FullscreenVideo>
  49.  
  50.  
  51. <!-- ************************************************ -->
  52.  
  53.  
  54. <PlayerControls>
  55. <remote>
  56. <star>Close</star>
  57. </remote>
  58. </PlayerControls>
  59.  
  60.  
  61. <!-- ************************************************ -->
  62.  
  63.  
  64. <Visualisation>
  65. <remote>
  66. <star>FullScreen</star>
  67. </remote>
  68. </Visualisation>
  69.  
  70.  
  71. <!-- ************************************************ -->
  72.  
  73.  
  74. <MusicOSD>
  75. <remote>
  76. <star>Close</star>
  77. </remote>
  78. </MusicOSD>
  79.  
  80.  
  81. <!-- ************************************************ -->
  82.  
  83.  
  84. <VisualisationSettings>
  85. <remote>
  86. <star>Close</star>
  87. </remote>
  88. </VisualisationSettings>
  89.  
  90.  
  91. <!-- ************************************************ -->
  92.  
  93.  
  94. <VisualisationPresetList>
  95. <remote>
  96. <star>Close</star>
  97. </remote>
  98. </VisualisationPresetList>
  99.  
  100.  
  101. <!-- ************************************************ -->
  102.  
  103.  
  104. <SelectDialog>
  105. <remote>
  106. <star>Close</star>
  107. </remote>
  108. </SelectDialog>
  109.  
  110.  
  111. <!-- ************************************************ -->
  112.  
  113.  
  114. <VideoOSD>
  115. <remote>
  116. <star>Close</star>
  117. </remote>
  118. </VideoOSD>
  119.  
  120.  
  121. <!-- ************************************************ -->
  122.  
  123.  
  124. <VideoMenu>
  125. <remote>
  126. <star>Close</star>
  127. </remote>
  128. </VideoMenu>
  129.  
  130.  
  131. <!-- ************************************************ -->
  132.  
  133.  
  134. <OSDVideoSettings>
  135. <remote>
  136. <star>Close</star>
  137. </remote>
  138. </OSDVideoSettings>
  139.  
  140.  
  141. <!-- ************************************************ -->
  142.  
  143.  
  144. <OSDAudioSettings>
  145. <remote>
  146. <star>Close</star>
  147. </remote>
  148. </OSDAudioSettings>
  149.  
  150.  
  151. <!-- ************************************************ -->
  152.  
  153.  
  154. <VideoBookmarks>
  155. <remote>
  156. <star>Close</star>
  157. </remote>
  158. </VideoBookmarks>
  159.  
  160.  
  161. <!-- ************************************************ -->
  162.  
  163.  
  164. <LockSettings>
  165. <remote>
  166. <star>Close</star>
  167. </remote>
  168. </LockSettings>
  169.  
  170.  
  171. <!-- ************************************************ -->
  172.  
  173.  
  174. <ProfileSettings>
  175. <remote>
  176. <star>Close</star>
  177. </remote>
  178. </ProfileSettings>
  179.  
  180.  
  181. <!-- ************************************************ -->
  182.  
  183.  
  184. <Teletext>
  185. <remote>
  186. <star>Close</star>
  187. </remote>
  188. </Teletext>
  189.  
  190.  
  191. <!-- ************************************************ -->
  192. <!-- Set up zooming in picture slideshows -->
  193.  
  194. <Slideshow>
  195. <remote>
  196. <Blue>ZoomOut</Blue>
  197. <Red>ZoomIn</Red>
  198. </remote>
  199. </Slideshow>
  200.  
  201.  
  202.  
  203. <!-- ************************************************ -->
  204. <!-- These setting are just to bypass the defaults of the Star button -->
  205.  
  206. <MyFiles>
  207. <remote>
  208. <star>PreviousMenu</star>
  209. </remote>
  210. </MyFiles>
  211.  
  212. <MyMusicFiles>
  213. <remote>
  214. <star>PreviousMenu</star>
  215. </remote>
  216. </MyMusicFiles>
  217.  
  218. <MyMusicLibrary>
  219. <remote>
  220. <star>PreviousMenu</star>
  221. </remote>
  222. </MyMusicLibrary>
  223.  
  224. <MyVideoFiles>
  225. <remote>
  226. <star>PreviousMenu</star>
  227. </remote>
  228. </MyVideoFiles>
  229.  
  230. <VirtualKeyboard>
  231. <remote>
  232. <star>PreviousMenu</star>
  233. </remote>
  234. </VirtualKeyboard>
  235.  
  236. <!-- ************************************************ -->
  237.  
  238.  
  239. <!-- make the info window close when info is pressed again -->
  240.  
  241. <movieinformation>
  242. <remote>
  243. <info>Close</info>
  244. </remote>
  245. </movieinformation>
  246.  
  247. <musicinformation>
  248. <remote>
  249. <info>Close</info>
  250. </remote>
  251. </musicinformation>
  252.  
  253.  
  254. <!-- ************************************************ -->
  255. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement