Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

123456789101112131415161718192021222324252627
  1. ADB keyboard handle id
  2. ======================
  3. 0x01 Apple Standard keyboard M0116 ANSI
  4. 0x01 Apple Desktop Bus keyboard 658-4081 ANSI
  5. 0x02 Apple Extended Keyboard M0115 ANSI
  6. 0x02 Apple Extended Keyboard II M3501 ANSI
  7. 0x03 Logical id for Extended Protocol
  8. 0x10 Apple Adjustable keyboard M1242 ANSI
  9. Adjustable Keyboard media key
  10. =============================
  11. Media key part has different address than the main keyboard(0x02).
  12. Device Address: 0x07(Appliances/Misc devices)
  13. Handler ID: 0x02
  14. Scan Codes
  15. ----------
  16. Media key ADB Code Code in Matix
  17. -----------------------------------------
  18. Volume Up: 0x03 0x48
  19. Volume Down: 0x02 0x49
  20. Mute: 0x01 0x4a
  21. Mic: 0x00 0x42
  22. As for these keys raw ADB codes are translate into logical codes in matrix.