Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. <!--
  2. Media Center Resource XML (Default / English)
  3. -->
  4.  
  5. <MJRS version="1.0">
  6.  
  7. <!--
  8. ACCELERATORS:
  9.  
  10. Key: semi-colon delimited list of key strokes to be pressed (see list below for special keys)
  11. note that the only valid combinations are: [Key], [Key];Ctrl, [Key];Ctrl;Shift, [Key];Alt
  12. Type: the type of command (defaults to MCC)
  13. MCC: the command is an MC command
  14. Program: the command is a program to run
  15. Command: the MCC command index / name of program
  16. Param: the parameter for the MCC command / program arguments
  17. TranslateFlags: flags that determine when and how an accelerator is translated (binary or'd together)
  18. 1: don't translate in edits, comboboxes, and other data entry controls
  19. 2: don't translate in fullscreen mode or theater view
  20. 4: don't translate in any type of popup window
  21. 8: only translate in fullscreen
  22. 16: don't translate in IE, VB controls, or other unknown rich controls
  23. 32: targets playback engine / display (DVD, image playback, etc.)
  24. 64: only translate when Action Window is focused
  25. NoShowAsShortcut: 1 if you don't want MC to show this shortcut in menus, tooltips, etc.
  26. Global: 1 if you want the accelerator to be translated even when MC doesn't have the focus
  27.  
  28. Special key list: Insert, Delete, -, +, Right, Left, Up, Down,
  29. NumPad0, NumPad1, NumPad2 (etc.), F1, F2, F3 (etc.), Backspace, Enter, Escape,
  30. Apps, Page Up, Page Down, Home, End, Space, Print Screen, Tab
  31.  
  32. Remember that order is relevant when the same shortcut appears multiple times.
  33. -->
  34.  
  35. <ACCELERATORS>
  36. <!-- Ratings Commands, 0 to clear 1 through 5 to rate -->
  37. <Entry Key="Alt;0" Command="10023" Param="0" Global="1" />
  38. <Entry Key="Alt;1" Command="10023" Param="1" Global="1" />
  39. <Entry Key="Alt;2" Command="10023" Param="2" Global="1" />
  40. <Entry Key="Alt;3" Command="10023" Param="3" Global="1"/>
  41. <Entry Key="Alt;4" Command="10023" Param="4" Global="1"/>
  42. <Entry Key="Alt;5" Command="10023" Param="5" Global="1"/>
  43.  
  44. </ACCELERATORS>
  45.  
  46. </MJRS>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement