-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remap Eject key #3
Comments
You can just use KeyRemap4MacBook plus NoEjectDely for that. |
Try running the Xcode project, and un-commenting the NSLog that prints the details of a key. We'll see what kind of events the Eject key sends. |
👍 |
@pkamb Here's a sample with me mashing the
|
Thanks! The pertinent events for the Eject key are the ones below. Very similar to the power key events.
Those work out to have these properties:
|
I've added eject key remapping support to the This will be released in the next version. |
I've removed the superdrive from my MBP to fit an SSD, so my
eject
key is pretty useless. Can this be modified to support mapping of theeject
key to forwards delete?The text was updated successfully, but these errors were encountered: