adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
364 stars 106 forks source link

Chromebook support #91

Closed pikachub2005 closed 2 years ago

pikachub2005 commented 2 years ago

need keycodes for special chromebook keys 61ra+DW9ZzL _AC_SL1500_

makermelissa commented 2 years ago

This repo is for the entire bundle of all the CircuitPython libraries. Are you requesting a completely new library or is there a specific library you are wanting these key codes added to?

FoamyGuy commented 2 years ago

My assumption is the HID library: https://github.com/adafruit/Adafruit_CircuitPython_hid

makermelissa commented 2 years ago

I'll give them some time to confirm and if there's no response, we can just transfer the issue there.

dhalbert commented 2 years ago

We don't know what those keycodes are, but we can guess. Some may correspond to existing ConsumerControl keycodes.

The evtest program can be used under Linux to find out what is sent by various keys. I don't know whether this would work in Linux mode on a Chromebook.

Keycodes are just integers. You can always send an integer instead of a named keycode.

pikachub2005 commented 2 years ago

Ok

On Thu, Jan 6, 2022, 1:40 PM Dan Halbert @.***> wrote:

We don't know what those keycodes are, but we can guess. Some may correspond to existing ConsumerControl keycodes.

The evtest program can be used under Linux to find out what is sent by various keys. I don't know whether this would work in Linux mode on a Chromebook.

Keycodes are just integers. You can always send an integer instead of a named keycode.

— Reply to this email directly, view it on GitHub https://github.com/adafruit/Adafruit_CircuitPython_HID/issues/91#issuecomment-1006825939, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARWGOXHDO66RVILWP25Q4Y3UUXOZBANCNFSM5LM6DIZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

dhalbert commented 2 years ago

Closing for now.