Skip to content

Instantly share code, notes, and snippets.

@dcunited001
Created December 2, 2012 12:20
Show Gist options
  • Save dcunited001/4188402 to your computer and use it in GitHub Desktop.
Save dcunited001/4188402 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook Eject Key private.xml
<?xml version="1.0"?>
<root>
<item>
<name>Custom Eject</name>
<!-- Install NoEjectDelay for KeyRemap4MacBook -->
<!-- add to private.xml in KeyRemap4MacBook -->
<item>
<name>Eject to F19</name>
<appendix>(Eject to Forward Delete if no modifiers pressed)</appendix>
<appendix>(Fn+Eject to Eject)</appendix>
<identifier>remap.eject2f19plusforwarddelete</identifier>
<autogen>--ConsumerToConsumer-- ConsumerKeyCode::EJECT, ModifierFlag::FN, ConsumerKeyCode::EJECT</autogen>
<autogen>--ConsumerToKey-- ConsumerKeyCode::EJECT, ModifierFlag::NONE, KeyCode::FORWARD_DELETE</autogen>
<autogen>--ConsumerToKey-- ConsumerKeyCode::EJECT, KeyCode::F19</autogen>
</item>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment