Archive:Sony PlayStation 3 Sixaxis Controller

From Official Kodi Wiki
Jump to navigation Jump to search

Sony PlayStation 3 Sixaxis Controller Section

Valid Sony PS3 Sixaxis Controller syntax is <button id="x">action</button> or <axis id="x" limit="y">action</axis>.

Here is a full list of button:

Buttons:

  • 1 - Select
  • 2 - L3
  • 3 - R3
  • 4 - Start
  • 5 - D-Pad Up
  • 6 - D-Pad Right
  • 7 - D-Pad Down
  • 8 - D-Pad Left
  • 9 - L2
  • 10 - R2
  • 11 - L1
  • 12 - R1
  • 13 - Triangle
  • 14 - Circle
  • 15 - X
  • 16 - Square

Example:

<keymap>
  <global>
    <joystick name="PLAYSTATION(R)3 Controller (00:06:F7:66:24:76)">
      <button id="1">Info</button>          <!-- Select -->
      <button id="2">ContextMenu</button>   <!-- L3 -->
      <button id="3">CodecInfo</button>     <!-- R3 -->
      <button id="4">Play</button>          <!-- Start -->
      <button id="5">Up</button>            <!-- D-Pad Up -->
      <button id="6">Right</button>         <!-- D-Pad Right -->
      <button id="7">Down</button>          <!-- D-Pad Down -->
      <button id="8">Left</button>          <!-- D-Pad Left -->
      <button id="9">Rewind</button>        <!-- L2 -->
      <button id="10">FastForward</button>  <!-- R2 -->
      <button id="11">SkipPrevious</button> <!-- L1 -->
      <button id="12">SkipNext</button>     <!-- R1 -->
      <button id="13">ParentDir</button>    <!-- Triangle -->
      <button id="14">Stop</button>         <!-- Circle -->
      <button id="15">Select</button>       <!-- X -->
      <button id="16">OSD</button>          <!-- Square -->
    </joystick> 
  </global>
</keymap>