Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.49 KB | None | 0 0
  1. <!-- Modified by Elitegamer360 for Xbmccustomregis to work on xbmc v.13 and Kodi v.14 or above -->
  2. <!-- keyboard map v2.49 -->
  3.  
  4. <!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
  5. <!-- The <global> section is a fall through - they will only be used if the button is not -->
  6. <!-- used in the current window's section. Note that there is only handling -->
  7. <!-- for a single action per button at this stage. -->
  8. <!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox -->
  9. <!-- gamepads. -->
  10.  
  11. <!-- The format is: -->
  12. <!-- <device> -->
  13. <!-- <button>action</button> -->
  14. <!-- </device> -->
  15.  
  16. <!-- To map keys from other remotes using the RCA protocol, you may add <universalremote> blocks -->
  17. <!-- In this case, the tags used are <obc#> where # is the original button code (OBC) of the key -->
  18. <!-- You set it up by adding a <universalremote> block to the window or <global> section: -->
  19. <!-- <universalremote> -->
  20. <!-- <obc45>Stop</obc45> -->
  21. <!-- </universalremote> -->
  22.  
  23. <!-- Note that the action can be a built-in function. -->
  24. <!-- eg <B>XBMC.ActivateWindow(MyMusic)</B> -->
  25. <!-- would automatically go to My Music on the press of the B button. -->
  26.  
  27. <!-- Joysticks / Gamepads: -->
  28. <!-- See the sample PS3 controller configuration below for the format. -->
  29. <!-- -->
  30. <!-- Joystick Name: -->
  31. <!-- Do 'cat /proc/bus/input/devices' or see your xbmc log file to find the names of -->
  32. <!-- detected joysticks. The name used in the configuration should match the detected name. -->
  33. <!-- -->
  34. <!-- Button Ids: -->
  35. <!-- 'id' is the button ID used by SDL. Joystick button ids of connected joysticks appear -->
  36. <!-- in xbmc.log when they are pressed. Use your log to map custom buttons to actions. -->
  37. <!-- -->
  38. <!-- Axis Ids / Analog Controls -->
  39. <!-- Coming soon. -->
  40.  
  41. <!-- Modified by Elitegamer360 for Xbmccustomregis to work with xbmc v.13 and Kodi v.14 and above -->
  42. <!-- keyboard map v2.48 -->
  43.  
  44. <keymap>
  45. <global>
  46. <keyboard>
  47. <p>Play</p>
  48. <q>Queue</q>
  49. <f>FastForward</f>
  50. <r>Rewind</r>
  51. <left>Left</left>
  52. <right>Right</right>
  53. <up>Up</up>
  54. <down>Down</down>
  55. <left mod="ctrl">analogseekback</left>
  56. <right mod="ctrl">analogseekforward</right>
  57. <pageup>PageUp</pageup>
  58. <pagedown>PageDown</pagedown>
  59. <return>Select</return>
  60. <enter>Select</enter>
  61. <backspace>ParentDir</backspace>
  62. <key id='65446'>Back</key>
  63. <m>ActivateWindow(PlayerControls)</m>
  64. <s>ActivateWindow(shutdownmenu)</s>
  65. <escape>PreviousMenu</escape>
  66. <i>Info</i>
  67. <menu>ContextMenu</menu>
  68. <c>ContextMenu</c>
  69. <space>Pause</space>
  70. <x>Stop</x>
  71. <period>SkipNext</period>
  72. <comma>SkipPrevious</comma>
  73. <tab>FullScreen</tab>
  74. <printscreen>Screenshot</printscreen>
  75. <s mod="ctrl">RandomPreset</s> <!-- Used to take screenshot, Now used for MCE remote Music random preset -->
  76. <minus>VolumeDown</minus>
  77. <plus>VolumeUp</plus>
  78. <equals>VolumeUp</equals>
  79. <zero>Number0</zero>
  80. <one>Number1</one>
  81. <two>JumpSMS2</two>
  82. <three>JumpSMS3</three>
  83. <four>JumpSMS4</four>
  84. <five>JumpSMS5</five>
  85. <six>JumpSMS6</six>
  86. <seven>JumpSMS7</seven>
  87. <eight>JumpSMS8</eight>
  88. <nine>JumpSMS9</nine>
  89. <numpadminus>VolumeDown</numpadminus>
  90. <numpadplus>VolumeUp</numpadplus>
  91. <numpadzero>Number0</numpadzero>
  92. <numpadone>Number1</numpadone>
  93. <numpadtwo>Number2</numpadtwo>
  94. <numpadthree>Number3</numpadthree>
  95. <numpadfour>Number4</numpadfour>
  96. <numpadfive>Number5</numpadfive>
  97. <numpadsix>Number6</numpadsix>
  98. <numpadseven>Number7</numpadseven>
  99. <numpadeight>Number8</numpadeight>
  100. <numpadnine>Number9</numpadnine>
  101. <backslash>ToggleFullScreen</backslash>
  102. <home>FirstPage</home>
  103. <end>LastPage</end>
  104. <F5 mod="ctrl,alt">ActivateWindow(Home)</F5> <!--Added to support (GSB Home Jump) feature-->
  105. <power>ActivateWindow(shutdownmenu)</power>
  106. <sleep>ActivateWindow(shutdownmenu)</sleep>
  107. <!-- PVR windows -->
  108. <e>XBMC.ActivateWindow(TVGuide)</e>
  109. <h>XBMC.ActivateWindow(TVChannels)</h>
  110. <j>XBMC.ActivateWindow(RadioChannels)</j>
  111. <k>XBMC.ActivateWindow(TVRecordings)</k>
  112. <b>XBMC.ActivateWindow(TVTimers)</b>
  113. <!-- Multimedia keyboard keys -->
  114. <browser_back>ParentDir</browser_back>
  115. <browser_forward/>
  116. <browser_refresh/>
  117. <browser_stop/>
  118. <browser_search/>
  119. <browser_favorites>ActivateWindow(Favourites)</browser_favorites>
  120. <browser_home>ActivateWindow(Home)</browser_home>
  121. <volume_mute>Mute</volume_mute>
  122. <volume_down>VolumeDown</volume_down>
  123. <volume_up>VolumeUp</volume_up>
  124. <next_track>SkipNext</next_track>
  125. <prev_track>SkipPrevious</prev_track>
  126. <stop>Stop</stop>
  127. <play_pause>Pause</play_pause>
  128. <launch_mail></launch_mail>
  129. <launch_media_select>XBMC.ActivateWindow(MyMusic)</launch_media_select>
  130. <launch_app1_pc_icon>ActivateWindow(MyPrograms)</launch_app1_pc_icon>
  131. <launch_app2_pc_icon>ActivateWindow(MyPrograms)</launch_app2_pc_icon>
  132. <launch_file_browser/>
  133. <launch_media_center/>
  134. <!-- ****************************************************** -->
  135. <!-- MS Media Center keyboard shortcuts sent by MCE remotes -->
  136. <!-- See http://msdn.microsoft.com/en-us/library/bb189249.aspx -->
  137. <p mod="ctrl,shift">Play</p> <!-- Play -->
  138. <s mod="ctrl,shift">Stop</s> <!-- Stop -->
  139. <p mod="ctrl">Pause</p> <!-- Pause -->
  140. <f mod="ctrl,shift">FastForward</f> <!-- Fwd -->
  141. <b mod="ctrl,shift">Rewind</b> <!-- Rew -->
  142. <f mod="ctrl">SkipNext</f> <!-- Skip -->
  143. <b mod="ctrl">SkipPrevious</b> <!-- Replay -->
  144. <d mod="ctrl">Info</d> <!-- MCE Details -->
  145. <f10>VolumeUp</f10> <!-- MCE Vol up -->
  146. <f9>VolumeDown</f9> <!-- MCE Vol down -->
  147. <f8>Mute</f8> <!-- MCE mute -->
  148. <g mod="ctrl">OSD</g> <!-- MCE Guide -->
  149. <m mod="ctrl">XBMC.ActivateWindow(musiclibrary,albums,return)</m> <!-- MCE My music Albums-->
  150. <i mod="ctrl">ActivateWindow(pictures)</i> <!-- MCE My pictures -->
  151. <e mod="ctrl">XBMC.ActivateWindow(videolibrary,tvshowtitles,return)</e> <!-- MCE TVSHOWS Window-->
  152. <o mod="ctrl">ActivateWindow(TVRecordings)</o> <!-- MCE Recorded TV -->
  153. <t mod="ctrl">ActivateWindow(TVChannels)</t> <!-- MCE Live TV -->
  154. <t mod="ctrl,shift">ActivateWindow(TVChannels)</t> <!-- MCE My TV -->
  155. <a mod="ctrl">Playlist</a> <!-- Radio Button Activates playlists using MCE remotes for videos/music -->
  156. <m mod="ctrl,shift">PlayerControl(ShowVideoMenu)</m> <!-- MCE DVD menu -->
  157. <eight mod="ctrl,shift">UpdateLibrary(video)</eight> <!-- Update Video Library using MCE Remotes-->
  158. <three mod="ctrl,shift">Playlist</three> <!-- Support Button Activates playlists using MCE remotes for videos/music-->
  159. <y mod="ctrl">audionextlanguage</y> <!-- Yellow Button: ctrl-y: Switch audio language track -->
  160. <!-- MCE keypresses without an obvious use in XBMC -->
  161. <u mod="ctrl">Notification(MCEKeypress, DVD subtitle, 3)</u>
  162. <a mod="ctrl,shift">Notification(MCEKeypress, DVD audio, 3)</a>
  163. <!---PVR Mod keys, change your control buttons to send CTRL, ALT --->
  164. <g mod="ctrl,alt">ActivateWindow(TVGuide)</g> <!-- MCE Guide -->
  165. <o mod="ctrl,alt">ActivateWindow(TVRecordings)</o> <!-- MCE Recorded TV -->
  166. <t mod="ctrl,alt">ActivateWindow(TVChannels)</t> <!-- MCE Live TV -->
  167. <a mod="ctrl,alt">ActivateWindow(RadioChannels)</a> <!-- MCE My Radio -->
  168. </keyboard>
  169. </global>
  170. <LoginScreen>
  171. <keyboard>
  172. <end mod="ctrl">XBMC.ShutDown()</end>
  173. </keyboard>
  174. </LoginScreen>
  175. <Home>
  176. <keyboard>
  177. <i>info</i>
  178. <end mod="ctrl">XBMC.ShutDown()</end>
  179. </keyboard>
  180. </Home>
  181. <VirtualKeyboard>
  182. <keyboard>
  183. <zero>Number0</zero>
  184. <one>Number1</one>
  185. <two>Number2</two>
  186. <three>Number3</three>
  187. <four>Number4</four>
  188. <five>Number5</five>
  189. <six>Number6</six>
  190. <seven>Number7</seven>
  191. <eight>Number8</eight>
  192. <nine>Number9</nine>
  193. <backspace>Backspace</backspace>
  194. </keyboard>
  195. </VirtualKeyboard>
  196. <MyTVChannels>
  197. <keyboard>
  198. <delete>Delete</delete>
  199. <m>Move</m>
  200. <r>Rename</r>
  201. </keyboard>
  202. </MyTVChannels>
  203. <MyTVRecordings>
  204. <keyboard>
  205. <delete>Delete</delete>
  206. <r>Rename</r>
  207. </keyboard>
  208. </MyTVRecordings>
  209. <MyTVTimers>
  210. <keyboard>
  211. <delete>Delete</delete>
  212. <r>Rename</r>
  213. </keyboard>
  214. </MyTVTimers>
  215. <MyRadioChannels>
  216. <keyboard>
  217. <m>Move</m>
  218. </keyboard>
  219. </MyRadioChannels>
  220. <MyRadioRecordings>
  221. <keyboard>
  222. <delete>Delete</delete>
  223. <r>Rename</r>
  224. </keyboard>
  225. </MyRadioRecordings>
  226. <MyRadioTimers>
  227. <keyboard>
  228. <delete>Delete</delete>
  229. <r>Rename</r>
  230. </keyboard>
  231. </MyRadioTimers>
  232. <MyFiles>
  233. <keyboard>
  234. <space>Highlight</space>
  235. <delete>Delete</delete>
  236. <m>Move</m>
  237. <r>Rename</r>
  238. </keyboard>
  239. </MyFiles>
  240. <MyMusicPlaylist>
  241. <keyboard>
  242. <space>Back</space>
  243. <delete>Delete</delete>
  244. <q>Delete</q> <!-- Used for MCE remotes to Delete music in playlist -->
  245. <u>MoveItemUp</u>
  246. <d>MoveItemDown</d>
  247. <pageup>MoveItemUp</pageup> <!-- Used for MCE remotes to Arrange playlist -->
  248. <pagedown>MoveItemDown</pagedown> <!-- Used for MCE remotes to arrange playlist -->
  249. <backspace>Playlist</backspace> <!-- Close playlist -->
  250. <g>PlayerControl(Random)</g> <!-- Randomise playlist -->
  251. </keyboard>
  252. </MyMusicPlaylist>
  253. <MyMusicPlaylistEditor>
  254. <keyboard>
  255. <u>MoveItemUp</u>
  256. <d>MoveItemDown</d>
  257. <pageup>MoveItemUp</pageup> <!-- Used for MCE remotes to Arrange playlist -->
  258. <pagedown>MoveItemDown</pagedown> <!-- Used for MCE remotes to arrange playlist -->
  259. <delete>Delete</delete>
  260. <q>Delete</q> <!-- Used for MCE remotes to Delete music in playlist -->
  261. <g>PlayerControl(Random)</g> <!-- Randomise playlist -->
  262. </keyboard>
  263. </MyMusicPlaylistEditor>
  264. <MyMusicFiles>
  265. <keyboard>
  266. <space>Playlist</space>
  267. <q>Queue</q>
  268. <delete>Delete</delete>
  269. <g>PlayerControl(RandomOff)</g> <!-- Random Off Library/Files mode -->
  270. </keyboard>
  271. </MyMusicFiles>
  272. <MyMusicLibrary>
  273. <keyboard>
  274. <space>Playlist</space>
  275. <q>Queue</q>
  276. <g>PlayerControl(RandomOff)</g> <!-- Random Off Library/Files mode -->
  277. </keyboard>
  278. </MyMusicLibrary>
  279. <FullscreenVideo>
  280. <keyboard>
  281. <!-- PVR & extra controls Remoded by elitegamer360 so not to confilict with current XBMCCustomregis settings-->
  282. <r mod="ctrl,alt">PlayerControl(Record)</r>
  283. <p mod="ctrl,alt">PlayerControl(Play)</p>
  284. <b mod="ctrl,alt">PlayerControl(Repeat)</b>
  285. <f mod="ctrl,alt">PlayerControl(Next)</f>
  286. <f mod="alt">PlayerControl(Forward)</f>
  287. <b mod="shift">PlayerControl(Rewind)</b>
  288. <x mod="ctrl,shift">Stop</x> <!--GSB PVR MOD-->
  289. <w mod="ctrl,alt">AudioDelayPlus</w>
  290. <y mod="ctrl,alt">AudioDelayMinus</y>
  291. <s mod="ctrl,alt">NextSubtitle</s>
  292. <m mod="ctrl,alt">audionextlanguage</m>
  293. <i mod="ctrl,alt">RunScript(script.xbmc.subtitles)</i>
  294. <c mod="ctrl">OSD</c>
  295. <!-- PVR & extra controls Remoded by elitegamer360 so not to confilict with current XBMCCustomregis settings-->
  296. <f>FastForward</f>
  297. <r>Rewind</r>
  298. <period>StepForward</period>
  299. <comma>StepBack</comma>
  300. <backspace>Fullscreen</backspace>
  301. <quote>SmallStepBack</quote>
  302. <opensquarebracket>BigStepForward</opensquarebracket>
  303. <closesquarebracket>BigStepBack</closesquarebracket>
  304. <return>OSD</return>
  305. <enter>OSD</enter>
  306. <m>OSD</m>
  307. <i>Info</i>
  308. <o>CodecInfo</o>
  309. <z>AspectRatio</z>
  310. <pageup>ZoomIn</pageup> <!-- Added for MCE Remotes for extra zooming -->
  311. <Pagedown>ZoomOut</Pagedown> <!-- Added for MCE Remotes for extra zooming -->
  312. <!-- t>ShowSubtitles</t -->
  313. <t>ActivateWindow(subtitlesearch)</t> <!-- Added for MCE Remotes for subtitle addon -->
  314. <t mod="ctrl">SubtitleAlign</t>
  315. <l>NextSubtitle</l>
  316. <left>StepBack</left>
  317. <right>StepForward</right>
  318. <up>BigStepForward</up>
  319. <down>BigStepBack</down>
  320. <a>AudioDelay</a>
  321. <escape>Fullscreen</escape>
  322. <v>XBMC.ActivateWindow(Teletext)</v>
  323. <up mod="ctrl">SubtitleShiftUp</up>
  324. <down mod="ctrl">SubtitleShiftDown</down>
  325. <zero>Number0</zero>
  326. <one>Number1</one>
  327. <two>Number2</two>
  328. <three>Number3</three>
  329. <four>Number4</four>
  330. <five>Number5</five>
  331. <six>Number6</six>
  332. <seven>Number7</seven>
  333. <eight>Number8</eight>
  334. <nine>Number9</nine>
  335. </keyboard>
  336. </FullscreenVideo>
  337. <VideoTimeSeek>
  338. <keyboard>
  339. <return>Select</return>
  340. <enter>Select</enter>
  341. </keyboard>
  342. </VideoTimeSeek>
  343. <FullscreenInfo>
  344. <keyboard>
  345. <f>FastForward</f>
  346. <r>Rewind</r>
  347. <period>StepForward</period>
  348. <backspace>Close</backspace>
  349. <o>CodecInfo</o>
  350. <i>Back</i>
  351. <d mod="ctrl">Back</d>
  352. <m>OSD</m>
  353. </keyboard>
  354. </FullscreenInfo>
  355. <PlayerControls>
  356. <keyboard>
  357. <escape>Close</escape>
  358. <m>Back</m>
  359. </keyboard>
  360. </PlayerControls>
  361. <Visualisation>
  362. <keyboard>
  363. <f>FastForward</f>
  364. <r>Rewind</r>
  365. <period>SkipNext</period>
  366. <comma>SkipPrevious</comma>
  367. <return>ActivateWindow(MusicOSD)</return>
  368. <enter>ActivateWindow(MusicOSD)</enter>
  369. <m>ActivateWindow(MusicOSD)</m>
  370. <i>Info</i>
  371. <p>ActivateWindow(VisualisationPresetList)</p>
  372. <v>ActivateWindow(VisualisationSettings)</v>
  373. <n>ActivateWindow(MusicPlaylist)</n>
  374. <left>SkipPrevious</left>
  375. <right>SkipNext</right>
  376. <up>IncreaseRating</up>
  377. <down>DecreaseRating</down> <!--<back>NextPreset</back>!-->
  378. <o>CodecInfo</o>
  379. <l>LockPreset</l>
  380. <escape>FullScreen</escape>
  381. <g>XBMC.ActivateWindow(PVROSDGuide)</g>
  382. <c>XBMC.ActivateWindow(PVROSDChannels)</c>
  383. </keyboard>
  384. </Visualisation>
  385. <MusicOSD>
  386. <keyboard>
  387. <escape>Close</escape>
  388. <f>FastForward</f>
  389. <r>Rewind</r>
  390. <period>SkipNext</period>
  391. <comma>SkipPrevious</comma>
  392. <m>Back</m>
  393. <i>Info</i>
  394. <o>CodecInfo</o>
  395. <p>ActivateWindow(VisualisationPresetList)</p>
  396. <v>ActivateWindow(VisualisationSettings)</v>
  397. <n>ActivateWindow(MusicPlaylist)</n>
  398. </keyboard>
  399. </MusicOSD>
  400. <VisualisationSettings>
  401. <keyboard>
  402. <escape>Close</escape>
  403. <f>FastForward</f>
  404. <r>Rewind</r>
  405. <period>SkipNext</period>
  406. <comma>SkipPrevious</comma>
  407. <m>Back</m>
  408. <i>Info</i>
  409. <o>CodecInfo</o>
  410. <p>ActivateWindow(VisualisationPresetList)</p>
  411. <v>Back</v>
  412. <n>ActivateWindow(MusicPlaylist)</n>
  413. </keyboard>
  414. </VisualisationSettings>
  415. <VisualisationPresetList>
  416. <keyboard>
  417. <escape>Close</escape>
  418. <f>FastForward</f>
  419. <r>Rewind</r>
  420. <period>SkipNext</period>
  421. <comma>SkipPrevious</comma>
  422. <m>Back</m>
  423. <i>Info</i>
  424. <o>CodecInfo</o>
  425. <p>Back</p>
  426. <v>Back</v>
  427. <n>ActivateWindow(MusicPlaylist)</n>
  428. </keyboard>
  429. </VisualisationPresetList>
  430. <SlideShow>
  431. <keyboard>
  432. <zero>ZoomNormal</zero>
  433. <one>ZoomLevel1</one>
  434. <two>ZoomLevel2</two>
  435. <three>ZoomLevel3</three>
  436. <four>ZoomLevel4</four>
  437. <five>ZoomLevel5</five>
  438. <six>ZoomLevel6</six>
  439. <seven>ZoomLevel7</seven>
  440. <eight>ZoomLevel8</eight>
  441. <nine>ZoomLevel9</nine>
  442. <i>Info</i>
  443. <o>CodecInfo</o>
  444. <period>NextPicture</period>
  445. <comma>PreviousPicture</comma>
  446. <plus>ZoomIn</plus>
  447. <minus>ZoomOut</minus>
  448. <return>Rotate</return>
  449. <enter>Rotate</enter>
  450. <r>Rotate</r>
  451. <backspace>PreviousMenu</backspace>
  452. </keyboard>
  453. </SlideShow>
  454. <ScreenCalibration>
  455. <keyboard>
  456. <return>NextCalibration</return>
  457. <enter>NextCalibration</enter>
  458. <d>ResetCalibration</d>
  459. <r>NextResolution</r>
  460. <backspace>PreviousMenu</backspace> <!-- Added for better MCE remote functionality --->
  461. </keyboard>
  462. </ScreenCalibration>
  463. <GUICalibration>
  464. <keyboard>
  465. <return>NextCalibration</return>
  466. <enter>NextCalibration</enter>
  467. <d>ResetCalibration</d>
  468. <backspace>PreviousMenu</backspace> <!-- Added for better MCE remote functionality --->
  469. </keyboard>
  470. </GUICalibration>
  471. <VideoOSD>
  472. <keyboard>
  473. <backspace>Close</backspace>
  474. <escape>Close</escape>
  475. <m>Close</m>
  476. <g mod="ctrl">close</g> <!-- MCE Guide button -->
  477. <i>Info</i>
  478. <o>CodecInfo</o>
  479. </keyboard>
  480. </VideoOSD>
  481. <VideoMenu>
  482. <keyboard>
  483. <opensquarebracket>BigStepForward</opensquarebracket>
  484. <closesquarebracket>BigStepBack</closesquarebracket>
  485. <m>OSD</m>
  486. <i>Info</i>
  487. <o>CodecInfo</o>
  488. <z>AspectRatio</z>
  489. <t>ShowSubtitles</t>
  490. <l>NextSubtitle</l>
  491. <a>AudioDelay</a>
  492. <escape>PreviousMenu</escape>
  493. <return>Select</return>
  494. <enter>Select</enter>
  495. <backspace>FullScreen</backspace>
  496. </keyboard>
  497. </VideoMenu>
  498. <OSDVideoSettings>
  499. <keyboard>
  500. <backspace>Close</backspace>
  501. <escape>Close</escape>
  502. <i>Info</i>
  503. <o>CodecInfo</o>
  504. </keyboard>
  505. </OSDVideoSettings>
  506. <OSDAudioSettings>
  507. <keyboard>
  508. <backspace>Close</backspace>
  509. <escape>Close</escape>
  510. <i>Info</i>
  511. <o>CodecInfo</o>
  512. </keyboard>
  513. </OSDAudioSettings>
  514. <VideoBookmarks>
  515. <keyboard>
  516. <backspace>Close</backspace>
  517. <escape>Close</escape>
  518. </keyboard>
  519. </VideoBookmarks>
  520. <MyVideoLibrary>
  521. <keyboard>
  522. <delete>Delete</delete>
  523. <space>Playlist</space>
  524. <w>ToggleWatched</w>
  525. </keyboard>
  526. </MyVideoLibrary>
  527. <MyVideoFiles>
  528. <keyboard>
  529. <space>Playlist</space>
  530. <q>Queue</q>
  531. <w>ToggleWatched</w>
  532. </keyboard>
  533. </MyVideoFiles>
  534. <MyVideoPlaylist>
  535. <keyboard>
  536. <backspace>Playlist</backspace> <!-- Close playlist -->
  537. <space>Playlist</space> <!-- Close playlist -->
  538. <delete>Delete</delete>
  539. <q>Delete</q> <!-- Used for MCE remotes to Delete music in playlist -->
  540. <u>MoveItemUp</u>
  541. <d>MoveItemDown</d>
  542. <pageup>MoveItemUp</pageup> <!-- Used for MCE remotes to Arrange playlist -->
  543. <pagedown>MoveItemDown</pagedown> <!-- Used for MCE remotes to arrange playlist -->
  544. </keyboard>
  545. </MyVideoPlaylist>
  546. <MyPictures>
  547. <keyboard>
  548. <delete>Delete</delete>
  549. </keyboard>
  550. </MyPictures>
  551. <ContextMenu>
  552. <keyboard>
  553. <c>Close</c>
  554. <menu>Close</menu>
  555. <backspace>Close</backspace>
  556. </keyboard>
  557. </ContextMenu>
  558. <Scripts>
  559. <keyboard>
  560. <i>info</i>
  561. </keyboard>
  562. </Scripts>
  563. <MusicInformation>
  564. <keyboard>
  565. <i>Back</i>
  566. <d mod="ctrl">Back</d>
  567. </keyboard>
  568. </MusicInformation>
  569. <MovieInformation>
  570. <keyboard>
  571. <i>Back</i>
  572. </keyboard>
  573. </MovieInformation>
  574. <PictureInfo>
  575. <keyboard>
  576. <period>NextPicture</period>
  577. <comma>PreviousPicture</comma>
  578. <i>Back</i>
  579. <d mod="ctrl">Back</d>
  580. <o>Back</o>
  581. <space>Pause</space>
  582. </keyboard>
  583. </PictureInfo>
  584. <Teletext>
  585. <keyboard>
  586. <v>Back</v>
  587. </keyboard>
  588. </Teletext>
  589. <Favourites>
  590. <keyboard>
  591. <backspace>Close</backspace>
  592. </keyboard>
  593. </Favourites>
  594. <NumericInput>
  595. <keyboard>
  596. <backspace>Close</backspace>
  597. </keyboard>
  598. </NumericInput>
  599. <FullscreenLiveTV>
  600. <keyboard>
  601. <left>PreviousChannelGroup</left>
  602. <right>NextChannelGroup</right>
  603. <up>ChannelUp</up>
  604. <down>ChannelDown</down>
  605. </keyboard>
  606. </FullscreenLiveTV>
  607. <PVROSDChannels>
  608. <keyboard>
  609. <backspace>Close</backspace>
  610. <escape>Close</escape>
  611. <c>Close</c>
  612. </keyboard>
  613. </PVROSDChannels>
  614. <PVROSDGuide>
  615. <keyboard>
  616. <backspace>Close</backspace>
  617. <escape>Close</escape>
  618. </keyboard>
  619. </PVROSDGuide>
  620. <PVROSDDirector>
  621. <keyboard>
  622. <backspace>Close</backspace>
  623. <escape>Close</escape>
  624. </keyboard>
  625. </PVROSDDirector>
  626. <PVROSDCutter>
  627. <keyboard>
  628. <backspace>Close</backspace>
  629. <escape>Close</escape>
  630. </keyboard>
  631. </PVROSDCutter>
  632. <MyTVSettings>
  633. <keyboard>
  634. <backspace>PreviousMenu</backspace>
  635. </keyboard>
  636. </MyTVSettings>
  637. <FileBrowser>
  638. <keyboard>
  639. <space>Highlight</space>
  640. </keyboard>
  641. </FileBrowser>
  642. <ShutdownMenu>
  643. <keyboard>
  644. <s>Back</s>
  645. </keyboard>
  646. </ShutdownMenu>
  647. <AddonInformation>
  648. <keyboard>
  649. <i>Back</i>
  650. </keyboard>
  651. </AddonInformation>
  652. <AddonSettings>
  653. <keyboard>
  654. <delete>Delete</delete>
  655. </keyboard>
  656. </AddonSettings>
  657. <Addon>
  658. <keyboard>
  659. <f1>Red</f1>
  660. <f2>Green</f2>
  661. <f3>Yellow</f3>
  662. <f4>Blue</f4>
  663. <f5 mod="ctrl,alt">ActivateWindow(Home)</f5>
  664. </keyboard>
  665. </Addon>
  666. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement