Advertisement
Guest User

Will Pittenger

a guest
Apr 17th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.21 KB | None | 0 0
  1. <keymap>
  2.     <global>
  3.         <keyboard>
  4.             <!-- Windows button: mapped to ctrl-shift-W by MSRemote.reg -->
  5.             <w mod="ctrl,shift">ActivateWindow(Home)</w>
  6.  
  7.             <!-- Some MS remotes have the four coloured buttons. These are mapped -->
  8.             <!-- to ctrl-alt-1 to 4 by MSRemote.reg. -->
  9.  
  10.             <!-- Open Settings -->
  11.             <three mod="ctrl,alt">ActivateWindow(Settings)</three>
  12.  
  13.             <!--Display the left menu -->
  14.             <four mod="ctrl,alt">Menu</four>
  15.  
  16.             <!-- Bring up the timer rules -->
  17.             <a mod="ctrl">ActivateWindow(TVTimersRules)</a>
  18.  
  19.             <!-- Bring up the list of shows that will be recorded soon -->
  20.             <m mod="ctrl">ActivateWindow(TVTimers)</m>
  21.  
  22.             <!-- Bring up the PVR search window -->
  23.             <i mod="ctrl">ActivateWindow(pvrguidesearch)</i>
  24.         </keyboard>
  25.     </global>
  26.     <FullscreenVideo>
  27.         <keyboard>
  28.             <!-- Change the aspect ratio -->
  29.             <one mod="ctrl,alt">AspectRatio</one>
  30.  
  31.             <!-- Display the codec info -->
  32.             <two mod="ctrl,alt">CodecInfo</two>
  33.         </keyboard>
  34.     </FullscreenVideo>
  35.     <FullscreenLiveTV>
  36.         <keyboard>
  37.             <!-- Change the aspect ratio -->
  38.             <one mod="ctrl,alt">AspectRatio</one>
  39.  
  40.             <!-- Display the codec info -->
  41.             <two mod="ctrl,alt">CodecInfo</two>
  42.         </keyboard>
  43.     </FullscreenLiveTV>
  44. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement