Advertisement
ficus

LIRC map for mceusb remote

Apr 19th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "name": "LIRC IR",
  3. "idmatcher": "LIRC*",
  4. "mapping":
  5. {
  6. "Left": "left",
  7. "Right": "right",
  8. "Up": "up",
  9. "Down": "down",
  10. "Menu": "unknown",
  11. "Select": "enter",
  12. "OK": "enter",
  13. "Back": "back",
  14. "Exit": "back",
  15. "Red": "red",
  16. "Green": "green",
  17. "Yellow": "yellow",
  18. "Blue": "blue",
  19. "Play": "play_pause",
  20. "Stop": "stop",
  21. "Pause": "pause",
  22. "Forward": "seek_forward",
  23. "KEY_FASTFORWARD": "seek_forward",
  24. "Rewind": "seek_backward",
  25. "KEY_REWIND": "seek_backward",
  26. "Teletext": "toggle_subtitles",
  27. "Hash": "cycle_subtitles",
  28. "Music": "cycle_audio",
  29. "More": "info",
  30. "Guide": "guide",
  31. "Skip": "step_forward",
  32. "Replay": "step_backward",
  33. "Home": "home",
  34. "KEY_NUMERIC_([0-9])": "%1",
  35. "One": "1",
  36. "Two": "2",
  37. "Three": "3",
  38. "Four": "4",
  39. "Five": "5",
  40. "Six": "6",
  41. "Seven": "7",
  42. "Eight": "8",
  43. "Nine": "9",
  44. "Zero": "0",
  45. "Aspect": "host:toggleDebug",
  46. "VolUp": "increase_volume",
  47. "VolDown": "decrease_volume"
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement