apple-remote.json 343 B

1234567891011121314151617181920
  1. {
  2. "name": "Apple Remote",
  3. "idmatcher": "AppleRemote.*",
  4. "mapping":
  5. {
  6. "1": {
  7. "short": "up",
  8. "long": "cycle_audio"
  9. },
  10. "2": {
  11. "short": "down",
  12. "long": "cycle_audio_back"
  13. },
  14. "3": "left",
  15. "4": "right",
  16. "5": "enter",
  17. "6": "back",
  18. "7": "play_pause"
  19. }
  20. }