-
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
Eject key on Mac #774
Comments
Xev shows on Ubuntu for 'Stop/Eject - 0xCC of Consumer Page 0x08':
for 'Eject 0xB8 of Consumer Page 0x08':
for F20:
Eject 0xB8 key makes disc drive tray open on ubuntu. |
Windows 10 does not seems to recognize both 0xB8 and 0xCC. |
Yes, probably. There will be no big problem. |
Consumer Page usage: 0xCC -> 0xB8 `[K|A]C_EJCT` sends same usage as Apple Magic Keyboard Eject key does.
Now, TMK MacOS should recognize the key. Not tested yet. Prebuilt firmwares other than |
Apple Magic Keyboard Eject key is 'Eject 0xB8 of Consumer Page 0x08'. https://verityj.github.io/2023/06/17/eject.html
TMK
KC_EJCT
andAC_EJCT
is actually 'Stop/Eject - 0xCC of Consumer Page 0x08' as of 2024-03.How do Windows, Linux and Mac recognize the keys?
Can we replace 0xCC with 0xB8 simply?
Anyway, 0xB8 consumer key is need to be available on TMK.
BTW,
HHKB pro/pro2(PD-KB300/400) uses 'F20 - 0x6F of Keyboard Page 0x07' for its Eject key(Fn+f). #250
HHKB classic(PD-KB401) uses 'Eject - 0xB8 of Consumer Page 0x08'.
https://github.com/tmk/tmk_keyboard/wiki/FAQ-Keymap#eject-on-mac-osx
The text was updated successfully, but these errors were encountered: