Коды игровых манипуляторов


  Описание     Кнопки     Файлы устройств  

Vendor_1949_Product_0401.kl

  • Vendor: Lab126, Inc.

  • Product: Amazon Fire TV remote

  • Строк: 11

    1. key DPAD_UP 103 [0x0067]

    2. key MEDIA_PLAY_PAUSE 164 [0x00a4]

    3. key MEDIA_FAST_FORWARD 208 [0x00d0]

    4. key MEDIA_REWIND 168 [0x00a8]

    5. key HOME 172 [0x00ac]

    6. key BACK 158 [0x009e]

    7. key DPAD_CENTER 96 [0x0060]

    8. key DPAD_RIGHT 106 [0x006a]

    9. key DPAD_LEFT 105 [0x0069]

    10. key DPAD_DOWN 108 [0x006c]

    11. key ASSIST 217 [0x00d9]



  • Содержимое файла Vendor_1949_Product_0401.kl

    # Copyright (C) 2014 The Android Open Source Project
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    # you may not use this file except in compliance with the License.
    # You may obtain a copy of the License at
    #
    # http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.

    # Amazon Fire TV remote

    key 103 DPAD_UP
    key 108 DPAD_DOWN
    key 105 DPAD_LEFT
    key 106 DPAD_RIGHT
    key 96 DPAD_CENTER
    key 158 BACK
    key 172 HOME
    key 168 MEDIA_REWIND
    key 208 MEDIA_FAST_FORWARD
    key 164 MEDIA_PLAY_PAUSE
    key 217 ASSIST