-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
German layout Apple Extended Keyboard II M3501 ^ key not working #22
Comments
Check scan code for the key with |
Ah, ok :) Sure, here you go
|
Now i took the time to try all keys. I noticed that the = key on the numeric keyboard seems to be mapped to something else. Instead it of = it outputs an ´ (the key left from backspace on the german keyboard)
|
Thank you for the info. I pushed patch into master branch. commit: 9a72c7b As for second problem, = key on keypad generated 'Keyboard =' HID code(0x2E) but 'Keypad ='(0x67) now, though this code may not work on Windows. I have no ADB keyboard in hand now and I can't test this fix. |
Looking good. The ^ key now works as expected. Thanks :) |
one more thing :)
|
ADB keyboard has no distinct keycode between right and left Command keys unlike Option and Control keys.. On my keymap I put Alt on Command keys, as a result, both Command keys send left Alt keycode. |
Thanks for the clarification. I have remapped those keys and it works now. |
added mouse scroll keymapping
I have recently build the adapter and it works well so far. What i noticed is that pressing the ^ key (left from the "1" key) is not being registered by the system. Tried both on a Macbook and my Windows 7 machine.
I booted up my old Centris 650 to confirm this is not a hardware issue with the keyboard. The key is working fine there.
Using a Teensy 2.0 with latest revision of adb_usb cf1eb8f
All other keys seem to work without issues.
The text was updated successfully, but these errors were encountered: