-
-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Mapping Keys on Apple Magic Keyboard #4113
Comments
Does anyone know how to fix the issue? |
I had this issue with a new Magic Keyboard until I plugged it into my laptop with a usbc cord. I got prompted to allow the USBC device which I assume is what was needed here |
I actually plugged it into my Studio Display. Let me try to plug it into my laptop and see if it recognizes. UPDATE: not working for me. |
same, I don't even get the prompt :( |
I can't reproduce the issue on my end. As mentioned above, the Magic Keyboard needs to be paired with macOS first, such as by connecting it via cable. I suspect that the pairing may not have been completed successfully. |
Still having the same issue. As far as I can tell, the pairing is successfully completed, but the Karabiner Elements does not recognize the keyboard. As you can see the last image I attached above, it says (Unknown).
If I plugged it with USB cable, it changes to
|
Normally, it would be recognized as follows. {
"device_id": 4296533380,
"device_identifiers": {
"is_keyboard": true,
"product_id": 666,
"vendor_id": 76
},
"is_apple": true,
"location_id": 1542593102,
"manufacturer": "Apple Inc.",
"product": "Fumihiko Takayama’s Magic Keyboard",
"serial_number": "AC:49:DB:F2:1A:4E",
"transport": "Bluetooth"
} |
Karabiner version: 15.3.0
Mac OS: Sonoma 14.7
I'm trying to add a simple modification to my apple magic keyboard, but the key presses are not detected in event-viewer. I see that Karabiner does recognize that the keyboard is connected:
I did notice that the line
"device_identifiers": { "is_keyboard": true }
is not present in the configuration for the magic keyboard. Could that be a reason why the mappings aren't working? Please advise, thank you.The text was updated successfully, but these errors were encountered: