Archive:Apple remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 77: Line 77:
<source lang="xml">
<source lang="xml">
<joystick name="AppleRemote">
<joystick name="AppleRemote">
  <!-- plus      -->      <button id="1">Up</button>
        <button id="1">Up</button>
  <!-- minus      -->      <button id="2">Down</button>
        <button id="2">Down</button>
  <!-- left      -->      <button id="3">Left</button>
        <button id="3">Left</button>
  <!-- right      -->      <button id="4">Right</button>
        <button id="4">Right</button>
  <!-- play/pause -->      <button id="5">Select</button>
        <button id="5">Select</button>
  <!-- menu      -->      <button id="6">PreviousMenu</button>
        <button id="6">PreviousMenu</button>
  <!-- hold play  -->      <button id="7">Fullscreen</button>
        <button id="7">Fullscreen</button>
  <!-- hold menu  -->      <button id="8">ContextMenu</button>
        <button id="8">ContextMenu</button>
    
    
   <!-- old buttons for ATV <2.2, used on OSX  -->
   <!-- old buttons for ATV <2.2, used on OSX  -->
  <!-- hold left  -->      <button id="9">Left</button>
        <button id="9">Left</button>
  <!-- hold right -->      <button id="10">Right</button>
        <button id="10">Right</button>
    
    
   <!-- Buttons IDs that are added with the "Learned Remote" feature on ATV >2.3 -->
   <!-- Buttons IDs that are added with the "Learned Remote" feature on ATV >2.3 -->
  <!-- Play -->      <button id="70">Play</button>
        <button id="70">Play</button>
  <!-- Pause -->      <button id="71">Pause</button>
        <button id="71">Pause</button>
  <!-- Stop -->      <button id="72">Stop</button>
        <button id="72">Stop</button>
  <!-- Previous -->      <button id="73">SkipPrevious</button>
        <button id="73">SkipPrevious</button>
  <!-- Next -->      <button id="74">SkipNext</button>
        <button id="74">SkipNext</button>
  <!-- Rewind -->      <button id="75">Rewind</button>
        <button id="75">Rewind</button>
  <!-- Forward -->      <button id="76">FastForward</button>
        <button id="76">FastForward</button>
  <!-- Return -->      <button id="77">OSD</button>
        <button id="77">OSD</button>
  <!-- Enter -->      <button id="78">ShowVideoMenu</button>
        <button id="78">ShowVideoMenu</button>
</joystick>
</joystick>
</source>
</source>
Line 107: Line 107:
<includeonly>=</includeonly>==Apple TV 2 controls==<includeonly>=</includeonly>
<includeonly>=</includeonly>==Apple TV 2 controls==<includeonly>=</includeonly>
:''See also: '''[[Alternative Joystick.AppleRemote.xml for ATV2]]'''''
:''See also: '''[[Alternative Joystick.AppleRemote.xml for ATV2]]'''''
Same as the above with the following exceptions: {{editor note|Need to figure out and note exceptions..}}
{{incomplete}}
 


<includeonly>=</includeonly>== (Arch)Linux ==<includeonly>=</includeonly>
<includeonly>=</includeonly>== (Arch)Linux ==<includeonly>=</includeonly>

Revision as of 18:59, 13 September 2012

Cleanup.png This page or section may require cleanup, updating, spellchecking, reformatting and/or updated images. Please improve this page if you can. The discussion page may contain suggestions.